]> Pileus Git - ~andy/gtk/log
~andy/gtk
19 years agoShow the grip_window if necessary.
Matthias Clasen [Tue, 9 Nov 2004 15:35:27 +0000 (15:35 +0000)]
Show the grip_window if necessary.

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkstatusbar.c (gtk_statusbar_set_has_resize_grip):
Show the grip_window if necessary.

19 years agoOnly clear the triangle below the grip to the background, not the full
Matthias Clasen [Tue, 9 Nov 2004 14:49:01 +0000 (14:49 +0000)]
Only clear the triangle below the grip to the background, not the full

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkstyle.c (gtk_default_draw_resize_grip): Only
clear the triangle below the grip to the background,
not the full area.

19 years agoClip when drawing the cursor. This prevents bits of a selectable label
Matthias Clasen [Tue, 9 Nov 2004 14:28:34 +0000 (14:28 +0000)]
Clip when drawing the cursor. This prevents bits of a selectable label

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtklabel.c (draw_insertion_cursor, gtk_label_expose):
Clip when drawing the cursor. This prevents bits of a
selectable label leaking out from underneath the resize
grip in a statusbar.  (#73359)

19 years agoUpdated Czech translation.
Miloslav Trmac [Tue, 9 Nov 2004 14:23:43 +0000 (14:23 +0000)]
Updated Czech translation.

2004-11-09  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoExplain how to migrate non-stock icons.
Matthias Clasen [Tue, 9 Nov 2004 13:59:31 +0000 (13:59 +0000)]
Explain how to migrate non-stock icons.

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/migrating-GtkAction.sgml: Explain how to migrate
non-stock icons.

19 years agoApply a patch by Owen Taylor to get reasonable allocations for the
Matthias Clasen [Tue, 9 Nov 2004 07:27:40 +0000 (07:27 +0000)]
Apply a patch by Owen Taylor to get reasonable allocations for the

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkstatusbar.c: Apply a patch by Owen Taylor to
get reasonable allocations for the statusbar and its
children.  (#73359)

19 years agoApply a patch by Soeren Sandmann to test long statusbar texts.
Matthias Clasen [Tue, 9 Nov 2004 06:14:11 +0000 (06:14 +0000)]
Apply a patch by Soeren Sandmann to test long statusbar texts.

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* tests/testgtk.c: Apply a patch by Soeren Sandmann to
test long statusbar texts.

19 years agoAdd new symbols.
Matthias Clasen [Tue, 9 Nov 2004 05:07:41 +0000 (05:07 +0000)]
Add new symbols.

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols: Add new symbols.

19 years agoAvoid resizing GtkStatusbar if the text of the label changes (#90955, He
Matthias Clasen [Tue, 9 Nov 2004 05:04:41 +0000 (05:04 +0000)]
Avoid resizing GtkStatusbar if the text of the label changes (#90955, He

2004-11-09  Matthias Clasen  <mclasen@redhat.com>

Avoid resizing GtkStatusbar if the text of the label
changes  (#90955, He Qiangqiang, fix proposed by
Owen Taylor, patch by Christian Persch)

* gtk/gtklabel.[hc]: Add a boolean single-line-mode property
which causes the label height not to depend on the actual
text, but only on the font.

* gtk/gtkstatusbar.c (gtk_statusbar_init): Turn on
single-line-mode for the label.

19 years agoUse xdg_mime_mime_type_subclass() to match mime types. This also gives use
Matthias Clasen [Mon, 8 Nov 2004 21:25:27 +0000 (21:25 +0000)]
Use xdg_mime_mime_type_subclass() to match mime types. This also gives use

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilefilter.c (gtk_file_filter_filter): Use
xdg_mime_mime_type_subclass() to match mime types. This
also gives use wildcard matching. (#143760, #141224,
Tommi Komulainen, David A Knight)

19 years agoUse gtk_widget_{hide,show} instead of g_object_set (..."visible"...).
Matthias Clasen [Mon, 8 Nov 2004 20:43:59 +0000 (20:43 +0000)]
Use gtk_widget_{hide,show} instead of g_object_set (..."visible"...).

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaction.c (_gtk_action_sync_menu_visible): Use
gtk_widget_{hide,show} instead of g_object_set (..."visible"...).

19 years agoDisable the SAVE and CREATE_FOLDER modes. (#157675, Christian Persch)
Matthias Clasen [Mon, 8 Nov 2004 20:15:45 +0000 (20:15 +0000)]
Disable the SAVE and CREATE_FOLDER modes. (#157675, Christian Persch)

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* tests/testfilechooserbutton.c (main): Disable the SAVE
and CREATE_FOLDER modes.  (#157675, Christian Persch)

19 years agoSync from upstream
Matthias Clasen [Mon, 8 Nov 2004 19:36:12 +0000 (19:36 +0000)]
Sync from upstream

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* Sync from upstream

19 years agoHide the website button if the url is unset. (#157630, John Finlay)
Matthias Clasen [Mon, 8 Nov 2004 19:14:23 +0000 (19:14 +0000)]
Hide the website button if the url is unset. (#157630, John Finlay)

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Hide the
website button if the url is unset.  (#157630, John Finlay)

19 years agoChange the return types of the gchar ** getters to be more const correct.
Matthias Clasen [Mon, 8 Nov 2004 18:37:29 +0000 (18:37 +0000)]
Change the return types of the gchar ** getters to be more const correct.

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.[hc]: Change the return types of the
gchar ** getters to be more const correct.  (#157566, Mariano
Suárez-Alvarez)

19 years agoAdd uri targets before text targets, to make file dnd work better.
Matthias Clasen [Mon, 8 Nov 2004 17:43:52 +0000 (17:43 +0000)]
Add uri targets before text targets, to make file dnd work better.

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_init): Add
uri targets before text targets, to make file dnd work
better.  (#157651, Christian Persch)

19 years agoSupport columns whose declared type is an interface better, by treating
Matthias Clasen [Mon, 8 Nov 2004 16:56:03 +0000 (16:56 +0000)]
Support columns whose declared type is an interface better, by treating

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreedatalist.c: Support columns whose declared type is
an interface better, by treating them like G_TYPE_OBJECT if
the interface types requires G_TYPE_OBJECT.

19 years agoadd the icons again with the binary flag (Closes: #157665)
Bastien Nocera [Mon, 8 Nov 2004 16:24:52 +0000 (16:24 +0000)]
add the icons again with the binary flag (Closes: #157665)

2004-11-08  Bastien Nocera  <hadess@hadess.net>

* gtk/stock-icons/stock_media_play_rtl_16.png:
* gtk/stock-icons/stock_media_play_rtl_24.png: add the icons again
with the binary flag (Closes: #157665)

19 years ago- removed
Bastien Nocera [Mon, 8 Nov 2004 16:21:20 +0000 (16:21 +0000)]
- removed

19 years agoNew convenience function to add a filter for image files which can be
Matthias Clasen [Sun, 7 Nov 2004 05:42:01 +0000 (05:42 +0000)]
New convenience function to add a filter for image files which can be

2004-11-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilefilter.h:
* gtk/gtkfilefilter.c (gtk_file_filter_add_pixbuf_formats):
New convenience function to add a filter for image files
which can be loaded by GdkPixbuf. (#145388, Anders Carlsson)

* tests/testfilechooser.c: Test the image filter.

19 years agoRemove some warnings.
Matthias Clasen [Sun, 7 Nov 2004 05:23:31 +0000 (05:23 +0000)]
Remove some warnings.

2004-11-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenu.c (menu_change_screen): Remove some warnings.

19 years agoShow files in folder modes. (#157013, Nickolay V. Shmyrev)
Matthias Clasen [Sun, 7 Nov 2004 05:15:25 +0000 (05:15 +0000)]
Show files in folder modes. (#157013, Nickolay V. Shmyrev)

2004-11-07  Matthias Clasen  <mclasen@redhat.com>

Show files in folder modes. (#157013, Nickolay V. Shmyrev)

* gtk/gtkfilechooserdefault.c (create_file_list): Use a selection
function to determine which rows can be selected.
(update_appearance): Always show files. Also queue a redraw.
(set_list_model): Always show files.
(list_select_func): The selection function used for the file list.
Don't allow to select files when in select/create folder mode.
(list_row_activated): Don't activate files in folder modes.
(list_icon_data_func, list_mtime_data_func, list_size_data_func):
Render files insensitive in folder modes.

19 years agoDon't support CREATE_FOLDER and SAVE for now. UI authorities object to it.
Matthias Clasen [Sun, 7 Nov 2004 04:57:04 +0000 (04:57 +0000)]
Don't support CREATE_FOLDER and SAVE for now. UI authorities object to it.

2004-11-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property):
Don't support CREATE_FOLDER and SAVE for now. UI authorities
object to it.  (#157384, Seth Nickell)

19 years agoForgotten file
Matthias Clasen [Sun, 7 Nov 2004 04:53:23 +0000 (04:53 +0000)]
Forgotten file

19 years agoJump through a few hoops to make the tooltip on the filter combo box work
Matthias Clasen [Sun, 7 Nov 2004 04:10:01 +0000 (04:10 +0000)]
Jump through a few hoops to make the tooltip on the filter combo box work

2004-11-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserdefault.c (file_pane_create): Jump through
a few hoops to make the tooltip on the filter combo box work
a bit better. This fixes #157273 and #157074.

19 years agoAdd the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)
Matthias Clasen [Sat, 6 Nov 2004 20:16:40 +0000 (20:16 +0000)]
Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)

2004-11-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
Parro)

19 years agoRemove this unneeded function, as it breaks state propagation.
Matthias Clasen [Fri, 5 Nov 2004 21:20:09 +0000 (21:20 +0000)]
Remove this unneeded function, as it breaks state propagation.

2004-11-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
Remove this unneeded function, as it breaks state propagation.

19 years agoQueue the resize before setting the tearoff state, to make sure the
Matthias Clasen [Fri, 5 Nov 2004 20:11:48 +0000 (20:11 +0000)]
Queue the resize before setting the tearoff state, to make sure the

2004-11-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate):
Queue the resize before setting the tearoff state, to
make sure the torn-off menu picks up the size increase due
to the arrow in the torn off menu item.  (#157286, Adam
Hooper, fix proposed by Owen Taylor)

19 years agoDon't unnecessarily call gtk_menu_position(), since that function has
Matthias Clasen [Fri, 5 Nov 2004 15:58:36 +0000 (15:58 +0000)]
Don't unnecessarily call gtk_menu_position(), since that function has

2004-11-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenu.c (menu_change_screen): Don't unnecessarily
call gtk_menu_position(), since that function has issues
when called on a menu whose parent is unrealized.  (#157354,
Adam Hooper)

19 years agoHungarian translation updated.
Laszlo Dvornik [Fri, 5 Nov 2004 12:35:21 +0000 (12:35 +0000)]
Hungarian translation updated.

2004-11-05  Laszlo Dvornik  <dvornik@gnome.hu>

* hu.po: Hungarian translation updated.

19 years agoUpdated Albanian translation.
Laurent Dhima [Fri, 5 Nov 2004 09:50:37 +0000 (09:50 +0000)]
Updated Albanian translation.

2004-11-05  Laurent Dhima  <laurenti@alblinux.net>

* sq.po: Updated Albanian translation.

19 years agoDocument new functions.
Matthias Clasen [Fri, 5 Nov 2004 07:18:28 +0000 (07:18 +0000)]
Document new functions.

2004-11-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmain.c: Document new functions.

19 years agoMarkup fixes.
Matthias Clasen [Fri, 5 Nov 2004 06:07:44 +0000 (06:07 +0000)]
Markup fixes.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkaboutdialog.sgml:
* gtk/migrating-GtkColorButton.sgml:
* gtk/migrating-GtkIconView.sgml:
* gtk/migrating-GtkAboutDialog.sgml: Markup fixes.

19 years agoDocument current restrictions for property values. (#157409, Matthew H.
Matthias Clasen [Fri, 5 Nov 2004 01:43:31 +0000 (01:43 +0000)]
Document current restrictions for property values. (#157409, Matthew H.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf.c (gdk_pixbuf_class_init): Document current
restrictions for property values.  (#157409, Matthew H. Plough)

19 years agoUpdated Danish translation.
Ole Laursen [Thu, 4 Nov 2004 22:18:08 +0000 (22:18 +0000)]
Updated Danish translation.

2004-11-04  Ole Laursen  <olau@hardworking.dk>

* da.po: Updated Danish translation.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Thu, 4 Nov 2004 21:40:23 +0000 (21:40 +0000)]
Updated Canadian English translation.

* en_CA.po: Updated Canadian English translation.

19 years agoAdd some hints about GnomeColorPicker --> GtkColorButton migration.
Matthias Clasen [Thu, 4 Nov 2004 18:01:49 +0000 (18:01 +0000)]
Add some hints about GnomeColorPicker --> GtkColorButton migration.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-docs.sgml:
* gtk/migrating-GtkColorButton.sgml: Add some hints about
GnomeColorPicker --> GtkColorButton migration.

19 years agoAdd new migration chapters.
Matthias Clasen [Thu, 4 Nov 2004 15:33:09 +0000 (15:33 +0000)]
Add new migration chapters.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am (content_files): Add new migration chapters.

19 years agoMarkup fix.
Matthias Clasen [Thu, 4 Nov 2004 15:32:14 +0000 (15:32 +0000)]
Markup fix.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkaboutdialog.sgml: Markup fix.

19 years agoUpdate
Matthias Clasen [Thu, 4 Nov 2004 15:23:48 +0000 (15:23 +0000)]
Update

19 years agoTypo fix.
Matthias Clasen [Thu, 4 Nov 2004 15:23:33 +0000 (15:23 +0000)]
Typo fix.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/stock-icons/Makefile.am: Typo fix.

* gtk/tmpl/gtkstock.sgml: Fix markup.

* gtk/gtk-docs.sgml:
* gtk/migrating-GtkAboutDialog.sgml: Add a first version
of a GnomeAbout --> GtkAboutDialog migration chapter.

19 years agoDocumentation updates.
Matthias Clasen [Thu, 4 Nov 2004 15:13:00 +0000 (15:13 +0000)]
Documentation updates.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c: Documentation updates.

19 years agoMake sure the RTL variants are used for media icons update following the
Bastien Nocera [Thu, 4 Nov 2004 14:49:44 +0000 (14:49 +0000)]
Make sure the RTL variants are used for media icons update following the

2004-11-04  Bastien Nocera  <hadess@hadess.net>

* gtk/gtkiconfactory.c: (get_default_icons): Make sure the RTL
variants are used for media icons
* gtk/stock-icons/Makefile.am: update following the addition of
the 2 Play icon RTL variants
* gtk/stock-icons/stock_media_play_rtl_16.png: added
* gtk/stock-icons/stock_media_play_rtl_24.png: added

2004-11-04  Bastien Nocera  <hadess@hadess.net>

* gtk/tmpl/gtkstock.sgml: add RTL variants for all the media icons
needing it

19 years agoAdd a first version of a GnomeIconList --> GtkIconView migration chapter.
Matthias Clasen [Thu, 4 Nov 2004 03:34:51 +0000 (03:34 +0000)]
Add a first version of a GnomeIconList --> GtkIconView migration chapter.

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/migrating-GtkIconView.sgml: Add a first version of
a GnomeIconList --> GtkIconView migration chapter.

19 years agoDon't leak the path. (#157301, Carlos Garnacho Parro)
Matthias Clasen [Thu, 4 Nov 2004 03:28:23 +0000 (03:28 +0000)]
Don't leak the path. (#157301, Carlos Garnacho Parro)

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserdefault.c (new_folder_button_clicked):
Don't leak the path.  (#157301, Carlos Garnacho Parro)

19 years agoHandle the case that the protocol version in the context is not set yet.
Matthias Clasen [Wed, 3 Nov 2004 17:06:38 +0000 (17:06 +0000)]
Handle the case that the protocol version in the context is not set yet.

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the
case that the protocol version in the context is not
set yet.  (#157123, James Henstridge)

19 years ago2004-11-03 Fixed wrong translations. T.Aihana <aihana@gnome.gr.jp>
Fixed wrong translations. T.Aihana [Wed, 3 Nov 2004 17:05:03 +0000 (17:05 +0000)]
2004-11-03 Fixed wrong translations. T.Aihana <aihana@gnome.gr.jp>

19 years ago2004-11-03 Updated Japanese translation. T.Aihana <aihana@gnome.gr.jp>
Updated Japanese translation. T.Aihana [Wed, 3 Nov 2004 16:28:28 +0000 (16:28 +0000)]
2004-11-03 Updated Japanese translation. T.Aihana <aihana@gnome.gr.jp>

19 years ago2004-11-03 Updated Japanese translation. T.Aihana <aihana@gnome.gr.jp>
Updated Japanese translation. T.Aihana [Wed, 3 Nov 2004 15:16:48 +0000 (15:16 +0000)]
2004-11-03 Updated Japanese translation. T.Aihana <aihana@gnome.gr.jp>

19 years agoTiny cleanup
Matthias Clasen [Wed, 3 Nov 2004 15:09:45 +0000 (15:09 +0000)]
Tiny cleanup

19 years agoDon't try to activate a node if the cursor is not valid.
Matthias Clasen [Wed, 3 Nov 2004 15:08:05 +0000 (15:08 +0000)]
Don't try to activate a node if the cursor is not valid.

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_search_activate): Don't
try to activate a node if the cursor is not valid.

19 years agoDon't mysteriously go to the parent dir when hitting "Cancel" in folder
James M. Cape [Wed, 3 Nov 2004 10:26:18 +0000 (10:26 +0000)]
Don't mysteriously go to the parent dir when hitting "Cancel" in folder

2004-11-03  James M. Cape  <jcape@ignore-your.tv>

        * gtk/gtkfilechooserbutton.c (update_dialog), (dialog_response_cb):
        Don't mysteriously go to the parent dir when hitting "Cancel" in
        folder mode (fixes #156971).

19 years agoDon't access label->layout directly. (#157080, Adam Hooper)
Matthias Clasen [Wed, 3 Nov 2004 06:36:32 +0000 (06:36 +0000)]
Don't access label->layout directly. (#157080, Adam Hooper)

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Don't
access label->layout directly.  (#157080, Adam Hooper)

19 years agoAllow unsetting a pattern by passing NULL. (#156720, Tristan Van Berkom)
Matthias Clasen [Wed, 3 Nov 2004 06:20:33 +0000 (06:20 +0000)]
Allow unsetting a pattern by passing NULL. (#156720, Tristan Van Berkom)

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtklabel.c (gtk_label_set_pattern_internal): Allow
unsetting a pattern by passing NULL.  (#156720, Tristan Van Berkom)

19 years agoDon't crash if the active_row reference has become invalid. (#157156,
Matthias Clasen [Wed, 3 Nov 2004 06:16:43 +0000 (06:16 +0000)]
Don't crash if the active_row reference has become invalid. (#157156,

2004-11-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_get_active): Don't crash
if the active_row reference has become invalid.  (#157156,
Christophe Fergeau)

19 years agoAs a last stage in GtkWindow key press handing, try adding
Matthias Clasen [Tue, 2 Nov 2004 13:25:37 +0000 (13:25 +0000)]
As a last stage in GtkWindow key press handing, try adding

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwindow.c (gtk_window_activate_key_after): As
a last stage in GtkWindow key press handing, try adding
window->mnemonic_modifier to event->state and see if it
matches a mnemonic. (#53709, based on a patch by
Pasupathi Duraisamy, patch by Owen Taylor)

19 years agoDoc additions.
Matthias Clasen [Tue, 2 Nov 2004 07:06:02 +0000 (07:06 +0000)]
Doc additions.

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init):
Doc additions.

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkcellrenderercombo.sgml:
* gtk/tmpl/gtkcellrenderertoggle.sgml:
* gtk/tmpl/gtkcellrenderertext.sgml: Add introductions.

* gtk/tmpl/gtkcellrenderer.sgml: Additions.

19 years agoRemove GtkFileChooserEmbed, since it is not in the headers we parse.
Matthias Clasen [Tue, 2 Nov 2004 06:02:40 +0000 (06:02 +0000)]
Remove GtkFileChooserEmbed, since it is not in the headers we parse.

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Remove GtkFileChooserEmbed, since
it is not in the headers we parse.

19 years agoFix trigraphs in private markers.
Matthias Clasen [Tue, 2 Nov 2004 05:58:38 +0000 (05:58 +0000)]
Fix trigraphs in private markers.

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.

19 years agoFix a doc comment.
Matthias Clasen [Tue, 2 Nov 2004 05:40:33 +0000 (05:40 +0000)]
Fix a doc comment.

2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init):
Fix a doc comment.

19 years agoRemove a debug printf(). (#157087, Christian Persch)
Matthias Clasen [Tue, 2 Nov 2004 04:12:07 +0000 (04:12 +0000)]
Remove a debug printf(). (#157087, Christian Persch)

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
Remove a debug printf().  (#157087, Christian Persch)

19 years agoActually commit the "stat less" patch which appeared in the ChangeLog a
Matthias Clasen [Tue, 2 Nov 2004 02:07:30 +0000 (02:07 +0000)]
Actually commit the "stat less" patch which appeared in the ChangeLog a

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.c: Actually commit the "stat less" patch
which appeared in the ChangeLog a few days ago.

19 years agoAdd an intro.
Matthias Clasen [Mon, 1 Nov 2004 20:59:56 +0000 (20:59 +0000)]
Add an intro.

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkcellrendererpixbuf.sgml: Add an intro.

19 years ago*** empty log message ***
Matthias Clasen [Mon, 1 Nov 2004 20:25:34 +0000 (20:25 +0000)]
*** empty log message ***

19 years agoMove some docs inline.
Matthias Clasen [Mon, 1 Nov 2004 20:20:25 +0000 (20:20 +0000)]
Move some docs inline.

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkfilechooserbutton.sgml: Move some docs inline.

19 years agoDoc update.
Matthias Clasen [Mon, 1 Nov 2004 20:14:15 +0000 (20:14 +0000)]
Doc update.

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.

19 years agoRevalidate the iter. (#156924, Murray Cumming)
Matthias Clasen [Mon, 1 Nov 2004 19:57:13 +0000 (19:57 +0000)]
Revalidate the iter. (#156924, Murray Cumming)

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
iter.  (#156924, Murray Cumming)

19 years agoDocument gdk_pixbuf_{major,minor,micro}_version.
Matthias Clasen [Mon, 1 Nov 2004 19:41:27 +0000 (19:41 +0000)]
Document gdk_pixbuf_{major,minor,micro}_version.

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf/tmpl/initialization_versions.sgml: Document
gdk_pixbuf_{major,minor,micro}_version.

19 years agoBreak the declaration of the three version variables, so that gtk-doc can
Matthias Clasen [Mon, 1 Nov 2004 19:35:27 +0000 (19:35 +0000)]
Break the declaration of the three version variables, so that gtk-doc can

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf-features.h.in: Break the declaration of the three
version variables, so that gtk-doc can grok it.

19 years agoAdd a "ref and sink" question. (#156865, Philip Langdale, text based on a
Matthias Clasen [Mon, 1 Nov 2004 19:19:06 +0000 (19:19 +0000)]
Add a "ref and sink" question. (#156865, Philip Langdale, text based on a

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/question_index.sgml: Add a "ref and sink" question.
(#156865, Philip Langdale, text based on a comment by Owen
Taylor)

* gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
assignments as toplevel statements.

19 years agoadd missing tag.
Jonathan Blandford [Mon, 1 Nov 2004 18:44:56 +0000 (18:44 +0000)]
add missing tag.

Mon Nov  1 13:37:31 2004  Jonathan Blandford  <jrb@redhat.com>

        * gtk/question_index.sgml (linkend): add missing tag.

19 years agoDon't crash on broken ClientMessage events. (#157056, Owen Taylor)
Matthias Clasen [Mon, 1 Nov 2004 18:30:52 +0000 (18:30 +0000)]
Don't crash on broken ClientMessage events. (#157056, Owen Taylor)

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't crash on
broken ClientMessage events.  (#157056, Owen Taylor)

19 years agoDocument im_module_file and settings assignments as toplevel statements.
Matthias Clasen [Mon, 1 Nov 2004 18:22:33 +0000 (18:22 +0000)]
Document im_module_file and settings assignments as toplevel statements.

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
assignments as toplevel statements.

19 years agoFix a typo in the docs. (#157044, Masao Mutoh)
Matthias Clasen [Mon, 1 Nov 2004 16:09:23 +0000 (16:09 +0000)]
Fix a typo in the docs. (#157044, Masao Mutoh)

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
the docs.  (#157044, Masao Mutoh)

19 years agoUpdated Albanian translation.
Laurent Dhima [Mon, 1 Nov 2004 09:50:15 +0000 (09:50 +0000)]
Updated Albanian translation.

2004-11-01  Laurent Dhima  <laurenti@alblinux.net>

* sq.po: Updated Albanian translation.

19 years agoUpdate the state of the cell view when the state of the button changes (to
Matthias Clasen [Mon, 1 Nov 2004 04:38:24 +0000 (04:38 +0000)]
Update the state of the cell view when the state of the button changes (to

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
state of the cell view when the state of the button changes (to
get prelighted drawing right).  (#138650, Frances Keenan, Christian Persch)

19 years agoUpdated Czech translation.
Miloslav Trmac [Sun, 31 Oct 2004 23:57:10 +0000 (23:57 +0000)]
Updated Czech translation.

2004-11-01  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Sun, 31 Oct 2004 20:32:31 +0000 (20:32 +0000)]
Updated Canadian English translation.

* en_CA.po: Updated Canadian English translation.

19 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Sun, 31 Oct 2004 19:31:26 +0000 (19:31 +0000)]
Translation updated by Tino Meinen.

2004-10-31  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

19 years agoDon't force the height of the action area, we don't scroll it anyway, and
Matthias Clasen [Sun, 31 Oct 2004 19:10:29 +0000 (19:10 +0000)]
Don't force the height of the action area, we don't scroll it anyway, and

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
Don't force the height of the action area, we don't scroll
it anyway, and the current way of calculating the height can lead
to broken display.  (#156573, Christian Persch)

19 years agoDon't try to remove stuff from an empty model. (#156575, Christian Persch)
Matthias Clasen [Sun, 31 Oct 2004 18:26:49 +0000 (18:26 +0000)]
Don't try to remove stuff from an empty model. (#156575, Christian Persch)

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* tests/testentrycompletion.c (animation_timer): Don't try to
remove stuff from an empty model.  (#156575, Christian Persch)

19 years agoUpdate doc comments.
Matthias Clasen [Sun, 31 Oct 2004 18:01:07 +0000 (18:01 +0000)]
Update doc comments.

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentrycompletion.c (gtk_entry_completion_class_init):
Update doc comments.

19 years agoUpdate doc comments.
Matthias Clasen [Sun, 31 Oct 2004 17:56:51 +0000 (17:56 +0000)]
Update doc comments.

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init):
Update doc comments.

19 years agos/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/.
Matthias Clasen [Sun, 31 Oct 2004 17:44:15 +0000 (17:44 +0000)]
s/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/.

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/windows.sgml: s/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/.

19 years agoSmall correction for gtk_tree_path_new_root(). (#156956, Vincent Untz)
Matthias Clasen [Sun, 31 Oct 2004 16:40:03 +0000 (16:40 +0000)]
Small correction for gtk_tree_path_new_root(). (#156956, Vincent Untz)

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtktreemodel.sgml: Small correction for
gtk_tree_path_new_root().  (#156956, Vincent Untz)

19 years agogdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove
Tor Lillqvist [Sun, 31 Oct 2004 14:47:15 +0000 (14:47 +0000)]
gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove

2004-10-31  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkmain-win32.c: Remove _windows_version and the
IS_WIN_NT() macro.

* gdk/win32/*.c: Use G_WIN32_IS_NT_BASED() from GLib instead.

19 years agoAdd api for image transfer via copy-and-paste (#156408)
Matthias Clasen [Sun, 31 Oct 2004 05:40:25 +0000 (05:40 +0000)]
Add api for image transfer via copy-and-paste (#156408)

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

Add api for image transfer via copy-and-paste (#156408)

* gtk/gtkclipboard.c (gtk_clipboard_set_image)
(gtk_clipboard_request_image, gtk_clipboard_wait_for_image)
(gtk_clipboard_wait_is_image_available): New functions for image
transfer.

* gtk/gtkselection.h:
* gtk/gtkselection.c (gtk_selection_data_targets_include_image):
New function, similar to gtk_selection_data_targets_include_text().

19 years agoAdditions.
Matthias Clasen [Sun, 31 Oct 2004 04:38:20 +0000 (04:38 +0000)]
Additions.

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Additions.

19 years agoAdd an ellipsize property with getter and setter. (#156845, Morten
Matthias Clasen [Sun, 31 Oct 2004 04:36:50 +0000 (04:36 +0000)]
Add an ellipsize property with getter and setter. (#156845, Morten

2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprogressbar.[hc]: Add an ellipsize property with
getter and setter.  (#156845, Morten Welinder)

19 years agoImplement these on win32, currently only for button 1. Fixes the resize
Robert Ögren [Sat, 30 Oct 2004 18:04:49 +0000 (18:04 +0000)]
Implement these on win32, currently only for button 1. Fixes the resize

2004-10-29  Robert Ögren  <gtk@roboros.com>

* gdk/win32/gdkwindow-win32.c (gdk_window_begin_resize_drag),
(gdk_window_begin_move_drag): Implement these on win32, currently
only for button 1. Fixes the resize grip of GtkStatusbar on
win32. (#143285)

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 30 Oct 2004 14:19:48 +0000 (14:19 +0000)]
Updated Spanish translation.

2004-10-30  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agoRedisplay the new selection.
Matthias Clasen [Sat, 30 Oct 2004 04:24:55 +0000 (04:24 +0000)]
Redisplay the new selection.

2004-10-30  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbtree.c (_gtk_text_btree_select_range): Redisplay
the new selection.

* gtk/gtktextview.c (gtk_text_view_select_all): Use
gtk_text_buffer_select_range().

19 years agoAdd a "Select All" menuitem. (#156792, Paolo Borelli)
Matthias Clasen [Sat, 30 Oct 2004 04:13:24 +0000 (04:13 +0000)]
Add a "Select All" menuitem. (#156792, Paolo Borelli)

2004-10-30  Matthias Clasen  <mclasen@redhat.com>

* tests/testtext.c: Add a "Select All" menuitem.  (#156792,
Paolo Borelli)

19 years agoSort the dir_mtimes list in the same way as the search path.
Matthias Clasen [Sat, 30 Oct 2004 04:08:43 +0000 (04:08 +0000)]
Sort the dir_mtimes list in the same way as the search path.

2004-10-30  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.c (insert_theme): Sort the dir_mtimes
list in the same way as the search path.
(theme_subdir_load): Avoid stat()ing subdirs if the theme
directory doesn't exist.  (#156866)

19 years agoDrop the reference to the pixbuf, regardless whether it is a stock pixbuf.
Matthias Clasen [Sat, 30 Oct 2004 02:57:23 +0000 (02:57 +0000)]
Drop the reference to the pixbuf, regardless whether it is a stock pixbuf.

2004-10-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
Drop the reference to the pixbuf, regardless whether it is
a stock pixbuf.  (#156863, Philip Langdale)

19 years agoupdated
Hans Breuer [Fri, 29 Oct 2004 21:44:53 +0000 (21:44 +0000)]
updated

2004-10-29  Hans Breuer  <hans@breuer.org>

* gdk/makefile.msc gtk/makefile.msc.in : updated

* gdk/win32/gdkdisplay-win32.c : dummy implementations for
gdk_display_supports_clipboard_persistence, gdk_display_store_clipboard

* gtk/gtkmodules.c : #include "gtkprivate.h" for GTK_LIBDIR

19 years agoupdated
Hans Breuer [Fri, 29 Oct 2004 21:43:40 +0000 (21:43 +0000)]
updated

2004-10-29  Hans Breuer  <hans@breuer.org>

* makefile.msc : updated

19 years agoMove the "tail" question to the text view section. Add an entry for "why
Matthias Clasen [Fri, 29 Oct 2004 21:03:52 +0000 (21:03 +0000)]
Move the "tail" question to the text view section. Add an entry for "why

2004-10-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/question_index.sgml: Move the "tail" question to the
text view section.
Add an entry for "why are my types not registered".  (#156809,
Q by Salvador Fandiño, A by Owen Taylor)

19 years agoDon't hardwire the supported text targets here, use
Matthias Clasen [Fri, 29 Oct 2004 05:14:00 +0000 (05:14 +0000)]
Don't hardwire the supported text targets here, use

2004-10-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkclipboard.c (gtk_clipboard_set_text): Don't hardwire
the supported text targets here, use
gtk_target_list_add_text_targets().  (#156404)

19 years agoDon't loop over the sentinel node. (#156298, Torsten Schoenfeld)
Matthias Clasen [Fri, 29 Oct 2004 04:04:32 +0000 (04:04 +0000)]
Don't loop over the sentinel node. (#156298, Torsten Schoenfeld)

2004-10-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkliststore.c (gtk_list_store_reorder): Don't
loop over the sentinel node.  (#156298, Torsten Schoenfeld)