]> Pileus Git - ~andy/gtk/log
~andy/gtk
21 years agoCheck for NULL children, #97913.
Anders Carlsson [Thu, 7 Nov 2002 19:53:49 +0000 (19:53 +0000)]
Check for NULL children, #97913.

2002-11-07  Anders Carlsson  <andersca@gnu.org>

* gtk/gtkhpaned.c: (gtk_hpaned_size_allocate):
* gtk/gtkvpaned.c: (gtk_vpaned_size_allocate):
Check for NULL children, #97913.

21 years agoAdd a snap_edge_set property to deal with the fact that we have an unset
Owen Taylor [Thu, 7 Nov 2002 19:35:37 +0000 (19:35 +0000)]
Add a snap_edge_set property to deal with the fact that we have an unset

Thu Nov  7 14:24:45 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkhandlebox.c: Add a snap_edge_set property to
        deal with the fact that we have an unset state for
        the snap_edge property. (Reported by Matthias Clasen
        #97505)

21 years agoAdd ::screen-changed signal.
Owen Taylor [Thu, 7 Nov 2002 17:59:04 +0000 (17:59 +0000)]
Add ::screen-changed signal.

Thu Nov  7 12:53:08 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkwidget.[ch] gtk/gtkwindow.c gtk/gtkinvisible.c:
        Add ::screen-changed signal.

        * gtk/gtkfontsel.c gtk/gtktoolbar.c: Use ::screen-changed
        signal to simplify logic.

21 years agoAdd resize grips test.
Anders Carlsson [Thu, 7 Nov 2002 10:06:07 +0000 (10:06 +0000)]
Add resize grips test.

2002-11-07  Anders Carlsson  <andersca@gnu.org>

* tests/testgtk.c (create_resize_grips): Add resize grips test.

21 years agoFix trailing semicolon on macro, clean up a bit.
Owen Taylor [Wed, 6 Nov 2002 20:26:27 +0000 (20:26 +0000)]
Fix trailing semicolon on macro, clean up a bit.

Wed Nov  6 15:19:53 2002  Owen Taylor  <otaylor@redhat.com>

        * io-gif.c (CHECK_LZW_SP): Fix trailing semicolon on macro,
        clean up a bit.

21 years agoForgotten ChangeLog
Matthias Clasen [Tue, 5 Nov 2002 23:57:26 +0000 (23:57 +0000)]
Forgotten ChangeLog

21 years agoReindent
Matthias Clasen [Tue, 5 Nov 2002 22:58:28 +0000 (22:58 +0000)]
Reindent

21 years agoFix leaked pixbuf reference (#96823, Morten Welinder)
Owen Taylor [Tue, 5 Nov 2002 19:18:56 +0000 (19:18 +0000)]
Fix leaked pixbuf reference (#96823, Morten Welinder)

Tue Nov  5 14:16:17 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Fix
        leaked pixbuf reference (#96823, Morten Welinder)

21 years agoBah, and of course I broke something ...
Kristian Rietveld [Sun, 3 Nov 2002 20:12:00 +0000 (20:12 +0000)]
Bah, and of course I broke something ...

Sun Nov  3 21:26:20 2002  Kristian Rietveld  <kris@gtk.org>

        Bah, and of course I broke something ...

        * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): fix
        up the mess I caused with my commit of Oct 23 fixing #50263, things
        should be fine now.

21 years agomore docs.
Jonathan Blandford [Sun, 3 Nov 2002 18:25:05 +0000 (18:25 +0000)]
more docs.

Sun Nov  3 13:23:51 2002  Jonathan Blandford  <jrb@gnome.org>

* gtk/tmpl/gtkcellrenderer.sgml: more docs.

21 years agoRemove check for winsock.h since it might show up on Linux+Wine. Instead
Owen Taylor [Sun, 3 Nov 2002 18:17:53 +0000 (18:17 +0000)]
Remove check for winsock.h since it might show up on Linux+Wine. Instead

Sun Nov  3 13:03:29 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c configure.in: Remove check for
        winsock.h since it might show up on Linux+Wine.
        Instead just conditionalize of G_OS_WIN32.
        (#97396, Gaute Lindkvist)

21 years agobe.po: Updated Belarusian translation from Belarusian team <i18n@infonet.by>.
Dmitry Mastrukov [Sun, 3 Nov 2002 04:41:05 +0000 (04:41 +0000)]
be.po: Updated Belarusian translation from Belarusian team <i18n@infonet.by>.

21 years agotook out the useless check for refs->list (#97353, reported by Morten
Kristian Rietveld [Sun, 3 Nov 2002 00:26:35 +0000 (00:26 +0000)]
took out the useless check for refs->list (#97353, reported by Morten

Sun Nov  3 01:39:20 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtktreemodel.c (release_row_references): took out the useless
        check for refs->list (#97353, reported by Morten Welinder).

        * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size):
        check if width isn't zero instead of calc_width ...

21 years agoremove the second ref command on the child_model, we only have to ref it
Kristian Rietveld [Sat, 2 Nov 2002 22:34:58 +0000 (22:34 +0000)]
remove the second ref command on the child_model, we only have to ref it

Sat Nov  2 23:48:52 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): remove
        the second ref command on the child_model, we only have to ref it
        once here. (#96851, reported by Jorn Baayen).

21 years agoAutomatic RTL flipping for handleboxes.
Matthias Clasen [Sat, 2 Nov 2002 19:49:02 +0000 (19:49 +0000)]
Automatic RTL flipping for handleboxes.

21 years ago=== Released 2.1.2 ===
Owen Taylor [Sat, 2 Nov 2002 18:55:18 +0000 (18:55 +0000)]
=== Released 2.1.2 ===

Sat Nov  2 13:47:09 2002  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.1.2 ===

        * NEWS: Update.

21 years agoRemove rules for generation of version.xml, which was causing make to
Owen Taylor [Sat, 2 Nov 2002 18:18:50 +0000 (18:18 +0000)]
Remove rules for generation of version.xml, which was causing make to

Sat Nov  2 12:46:16 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixbuf/Makefile.am: Remove rules for generation
        of version.xml, which was causing make to always
        rebuild the HTML file, and didn't seem to be used.

        * gtk/tmpl/gtkliststore.sgml: SGML fixes.

21 years agoclean up the wording.
Jonathan Blandford [Sat, 2 Nov 2002 13:43:01 +0000 (13:43 +0000)]
clean up the wording.

Sat Nov  2 08:41:47 2002  Jonathan Blandford  <jrb@gnome.org>

* gtk/tmpl/gtktreestore.sgml: clean up the wording.

* gtk/tmpl/gtkliststore.sgml: Add an example and clean up the
wording.

21 years agoAdd startup notification hooks - mostly based on patch by Havoc Pennington
Owen Taylor [Sat, 2 Nov 2002 05:37:04 +0000 (05:37 +0000)]
Add startup notification hooks - mostly based on patch by Havoc Pennington

Sat Nov  2 00:22:33 2002  Owen Taylor  <otaylor@redhat.com>

        Add startup notification hooks - mostly based on patch
        by Havoc Pennington in #96772.

        * gdk/gdk.h gdk/x11/gdkdisplay-x11.c
        gdk/{win32,linux-fb}/gdkmain-*.c: (gdk_notify_startup_complete):
        new function that indicates an application has finished starting
        up.

        * gdk/x11/gdkmain-x11.c gdk/x11/gdkdisplay-x11.c
        (_gdk_windowing_set_default_display): store value of
        DESKTOP_STARTUP_ID on the default screen, and clear it from the
        environment.

        * gdk/x11/gdkdisplay-x11.c:
        Set _NET_STARTUP_ID hint on display's group leader window.

        * gtk/gtkwindow.c (gtk_window_set_auto_startup_notification):
        function to toggle whether we automatically broadcast that we've
        started up, after mapping the first toplevel window.
        (gtk_window_map): call gdk_screen_notify_startup_complete() by
        default, unless enabled by above.

        * gtk/gtkmain.c gtk/gtkcombo.c gtk/gtktoolbar.c:
        Couple of warning fixes.

21 years agoAdd a mnemonic to the "selection" label. (More of #74267)
Owen Taylor [Sat, 2 Nov 2002 03:54:18 +0000 (03:54 +0000)]
Add a mnemonic to the "selection" label. (More of #74267)

Fri Nov  1 21:03:59 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c: Add a mnemonic to the "selection"
        label. (More of #74267)

        * configure.in: Version 2.1.2

        * NEWS: Updates.

21 years agoAutomatic RTL flipping for some more widgets.
Matthias Clasen [Sat, 2 Nov 2002 00:18:14 +0000 (00:18 +0000)]
Automatic RTL flipping for some more widgets.

21 years agoMore doc comments moved inline.
Matthias Clasen [Fri, 1 Nov 2002 00:45:32 +0000 (00:45 +0000)]
More doc comments moved inline.

21 years agoThe label is "Folders" now, not "Directories". (#97224, Vitaly Tishkov)
Matthias Clasen [Fri, 1 Nov 2002 00:02:05 +0000 (00:02 +0000)]
The label is "Folders" now, not "Directories". (#97224, Vitaly Tishkov)

* gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not
"Directories".  (#97224, Vitaly Tishkov)
* gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting
style properties from rc files. More needed !!

21 years agoFix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL.
Owen Taylor [Thu, 31 Oct 2002 22:43:00 +0000 (22:43 +0000)]
Fix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL.

Thu Oct 31 17:41:12 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktooltips.c (gtk_tooltips_update_screen): Fix
        from Nam SungHyun for crashes when tooltips->active_tips_data
        is NULL.

21 years agoAdd a --screen option for setting the default screen. (Based on a patch
Owen Taylor [Thu, 31 Oct 2002 21:12:23 +0000 (21:12 +0000)]
Add a --screen option for setting the default screen. (Based on a patch

Thu Oct 31 12:40:39 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdk.[ch] gdk/gdkglobals.c gdk/gdkinternals.h
        gdk/{x11,win32,linux-fb}/gdkscreen-{x11,win32,linux-fb}.c:
        Add a --screen option for setting the default screen.
        (Based on a patch from Balamurali Viswanathan, #81145)

        * gdk/gdk.c gdkdisplay.h gtk/gtkmain.c: Add
        gdk_display_open_default_libgtk_only(), so gtk_init_check()
        and gdk_init_check() can share the same behavior w.r.t.
        --screen.

        * gdk/gdk.[ch]: Make gdk_get_display_arg_name() G_CONST_RETURN.

        * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
        Suppress a spurious warning.

        * tests/testgtkrc: Remove someleft-over commented out
        includes that could be confusing.

21 years agoDocument --screen.
Owen Taylor [Thu, 31 Oct 2002 21:10:47 +0000 (21:10 +0000)]
Document --screen.

Wed Oct 30 16:50:42 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/running.sgml: Document --screen.

21 years agoMove g_free() call to before return.
Padraig O'Briain [Thu, 31 Oct 2002 17:04:00 +0000 (17:04 +0000)]
Move g_free() call to before return.

* gtk/gtktoolbar.c (gtk_toolbar_insert_stock): Move g_free()
call to before return.

21 years agoAdjust for current gtk-engines.
Matthias Clasen [Tue, 29 Oct 2002 22:27:28 +0000 (22:27 +0000)]
Adjust for current gtk-engines.

* tests/testgtkrc: Adjust for current gtk-engines.

21 years agodoc comment fixes.
Matthias Clasen [Tue, 29 Oct 2002 21:27:17 +0000 (21:27 +0000)]
doc comment fixes.

21 years agosmall doc fixes.
Matthias Clasen [Tue, 29 Oct 2002 19:55:44 +0000 (19:55 +0000)]
small doc fixes.

21 years agoChange NAVIGATION_REGION_OVERSHOOT back to 50, and create stay-up regions
Soeren Sandmann [Tue, 29 Oct 2002 19:44:59 +0000 (19:44 +0000)]
Change NAVIGATION_REGION_OVERSHOOT back to 50, and create stay-up regions

Tue Oct 29 20:39:16 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
and create stay-up regions by flipping a fourth quadrant triangle
as appropriate.

21 years agoDon't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't
Tor Lillqvist [Mon, 28 Oct 2002 20:48:40 +0000 (20:48 +0000)]
Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't

2002-10-28  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkwindow-win32.c (gdk_window_set_decorations,
gdk_window_set_functions): Don't call GetWindowLong for
GWL_EXSTYLE, the extended window style wasn't used or
changed. After setting the window style with SetWindowLong, call
SetWindowPos with the SWP_FRAMECHANGED flag for the window to
actually be updated, as Platform SDK docs say one should. (#95812,
huzheng)

21 years agoAdded Belorusian (be) to ALL_LINGUAS
Dmitry Mastrukov [Mon, 28 Oct 2002 00:31:23 +0000 (00:31 +0000)]
Added Belorusian (be) to ALL_LINGUAS

21 years agoAdded Belorusian translation from Ales Nyakhaychyk <i18n@infonet.by>
Dmitry Mastrukov [Mon, 28 Oct 2002 00:27:52 +0000 (00:27 +0000)]
Added Belorusian translation from Ales Nyakhaychyk <i18n@infonet.by>

21 years agoThis fixes a scrolling bug. Shouldn't cause problems, but you never know
Kristian Rietveld [Sun, 27 Oct 2002 14:53:54 +0000 (14:53 +0000)]
This fixes a scrolling bug. Shouldn't cause problems, but you never know

Sun Oct 27 15:58:30 2002  Kristian Rietveld  <kris@gtk.org>

        This fixes a scrolling bug. Shouldn't cause problems, but you
        never know ... (#81627, testcase by Timo Sirainen).

        * gtk/gtktreeview.c (validate_visible_area): add a temporary
        implemention for non use_align, always update dy and ->top_row
        if we scroll here,
        (gtk_tree_view_clamp_node_visible): reimplement using
        _scroll_to_cell (#73895).

21 years agominor cleanups, remove refs to gtk_menu_append
GMT 2002 Tony Gale [Sun, 27 Oct 2002 11:44:25 +0000 (11:44 +0000)]
minor cleanups, remove refs to gtk_menu_append

Sun Oct 27 11:41:37 GMT 2002  Tony Gale <gale@gtk.org>

        * docs/tutorial/gtk-tut.sgml:
        minor cleanups, remove refs to gtk_menu_append

        *docs/faq/gtk-faq.sgml: remove ref to gtk_menu_append

21 years agoUpdated Hungarian Translation.
Szabolcs Ban [Sat, 26 Oct 2002 14:22:13 +0000 (14:22 +0000)]
Updated Hungarian Translation.

2002-10-26 Szabolcs Ban <shooby@gnome.hu>

        * hu.po : Updated Hungarian Translation.

21 years agotweak.
Daniel Yacob [Sat, 26 Oct 2002 13:01:14 +0000 (13:01 +0000)]
tweak.

21 years agoChange NAVIGATION_REGION_OVERSHOOT from 50 to 5.
Soeren Sandmann [Fri, 25 Oct 2002 22:33:33 +0000 (22:33 +0000)]
Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.

Fri Oct 25 23:36:30 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.

21 years agoAlways switch to the page with the focused tab label. (#82108, Matt
Owen Taylor [Fri, 25 Oct 2002 21:59:10 +0000 (21:59 +0000)]
Always switch to the page with the focused tab label. (#82108, Matt

Fri Oct 25 17:56:24 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
        Always switch to the page with the focused tab
        label. (#82108, Matt Wilson.)

21 years agoDon't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
Owen Taylor [Fri, 25 Oct 2002 21:50:19 +0000 (21:50 +0000)]
Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)

Fri Oct 25 17:46:18 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_button_press):
        Don't handle button 2/3 on the tabs. (#82118,
        Matt Wilson.)

21 years agoDon't insert mnemonics for stock items (#72918, reported by Mikael
Owen Taylor [Fri, 25 Oct 2002 21:36:55 +0000 (21:36 +0000)]
Don't insert mnemonics for stock items (#72918, reported by Mikael

Fri Oct 25 17:32:44 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktoolbar.c: Don't insert mnemonics for stock
        items (#72918, reported by Mikael Hallendal)

21 years agoFix sensitivity of file operation buttons and buttons inside fileop
Owen Taylor [Fri, 25 Oct 2002 19:59:41 +0000 (19:59 +0000)]
Fix sensitivity of file operation buttons and buttons inside fileop

Fri Oct 25 14:51:34 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c: Fix sensitivity of file operation
        buttons and buttons inside fileop dialogs to update
        properly based on the contents of the entries.
        (#74267, based on part of a patch from Muktha
        Narayan)

        * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
        Warn if loading <ImageItem> image fails.

        * tests/testgtk.c: Fix data for "apple" inline pixbuf
        to be valid.

21 years agoFix sensitivity of file operation buttons and buttons inside fileop
Owen Taylor [Fri, 25 Oct 2002 19:57:48 +0000 (19:57 +0000)]
Fix sensitivity of file operation buttons and buttons inside fileop

Fri Oct 25 14:51:34 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c: Fix sensitivity of file operation
        buttons and buttons inside fileop dialogs to update
        properly based on the contents of the entries.
        (#74267, based on part of a patch from Muktha
        Narayan)

21 years agoNew GtkPaned keyboard navigation. (Shift-)F8 now cycles the available
Soeren Sandmann [Fri, 25 Oct 2002 16:28:14 +0000 (16:28 +0000)]
New GtkPaned keyboard navigation. (Shift-)F8 now cycles the available

Fri Oct 25 18:17:39 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkpaned.[ch]: New GtkPaned keyboard navigation. (Shift-)F8
now cycles the available handles instead of toggling focus on and
off. Fixes #87160, reported by Calum Benson.

21 years agoWarn if loading <ImageItem> image fails.
Owen Taylor [Fri, 25 Oct 2002 15:00:55 +0000 (15:00 +0000)]
Warn if loading <ImageItem> image fails.

Fri Oct 25 10:50:37 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
        Warn if loading <ImageItem> image fails.

        * tests/testgtk.c: Fix data for "apple" inline pixbuf
        to be valid.

21 years agoupdated
Marius Andreiana [Fri, 25 Oct 2002 11:46:25 +0000 (11:46 +0000)]
updated

2002-10-25  Marius Andreiana <marius galuna.ro>

        * ro.po: updated

21 years agotweak!
Daniel Yacob [Fri, 25 Oct 2002 01:44:41 +0000 (01:44 +0000)]
tweak!

21 years agoheader tweak.
Daniel Yacob [Fri, 25 Oct 2002 01:16:17 +0000 (01:16 +0000)]
header tweak.

21 years agoAdding Amharic Translation.
Daniel Yacob [Fri, 25 Oct 2002 01:12:53 +0000 (01:12 +0000)]
Adding Amharic Translation.

21 years agoFix doc comment.
Matthias Clasen [Fri, 25 Oct 2002 00:01:15 +0000 (00:01 +0000)]
Fix doc comment.

* gdk/x11/gdkcursor-x11.c: Fix doc comment.

* gdk/gdkdnd.c: Add missing includes.

21 years agoMore API docs moved inline.
Matthias Clasen [Thu, 24 Oct 2002 21:24:20 +0000 (21:24 +0000)]
More API docs moved inline.

21 years agoDocumentation updates.
Matthias Clasen [Wed, 23 Oct 2002 23:15:58 +0000 (23:15 +0000)]
Documentation updates.

21 years agoRemove redundant doc comments.
Matthias Clasen [Wed, 23 Oct 2002 21:03:35 +0000 (21:03 +0000)]
Remove redundant doc comments.

21 years agos/NULL/0/ on the g_signal_emit lines to fix up yesterdays commit (reported
Kristian Rietveld [Wed, 23 Oct 2002 14:54:27 +0000 (14:54 +0000)]
s/NULL/0/ on the g_signal_emit lines to fix up yesterdays commit (reported

Wed Oct 23 17:06:02 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtktreemodel.c: s/NULL/0/ on the g_signal_emit lines to
        fix up yesterdays commit (reported by Morten Welinder).

21 years agoWhen popping up the list without any selected items, hack the focus on the
Owen Taylor [Wed, 23 Oct 2002 00:45:18 +0000 (00:45 +0000)]
When popping up the list without any selected items, hack the focus on the

Tue Oct 22 20:02:22 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkcombo.c: When popping up the list without
        any selected items, hack the focus on the list to
        avoid triggering a bug in GtkList when clicking
        on focused-but-not-selected items (#86700,
        Zimler Attila, Matthias Clasen) and to keep
        GtkWindow from selecting the first item.

        * tests/testgtk.c (create_list): Make the initial
        setting of the selection mode correspond to the option
        menu.

21 years agoAnother feature to create truly ugly TreeViews!: style properties for the
Kristian Rietveld [Tue, 22 Oct 2002 23:05:29 +0000 (23:05 +0000)]
Another feature to create truly ugly TreeViews!: style properties for the

Wed Oct 23 01:03:43 2002  Kristian Rietveld  <kris@gtk.org>

        Another feature to create truly ugly TreeViews!: style properties
        for the even/odd colors used for row hinting. (#71595, reported
        by Owen Taylor).

        * gtk/gtktreeview.c (gtk_tree_view_class_init): add even_row_color
        and odd_row_color style properties.

        * gtk/gtkstyle.c (get_darkened_gc): support darken_count == 0 case,
        (gtk_default_draw_flat_box): rework cell coloring code to support
        user-provided even/odd row colors.

Wed Oct 23 01:01:52 2002  Kristian Rietveld  <kris@gtk.org>

        Cache signal IDs to speed up signal emission. This is a good speedup
        because GtkTreeModel emits a big number of signals.

        * gtk/gtktreemodel.c (gtk_tree_model_base_init): save IDs returned
        by g_signal_new,
        (gtk_tree_model_row_changed): use g_signal_emit instead of
        g_signal_emit_by_name,
        (gtk_tree_model_row_inserted): ditto,
        (gtk_tree_model_row_has_child_toggled): ditto,
        (gtk_tree_model_row_deleted): ditto,
        (gtk_tree_model_rows_reordered): ditto.

Wed Oct 23 00:56:15 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtktreeselection.c (model_changed): new function,
        (gtk_tree_selection_selected_foreach): monitor changes in the model,
        bail out if the model has been changed from the foreach func.
        (#50263, reported by Havoc Pennington).

        * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
        free anchor if applicable (#94868, reported and testcase provided by
        Daniel Elstner).

21 years agoCheck for stack overflow throughout. (#91808, Elliot Lee)
Matthias Clasen [Tue, 22 Oct 2002 22:41:58 +0000 (22:41 +0000)]
Check for stack overflow throughout. (#91808, Elliot Lee)

* io-gif.c (lzw_read_byte): Check for stack overflow throughout.
(#91808, Elliot Lee)

21 years agoGdk API doc updates.
Matthias Clasen [Tue, 22 Oct 2002 22:11:22 +0000 (22:11 +0000)]
Gdk API doc updates.

21 years agoMultihead safety fixes, handle displays being closed. (#81651, based on
Owen Taylor [Tue, 22 Oct 2002 21:05:47 +0000 (21:05 +0000)]
Multihead safety fixes, handle displays being closed. (#81651, based on

Tue Oct 22 16:37:12 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktooltips.c: Multihead safety fixes, handle
        displays being closed. (#81651, based on patch
        from Erwann Chenede)

        * gtk/gtktoolbar.c (gtk_toolbar_init): Fix typo
        from the last commit.

21 years agoFix handling of getting the default style/icon size from the correct
Owen Taylor [Tue, 22 Oct 2002 20:00:31 +0000 (20:00 +0000)]
Fix handling of getting the default style/icon size from the correct

Tue Oct 22 15:55:08 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktoolbar.c: Fix handling of getting the
        default style/icon size from the correct
        GtkSettings. (#82184, reported by Vitaly Tishkov,
        help from Soeren Sandmann)

21 years agoActively monitor the screen of the parent. (#80281)
Owen Taylor [Tue, 22 Oct 2002 19:54:40 +0000 (19:54 +0000)]
Actively monitor the screen of the parent. (#80281)

Tue Oct 22 15:32:31 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkwindow.c: Actively monitor the screen of the
        parent. (#80281)

        * gtk/gtkentry.c: Fix missing prototype from the
        last commit.

21 years agoReset the layout, since it holds a reference to the font on a particular
Owen Taylor [Tue, 22 Oct 2002 19:50:27 +0000 (19:50 +0000)]
Reset the layout, since it holds a reference to the font on a particular

Tue Oct 22 15:46:09 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkentry.c (gtk_entry_unrealize): Reset the
        layout, since it holds a reference to the font on
        a particular screen.

21 years agoInclude config.h (#96441, Morten Welinder)
Owen Taylor [Tue, 22 Oct 2002 19:17:02 +0000 (19:17 +0000)]
Include config.h (#96441, Morten Welinder)

Tue Oct 22 15:13:59 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkimmulticontext.c: Include config.h
        (#96441, Morten Welinder)

21 years agoWhen compiling our on fnmatch.c, #define fnmatch _gtk_fnmatch (#92890,
Owen Taylor [Tue, 22 Oct 2002 19:08:25 +0000 (19:08 +0000)]
When compiling our on fnmatch.c, #define fnmatch _gtk_fnmatch (#92890,

Tue Oct 22 15:03:41 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/fnmatch.h: When compiling our on fnmatch.c,
        #define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)

21 years agoProduce C-m, not C-j for return. Handle Escape.
Owen Taylor [Tue, 22 Oct 2002 19:04:51 +0000 (19:04 +0000)]
Produce C-m, not C-j for return. Handle Escape.

Fri Oct 18 16:47:02 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c (translate_key_event): Produce
        C-m, not C-j for return. Handle Escape.

21 years agoIt is called GtkStatusbar, not GtkStatusBar. This was changed accidentally
Matthias Clasen [Tue, 22 Oct 2002 18:04:44 +0000 (18:04 +0000)]
It is called GtkStatusbar, not GtkStatusBar. This was changed accidentally

* gtk/gtkstatusbar.c (gtk_statusbar_get_type):
(gtk_statusbar_class_init): It is called GtkStatusbar, not
GtkStatusBar. This was changed accidentally during deprecation
cleanup and caused links in the API docs to break.  (#96390)

21 years agoReturn "" for entry->invisible_char == 0, otherwise N copies of
Owen Taylor [Mon, 21 Oct 2002 19:04:18 +0000 (19:04 +0000)]
Return "" for entry->invisible_char == 0, otherwise N copies of

Mon Oct 21 14:04:39 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkentry.c (gtk_entry_get_public_chars): Return
        "" for entry->invisible_char == 0, otherwise N copies
        of entry->invisible_char. (#95486, Vitaly Tishkov)

        * gtk/gtkentry.c: Fix a bunch of places where entry->text
        instead of layout->text was being used for computation
        of offsets/indices in the layout. Using layout->text
        is necessary because when the entry is invisible, it
        doesn't correspond to entry->text.

21 years agoUpdated Norwegian (bokmål) translation.
Kjartan Maraas [Mon, 21 Oct 2002 10:44:16 +0000 (10:44 +0000)]
Updated Norwegian (bokmål) translation.

2002-10-21  Kjartan Maraas  <kmaraas@gnome.org>

* no.po: Updated Norwegian (bokmål) translation.

21 years agogtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,
Soeren Sandmann [Sun, 20 Oct 2002 22:29:57 +0000 (22:29 +0000)]
gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,

Sun Oct 20 23:58:03 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c,
gtkmenushell.h, gtkmenushell.h

- make the delay before submenus appear below menu bars a
  GtkSetting
- make the delay before submenus pops up a GtkSetting
- make the stay up triangle slightly larger
- don't pop up the first submenu immediately.
- make the default delay for submenus 225 ms, and 0 for menubars.
- make the default delay before popping down inside the stay-up
  triangle 1000 ms

Fixes #74950

21 years ago Support the Netscape application extension for gif animations (#95060):
Matthias Clasen [Sun, 20 Oct 2002 22:16:58 +0000 (22:16 +0000)]
Support the Netscape application extension for gif animations (#95060):

21 years agoAdd a scrollbar_spacing style property (#81396, based on a patch from
Owen Taylor [Sun, 20 Oct 2002 19:08:17 +0000 (19:08 +0000)]
Add a scrollbar_spacing style property (#81396, based on a patch from

Sun Oct 20 14:58:02 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
        Add a scrollbar_spacing style property (#81396, based
        on a patch from Anders Carlsson)

21 years agoUpdate for latest gtk-doc changes.
Matthias Clasen [Sat, 19 Oct 2002 23:39:36 +0000 (23:39 +0000)]
Update for latest gtk-doc changes.

21 years agomake configure checks for Xrandr and Xinerama extensions less noisy
Jeremy Katz [Sat, 19 Oct 2002 16:13:36 +0000 (16:13 +0000)]
make configure checks for Xrandr and Xinerama extensions less noisy

2002-10-19  Jeremy Katz  <katzj@redhat.com>

       * configure.in: make configure checks for Xrandr and Xinerama
       extensions less noisy (#95858)

21 years agoHandle Return and KP_Enter.
Owen Taylor [Fri, 18 Oct 2002 20:49:35 +0000 (20:49 +0000)]
Handle Return and KP_Enter.

Fri Oct 18 16:47:02 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c (translate_key_event): Handle
        Return and KP_Enter.

21 years agoReset use_text_format to %TRUE for a %NULL text string. (#94157, once
Owen Taylor [Fri, 18 Oct 2002 19:40:27 +0000 (19:40 +0000)]
Reset use_text_format to %TRUE for a %NULL text string. (#94157, once

Fri Oct 18 15:38:50 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkprogressbar.c (gtk_progress_bar_set_text):
        Reset use_text_format to %TRUE for a %NULL text string.
        (#94157, once again).

21 years agoFix use of uninitialized variable.
Owen Taylor [Fri, 18 Oct 2002 19:26:43 +0000 (19:26 +0000)]
Fix use of uninitialized variable.

Thu Oct 17 17:17:05 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkcheckbutton.c (gtk_check_button_size_request):
        Fix use of uninitialized variable.

Thu Oct 17 14:38:37 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkaccellabel.c (gtk_accel_label_expose_event):
        Align the baseline of the accelerator label with the
        first baseline of the main label of the menu item. (#76593)

Wed Oct 16 18:25:24 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c (translate_key_event):
        Use gdk_keymap_translate_keyboard_state() rather than
        XLookupString() to get the keysymbol, since XLookupString
        can confuse the input method handling. (#93575)

        * gdk/x11/gdkkeys-x11.c: Rewrite the handling of
        key translation for the non-XKB case to properly
        handle Shift_Lock, Caps_Lock, Num_Lock according
        to the Xlib spec. (#67066)

21 years agoUpdate the docs for the event->key.string to say that @string is
Owen Taylor [Fri, 18 Oct 2002 19:14:54 +0000 (19:14 +0000)]
Update the docs for the event->key.string to say that @string is

Fri Oct 18 15:13:24 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/tmpl/event_structs.sgml: Update the docs for
        the event->key.string to say that @string is deprecated.

21 years agofix compiler warnings
Havoc Pennington [Thu, 17 Oct 2002 21:48:30 +0000 (21:48 +0000)]
fix compiler warnings

2002-10-17  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwindow.c (gtk_window_compute_configure_request): fix
compiler warnings

21 years agofix typo to make it compile
Soeren Sandmann [Thu, 17 Oct 2002 20:39:31 +0000 (20:39 +0000)]
fix typo to make it compile

Thu Oct 17 22:37:57 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
it compile

21 years agoadd g_return_if_fail for monitor number <= 0
Havoc Pennington [Thu, 17 Oct 2002 20:24:03 +0000 (20:24 +0000)]
add g_return_if_fail for monitor number <= 0

2002-10-16  Havoc Pennington  <hp@redhat.com>

* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
g_return_if_fail for monitor number <= 0

* gtk/gtkmenu.c (gtk_menu_position): handle case where pointer
is outside the screen.

* gtk/gtkwindow.c (get_monitor_center): factor out
the code to position a window in center
(gtk_window_compute_configure_request): use here
(gtk_window_constrain_position): use here, the
code here wasn't multihead-aware

* gdk/x11/gdkevents-x11.c (get_real_window): function to
return the window the event describes, rather than the window
that received the event.
(gdk_event_translate): use result of that function for
filling in GdkEvent::window, which only matters for
MapNotify/UnmapNotify and ConfigureNotify, in practice.

Unbreaks various things using SubstructureNotifyMask.

21 years agoMake the widgets work reasonably when they don't have children -- draw the
Owen Taylor [Thu, 17 Oct 2002 20:20:52 +0000 (20:20 +0000)]
Make the widgets work reasonably when they don't have children -- draw the

Thu Oct 17 16:13:28 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkcheckbutton.c gtk/gtkradiobutton.c: Make
        the widgets work reasonably when they don't have
        children -- draw the focus around the indicator,
        and position the indicator symmetrically.
        (#74830, Dave Camp)

        * tests/testgtk.c: Add no-child portions to check and radio
        button tests.

21 years agoTake arrows into account when clamping the offset. Fixes #95758.
Soeren Sandmann [Thu, 17 Oct 2002 20:09:39 +0000 (20:09 +0000)]
Take arrows into account when clamping the offset. Fixes #95758.

Thu Oct 17 22:09:05 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkmenu.c (gtk_menu_scroll_to): Take arrows into
account when clamping the offset. Fixes #95758.

21 years agoFix from Phil Blundell for compiling without Xkb. (#95909)
Owen Taylor [Wed, 16 Oct 2002 19:20:57 +0000 (19:20 +0000)]
Fix from Phil Blundell for compiling without Xkb. (#95909)

Wed Oct 16 15:19:44 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkkeys-x11.c: Fix from Phil Blundell for
        compiling without Xkb. (#95909)

21 years agoMake 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.
Owen Taylor [Wed, 16 Oct 2002 18:41:42 +0000 (18:41 +0000)]
Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.

Wed Oct 16 14:32:43 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c
        gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c
        gdk/win32/gdkdrawable-win32.c gdk/linux-fb/gdkdrawable-fb2.c
        gdk/linux-fb/gdkprivate-fb.h:
        Make 'filled' arguments for draw_arc/polygon/rectangle
        gboolean not gint. (#94976)

21 years agoMake tear-off menuitems obey the "selected_shadow_type" style property.
Soeren Sandmann [Wed, 16 Oct 2002 15:13:43 +0000 (15:13 +0000)]
Make tear-off menuitems obey the "selected_shadow_type" style property.

Wed Oct 16 17:11:46 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Make
tear-off menuitems obey the "selected_shadow_type" style property.

21 years agoDon't use connect_swapped() when the function being connected has a
Owen Taylor [Tue, 15 Oct 2002 21:27:45 +0000 (21:27 +0000)]
Don't use connect_swapped() when the function being connected has a

Tue Oct 15 17:25:47 2002  Owen Taylor  <otaylor@redhat.com>

        * modules/input/gtkimcontextxim.c (get_im): Don't use
        connect_swapped() when the function being connected
        has a non-swapped signature.

21 years agoInitialize info->ics to NULL. (Hidetoshi Tajima.)
Owen Taylor [Tue, 15 Oct 2002 13:56:27 +0000 (13:56 +0000)]
Initialize info->ics to NULL. (Hidetoshi Tajima.)

Tue Oct 15 09:54:54 2002  Owen Taylor  <otaylor@redhat.com>

        * modules/input/gtkimcontextxim.c (get_im): Initialize
        info->ics to NULL. (Hidetoshi Tajima.)

        * modules/input/gtkimcontextxim.c (status_window_get):
        Call set_resizable on the window, not on the structure.

21 years ago=== Released 2.1.1 ===
Owen Taylor [Mon, 14 Oct 2002 23:53:44 +0000 (23:53 +0000)]
=== Released 2.1.1 ===

Mon Oct 14 19:17:34 2002  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.1.1 ===

21 years agoAdd some missing files.
Owen Taylor [Mon, 14 Oct 2002 23:38:33 +0000 (23:38 +0000)]
Add some missing files.

Mon Oct 14 19:34:26 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/Makefile.am (content_files)
          gdk-pixbuf/Makefile.am (content_files): Add some missing
        files.

21 years agoUpdate.
Owen Taylor [Mon, 14 Oct 2002 23:22:58 +0000 (23:22 +0000)]
Update.

Mon Oct 14 19:16:16 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtk-sections.txt: Update.

        * gdk/tmpl/images.sgml gtk/tmpl/gtkmain.sgml
        gtk/tmpl/gtkselection.sgml: Remove docs that were moved
        the the C files.

21 years agoVersion 2.1.1, interface age 0, binary age 101.
Owen Taylor [Mon, 14 Oct 2002 22:57:38 +0000 (22:57 +0000)]
Version 2.1.1, interface age 0, binary age 101.

Mon Oct 14 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Version 2.1.1, interface age 0, binary age 101.

        * NEWS: Updates

21 years agoBehaviour change, apply changes if the entry of the editable gets a focus
Kristian Rietveld [Mon, 14 Oct 2002 22:50:18 +0000 (22:50 +0000)]
Behaviour change, apply changes if the entry of the editable gets a focus

Tue Oct 15 00:53:14 2002  Kristian Rietveld  <kris@gtk.org>

        Behaviour change, apply changes if the entry of the editable gets
        a focus out event (#82405).

        * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
        new function,
        (gtk_cell_renderer_text_start_editing): stop editing and apply
        changes on focus-out.

Tue Oct 15 00:47:35 2002  Kristian Rietveld  <kris@gtk.org>

        Fixes an *evil* GtkTreeModelSort bug, #93629.

        * gtk/gtktreemodel.c (release_row_references): return if the
        refs->list is NULL.

        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed): if we
        are swapping two rows (re-insertion on row_changed), also *emit*
        a rows_reordered signal. oops.

Tue Oct 15 00:45:03 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtkliststore.c (gtk_list_store_remove_silently): free
        the actual link after the node has been removed (#92014).

        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_column_finalize):
        free the cell_list and the child if the exists (#92014).

Tue Oct 15 00:40:25 2002  Kristian Rietveld  <kris@gtk.org>

        Don't accept drops if the model has been sorted, #93758)

        * gtk/gtkliststore.c (gtk_list_store_row_drop_possible): return
        FALSE if the list has been sorted.

        * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): check
        if drag_dest is a TreeStore, return FALSE if the tree has been
        sorted.

Tue Oct 15 00:33:59 2002  Kristian Rietveld  <kris@gtk.org>

        Compiler warning fixage, (#85858, #85859, #85860, #85872)

        * gtk/gtkcellrendererpixbuf (gtk_cell_renderer_pixbuf_render):
        s/guint/GtkCellRendererState/.

        * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
        ditto.

        * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render),
        (gtk_cell_renderer_toggle_activate): ditto.

        * gtk/gtkliststore.c (gtk_list_store_get_flags): a
        s/guint/GtkTreeModelFlags/ on the return type.

21 years agoDist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)
Matthias Clasen [Mon, 14 Oct 2002 21:51:55 +0000 (21:51 +0000)]
Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)

* gdk-pixbuf/Makefile.am (dist-hook):
* gdk/Makefile.am (dist-hook):
* gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not
sgml/*.sgml.  (#95678, Owen Taylor)

21 years ago- Make GtkXIMInfo structures per-screen (they were a mix between
Owen Taylor [Mon, 14 Oct 2002 19:19:08 +0000 (19:19 +0000)]
- Make GtkXIMInfo structures per-screen (they were a mix between

Mon Oct 14 15:10:34 2002  Owen Taylor  <otaylor@redhat.com>

        * modules/input/gtkimcontextxim.c:
        - Make GtkXIMInfo structures per-screen (they were
          a mix between per-display and per-context before)
        - Make signal connections info->settings one-per-info
         - Handle a GdkDisplay being closed, by destroying
          all XIC, calling XCloseIM on the XIM. (#87482)

21 years agoAdapt to latest gtk-doc changes.
Matthias Clasen [Mon, 14 Oct 2002 00:11:00 +0000 (00:11 +0000)]
Adapt to latest gtk-doc changes.

21 years agoDeprecation cleanup
Manish Singh [Sun, 13 Oct 2002 23:56:31 +0000 (23:56 +0000)]
Deprecation cleanup

Sun Oct 13 16:55:49 2002  Manish Singh  <yosh@gimp.org>

        * gtk/gtkdnd.c gtk/gtkradiobutton.[ch]: Deprecation cleanup

        * gtk/Makefile.am: Added disable deprecation flags

        * demos/pixbuf-init.c demos/gtk-demo/changedisplay.c: minor clean up

21 years agoDeprecation cleanup
Manish Singh [Sun, 13 Oct 2002 23:22:33 +0000 (23:22 +0000)]
Deprecation cleanup

Sun Oct 13 16:20:41 2002  Manish Singh  <yosh@gimp.org>

        * tests/pixbuf-randomly-modified.c tests/prop-editor.c
        tests/testcalendar.c tests/testdnd.c tests/testgtk.c tests/testinput.c
        tests/testmultidisplay.c tests/testmultiscreen.c tests/testrgb.c
        tests/testselection.c tests/testsocket.c tests/testsocket_common.c
        tests/testtext.c tests/testtextbuffer.c tests/testtreecolumns.c
        tests/testtreeedit.c tests/testtreeflow.c tests/testtreefocus.c
        tests/testtreesort.c tests/testtreeview.c tests/testxinerama.c
        tests/treestoretest.c: Deprecation cleanup

        * tests/Makefile.am: Added disable deprecation flags

21 years agoDeprecation cleanup
Manish Singh [Sun, 13 Oct 2002 20:44:18 +0000 (20:44 +0000)]
Deprecation cleanup

Sun Oct 13 13:43:16 2002  Manish Singh  <yosh@gimp.org>

        * gtk/gtkcurve.[ch] gtk/gtkgamma.[ch] gtk/gtklayout.[ch]
        gtk/gtkwidget.[ch] modules/input/gtkimcontextxim.c
        modules/input/imam-et.c modules/input/imcyrillic-translit.c
        modules/input/imhangul.c modules/input/iminuktitut.c
        modules/input/imipa.c modules/input/imthai-broken.c
        modules/input/imti-er.c modules/input/imti-et.c
        modules/input/imviqr.c: Deprecation cleanup

        * modules/input/Makefile.am: Added disable deprecation flags

21 years agoDeprecation cleanup
Manish Singh [Sun, 13 Oct 2002 19:34:42 +0000 (19:34 +0000)]
Deprecation cleanup

Sun Oct 13 12:29:15 2002  Manish Singh  <yosh@gimp.org>

        * gtk/gtkcolorsel.[ch] gtk/gtkcombo.[ch] gtk/gtkplug.[ch]
        gtk/gtksocket.[ch] gtk/gtktreeview.[ch] gtk/gtktreeviewcolumn.[ch]:
        Deprecation cleanup

        * gtk/gtkcolorseldialog.c: make window not resizable (lost
        accidently in the previous cleanup)