]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 8 Mar 2010 05:02:00 +0000 (07:02 +0200)]
Updated Bulgarian translation

14 years agogtk: remove begin-user-action/end-user-action around copying
Michael Natterer [Sun, 7 Mar 2010 11:15:33 +0000 (12:15 +0100)]
gtk: remove begin-user-action/end-user-action around copying

Copying to the clipboard is not a buffer mutation, so calling
gtk_text_buffer_begin_user_action() and _end_user_action() is only
confusing apps which connect to these signals in order to build undo
stacks or otherwise track buffer changes. Most likely, these apps
either didn't notice the bugus undo step or simply work around it.

14 years agoUpdated Greek translation.
Jennie Petoumenou [Sun, 7 Mar 2010 05:56:23 +0000 (06:56 +0100)]
Updated Greek translation.

14 years agoUpdated Greek translation.
Jennie Petoumenou [Sat, 6 Mar 2010 23:07:43 +0000 (00:07 +0100)]
Updated Greek translation.

14 years agoUpdated French translation
Claude Paroz [Sat, 6 Mar 2010 14:22:12 +0000 (15:22 +0100)]
Updated French translation

14 years agoDon't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()
Javier Jardón [Sat, 6 Mar 2010 12:17:56 +0000 (13:17 +0100)]
Don't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)
Javier Jardón [Sat, 6 Mar 2010 12:13:01 +0000 (13:13 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)
Javier Jardón [Sat, 6 Mar 2010 12:01:58 +0000 (13:01 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)
Javier Jardón [Sat, 6 Mar 2010 11:29:26 +0000 (12:29 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
Javier Jardón [Sat, 6 Mar 2010 11:02:21 +0000 (12:02 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)

Use new API instead: gtk_widget_set_mapped ()

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
Javier Jardón [Sat, 6 Mar 2010 10:51:33 +0000 (11:51 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)

Use new API instead: gtk_widget_set_realized ()

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
Javier Jardón [Sat, 6 Mar 2010 10:29:31 +0000 (11:29 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)

Use new API instead: gtk_widget_set_has_window ()

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoUpdated Swedish translation
Daniel Nylander [Fri, 5 Mar 2010 23:26:05 +0000 (00:26 +0100)]
Updated Swedish translation

14 years agoUpdated Swedish translation
Daniel Nylander [Fri, 5 Mar 2010 23:24:37 +0000 (00:24 +0100)]
Updated Swedish translation

14 years agoAdd/Remove ATK_STATE_SENSITIVE according to cells' state.
Joanmarie Diggs [Fri, 5 Mar 2010 06:48:23 +0000 (14:48 +0800)]
Add/Remove ATK_STATE_SENSITIVE according to cells' state.

Bug #569042.

14 years agoMove documentation to inline comments: GtkPlug
Patrick Bernaud [Fri, 5 Mar 2010 04:34:16 +0000 (05:34 +0100)]
Move documentation to inline comments: GtkPlug

https://bugzilla.gnome.org/show_bug.cgi?id=611707

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoMove documentation to inline comments: GtkVBox
Steven Harms [Thu, 4 Mar 2010 18:21:16 +0000 (13:21 -0500)]
Move documentation to inline comments: GtkVBox

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611831

14 years agoUpdate Galician translation
Fran Diéguez [Thu, 4 Mar 2010 23:25:31 +0000 (00:25 +0100)]
Update Galician translation

14 years agoUpdate Afrikaans translation
Friedel Wolff [Thu, 4 Mar 2010 10:35:33 +0000 (11:35 +0100)]
Update Afrikaans translation

14 years agoReturn FALSE in signal handlers to make the signals be propagated
Li Yuan [Thu, 4 Mar 2010 08:30:00 +0000 (16:30 +0800)]
Return FALSE in signal handlers to make the signals be propagated

Bug #611686.

14 years agoMove documentation to inline comments: GtkVSeparator
Steven Harms [Wed, 3 Mar 2010 23:35:45 +0000 (18:35 -0500)]
Move documentation to inline comments: GtkVSeparator

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611662

14 years agoMove documentation to inline comments: GtkVScrollbar
Steven Harms [Wed, 3 Mar 2010 23:21:56 +0000 (18:21 -0500)]
Move documentation to inline comments: GtkVScrollbar

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611658

14 years agoUpdated Hungarian translation
Gabor Kelemen [Wed, 3 Mar 2010 23:34:04 +0000 (00:34 +0100)]
Updated Hungarian translation

14 years agoUpdate gtkvscale documentation for in code comments. Removed template document
Steven Harms [Wed, 3 Mar 2010 21:39:29 +0000 (16:39 -0500)]
Update gtkvscale documentation for in code comments. Removed template document

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 3 Mar 2010 22:19:47 +0000 (23:19 +0100)]
Updated Basque language

14 years agoAdd version info about the deprecation of GTK_WIDGET_SENSITIVE
Javier Jardón [Wed, 3 Mar 2010 22:03:13 +0000 (23:03 +0100)]
Add version info about the deprecation of GTK_WIDGET_SENSITIVE

This completes the patch of
commit 64f526d34e1adc609944078e2fea38b2792f8230

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 3 Mar 2010 21:43:01 +0000 (22:43 +0100)]
Updated Basque language

14 years agoDeprecate widget flag: GTK_WIDGET_REALIZED
Javier Jardón [Tue, 2 Mar 2010 06:16:02 +0000 (07:16 +0100)]
Deprecate widget flag: GTK_WIDGET_REALIZED

Use gtk_widget_get_realized() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDeprecate widget flag: GTK_WIDGET_MAPPED
Javier Jardón [Tue, 2 Mar 2010 04:19:28 +0000 (05:19 +0100)]
Deprecate widget flag: GTK_WIDGET_MAPPED

Use gtk_widget_get_mapped() instead.

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Wed, 3 Mar 2010 14:51:31 +0000 (15:51 +0100)]
Updated LowGerman translation

14 years agoUpdated Low German translation
Nils-Christoph Fiedler [Wed, 3 Mar 2010 14:24:51 +0000 (15:24 +0100)]
Updated Low German translation

14 years agoUpdated Low German translation
Nils-Christoph Fiedler [Wed, 3 Mar 2010 14:21:42 +0000 (15:21 +0100)]
Updated Low German translation

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 3 Mar 2010 12:51:43 +0000 (13:51 +0100)]
Updated Norwegian bokmål translation

14 years agoFix gtk_widget_is_sensitive() function. Second try
Javier Jardón [Wed, 3 Mar 2010 01:37:17 +0000 (02:37 +0100)]
Fix gtk_widget_is_sensitive() function. Second try

Use GTK_PARENT_SENSITIVE flag instead
gtk_widget_get_sensitive(widget->parent)

14 years agoUpdated Hungarian translation
Gabor Kelemen [Tue, 2 Mar 2010 23:56:00 +0000 (00:56 +0100)]
Updated Hungarian translation

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_SHOW_ALL)
Javier Jardón [Tue, 2 Mar 2010 17:24:21 +0000 (18:24 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_SHOW_ALL)

14 years agoFix gtk_widget_is_sensitive() function
Javier Jardón [Tue, 2 Mar 2010 16:54:16 +0000 (17:54 +0100)]
Fix gtk_widget_is_sensitive() function

The bug was introduced in
commit a27d5a2c9eba7af5b056de32ff9b2b4dd1eb97e1

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
Javier Jardón [Tue, 2 Mar 2010 06:58:05 +0000 (07:58 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)

Use new API instead: gtk_widget_set_can_default ()

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
Javier Jardón [Tue, 2 Mar 2010 03:40:38 +0000 (04:40 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)

Use new API instead: gtk_widget_set_can_focus ()

14 years agoUpdated Hungarian translation
Gabor Kelemen [Mon, 1 Mar 2010 23:29:40 +0000 (00:29 +0100)]
Updated Hungarian translation

14 years agoUpdate Czech translation
Petr Kovar [Mon, 1 Mar 2010 19:12:54 +0000 (20:12 +0100)]
Update Czech translation

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_SENSITIVE)
Javier Jardón [Mon, 1 Mar 2010 17:24:28 +0000 (18:24 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_SENSITIVE)

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_DOUBLE_BUFFERED)
Javier Jardón [Mon, 1 Mar 2010 17:14:05 +0000 (18:14 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_DOUBLE_BUFFERED)

Use new API instead: gtk_widget_set_double_buffered ()

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
Javier Jardón [Mon, 1 Mar 2010 16:41:37 +0000 (17:41 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)

Use new API instead: gtk_widget_set_receives_default ()

14 years agoDeprecate widget flag: GTK_WIDGET_PARENT_SENSITIVE
Javier Jardón [Sat, 27 Feb 2010 03:10:17 +0000 (04:10 +0100)]
Deprecate widget flag: GTK_WIDGET_PARENT_SENSITIVE

Use gtk_widget_get_sensitive() on the parent widget instead.

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDeprecate widget flag: GTK_WIDGET_VISIBLE
Javier Jardón [Mon, 1 Mar 2010 06:47:38 +0000 (07:47 +0100)]
Deprecate widget flag: GTK_WIDGET_VISIBLE

Use gtk_widget_get_visible() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
Javier Jardón [Mon, 1 Mar 2010 03:21:41 +0000 (04:21 +0100)]
Deprecate widget flag: GTK_WIDGET_HAS_FOCUS

Use gtk_widget_has_focus() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDeprecate widget flag: GTK_WIDGET_SENSITIVE
Javier Jardón [Mon, 1 Mar 2010 04:58:37 +0000 (05:58 +0100)]
Deprecate widget flag: GTK_WIDGET_SENSITIVE

Use gtk_widget_get_sensitive() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_NO_WINDOW in internal code anymore
Javier Jardón [Sat, 27 Feb 2010 04:55:12 +0000 (05:55 +0100)]
Don't use GTK_WIDGET_NO_WINDOW in internal code anymore

Use gtk_widget_get_has_window() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
Javier Jardón [Sat, 27 Feb 2010 04:24:24 +0000 (05:24 +0100)]
Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE

Use gtk_widget_is_sensitive() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDeprecate widget flag: GTK_WIDGET_DRAWABLE
Javier Jardón [Thu, 7 Jan 2010 15:47:35 +0000 (16:47 +0100)]
Deprecate widget flag: GTK_WIDGET_DRAWABLE

Use gtk_widget_is_drawable() instead.

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoUpdated German translation
Mario Blättermann [Sat, 27 Feb 2010 19:33:02 +0000 (20:33 +0100)]
Updated German translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Fri, 26 Feb 2010 12:56:29 +0000 (13:56 +0100)]
Updated LowGerman translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Fri, 26 Feb 2010 12:41:30 +0000 (13:41 +0100)]
Updated LowGerman translation

14 years agoAdd introspection annotation for gtk_builder_get_object
Florian Müllner [Thu, 25 Feb 2010 20:28:39 +0000 (21:28 +0100)]
Add introspection annotation for gtk_builder_get_object

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Thu, 25 Feb 2010 18:30:59 +0000 (19:30 +0100)]
Updated LowGerman translation

14 years agoUpdated Polish translation
Piotr Drąg [Thu, 25 Feb 2010 13:32:38 +0000 (14:32 +0100)]
Updated Polish translation

14 years agoUpdated Polish translation
Piotr Drąg [Thu, 25 Feb 2010 12:50:21 +0000 (13:50 +0100)]
Updated Polish translation

14 years agoUpdate Russian translation
Leonid Kanter [Thu, 25 Feb 2010 11:57:08 +0000 (13:57 +0200)]
Update Russian translation

14 years agoUpdate Russian translation
Leonid Kanter [Thu, 25 Feb 2010 11:56:15 +0000 (13:56 +0200)]
Update Russian translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Thu, 25 Feb 2010 11:44:26 +0000 (12:44 +0100)]
Updated LowGerman translation

14 years agoUpdated Portuguese translation
Duarte Loreto [Thu, 25 Feb 2010 02:43:25 +0000 (02:43 +0000)]
Updated Portuguese translation

14 years agoUpdated Portuguese translation
Duarte Loreto [Thu, 25 Feb 2010 02:30:32 +0000 (02:30 +0000)]
Updated Portuguese translation

14 years agoUpdated Arabic translation
Khaled Hosny [Wed, 24 Feb 2010 19:18:37 +0000 (21:18 +0200)]
Updated Arabic translation

14 years agoUpdated British English translation
Bruce Cowan [Wed, 24 Feb 2010 16:40:46 +0000 (16:40 +0000)]
Updated British English translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 24 Feb 2010 14:32:09 +0000 (15:32 +0100)]
Updated Slovenian translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Wed, 24 Feb 2010 11:47:20 +0000 (12:47 +0100)]
Updated LowGerman translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Wed, 24 Feb 2010 11:39:51 +0000 (12:39 +0100)]
Updated LowGerman translation

14 years agoUpdated Bulgarian translation
Alexander Shopov [Wed, 24 Feb 2010 05:18:26 +0000 (07:18 +0200)]
Updated Bulgarian translation

14 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Tue, 23 Feb 2010 22:04:14 +0000 (00:04 +0200)]
Updated Lithuanian translation.

14 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Tue, 23 Feb 2010 22:02:51 +0000 (00:02 +0200)]
Updated Lithuanian translation.

14 years agoUpdated Danish translation
Ask H. Larsen [Tue, 23 Feb 2010 21:17:20 +0000 (22:17 +0100)]
Updated Danish translation

14 years agoUpdated Danish translation
Ask H. Larsen [Tue, 23 Feb 2010 21:14:45 +0000 (22:14 +0100)]
Updated Danish translation

14 years agoBump version
Matthias Clasen [Tue, 23 Feb 2010 20:53:03 +0000 (15:53 -0500)]
Bump version

14 years ago2.19.6
Matthias Clasen [Tue, 23 Feb 2010 20:50:45 +0000 (15:50 -0500)]
2.19.6

14 years agoUpdated Spanish translation
Jorge González [Tue, 23 Feb 2010 20:51:30 +0000 (21:51 +0100)]
Updated Spanish translation

14 years agoUpdates
Matthias Clasen [Tue, 23 Feb 2010 20:14:28 +0000 (15:14 -0500)]
Updates

14 years agoSome forgotten docs
Matthias Clasen [Tue, 23 Feb 2010 19:12:54 +0000 (14:12 -0500)]
Some forgotten docs

14 years agoAdd some missing docs
Matthias Clasen [Tue, 23 Feb 2010 19:03:46 +0000 (14:03 -0500)]
Add some missing docs

14 years agodoc fixes
Matthias Clasen [Tue, 23 Feb 2010 19:00:13 +0000 (14:00 -0500)]
doc fixes

14 years agoUpdated Spanish translation
Jorge González [Tue, 23 Feb 2010 19:01:06 +0000 (20:01 +0100)]
Updated Spanish translation

14 years agoAdd 2.20 index for gdk docs
Matthias Clasen [Tue, 23 Feb 2010 18:57:47 +0000 (13:57 -0500)]
Add 2.20 index for gdk docs

14 years agoInit gdk in the same order as other backends
Matthias Clasen [Tue, 23 Feb 2010 18:07:23 +0000 (13:07 -0500)]
Init gdk in the same order as other backends

Patch by Andre Draszik, bug 609172

14 years agoFix a memory leak in gdk_display_open in the directfb backend
Matthias Clasen [Tue, 23 Feb 2010 18:06:44 +0000 (13:06 -0500)]
Fix a memory leak in gdk_display_open in the directfb backend

Patch by Andre Draszik, bug 609172

14 years agoSimplify the DirectFBInit call
Matthias Clasen [Tue, 23 Feb 2010 18:06:03 +0000 (13:06 -0500)]
Simplify the DirectFBInit call

Patch by Andre Draszik, bug 609172

14 years agoCatch directfb errors in gdk_colormap_new
Matthias Clasen [Tue, 23 Feb 2010 18:05:24 +0000 (13:05 -0500)]
Catch directfb errors in gdk_colormap_new

Patch by Andre Draszik, bug 609172.

14 years agoFix a crash at startup in the directfb backend
Matthias Clasen [Tue, 23 Feb 2010 17:54:00 +0000 (12:54 -0500)]
Fix a crash at startup in the directfb backend

Patch by André Draszik, bug 600789

14 years agoFix gdk_windowing_window_at_pointer in the directfb backend
Matthias Clasen [Tue, 23 Feb 2010 17:49:51 +0000 (12:49 -0500)]
Fix gdk_windowing_window_at_pointer in the directfb backend

Patch by Hiroyuki Ikezoe, see bug 604799.

14 years agoCorrect annotations for gtk_tree_view_get_path_at_pos
Matthias Clasen [Tue, 23 Feb 2010 17:36:24 +0000 (12:36 -0500)]
Correct annotations for gtk_tree_view_get_path_at_pos

Patch by Alan Knowles, bug 609514.

14 years agoProtect against X errors when clearing the DND cache
Matthias Clasen [Tue, 23 Feb 2010 17:32:36 +0000 (12:32 -0500)]
Protect against X errors when clearing the DND cache

This was reported as a problem in bug 609952.

14 years agoUpdated German translation
Mario Blättermann [Tue, 23 Feb 2010 16:59:28 +0000 (17:59 +0100)]
Updated German translation

14 years agoPrevent a crash in the TGA loader
Matthias Clasen [Tue, 23 Feb 2010 16:50:25 +0000 (11:50 -0500)]
Prevent a crash in the TGA loader

Reported in bug 609744.

14 years agoHandle out-of-bounds parameters in gtk_assistant_get_nth_page
Matthias Clasen [Tue, 23 Feb 2010 16:23:10 +0000 (11:23 -0500)]
Handle out-of-bounds parameters in gtk_assistant_get_nth_page

Better do what the docs say...fix by Tadej Borovšak, bug 610141.

14 years agoFix a segfault in gtk_assistant_set_current_page
Matthias Clasen [Tue, 23 Feb 2010 16:16:04 +0000 (11:16 -0500)]
Fix a segfault in gtk_assistant_set_current_page

Reported by Tadej Borovšak in bug 610184

14 years agoClarify the docs for gtk_info_bar_set_default_response
Matthias Clasen [Tue, 23 Feb 2010 16:13:16 +0000 (11:13 -0500)]
Clarify the docs for gtk_info_bar_set_default_response

According to bug 610632

14 years agoAdd some padding in tool buttons
Matthias Clasen [Tue, 23 Feb 2010 15:30:23 +0000 (10:30 -0500)]
Add some padding in tool buttons

The default value of the icon-spacing style property was 0, which
is just not good. Themes are of course free to change this anyway.
Bug 610381.

14 years agoOnly look at x11 backend for gtk-doc comments for now
Matthias Clasen [Tue, 23 Feb 2010 15:22:37 +0000 (10:22 -0500)]
Only look at x11 backend for gtk-doc comments for now

See followup discussion in bug 610701

14 years agoUpdated German translation
Mario Blättermann [Tue, 23 Feb 2010 15:24:38 +0000 (16:24 +0100)]
Updated German translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 23 Feb 2010 15:00:19 +0000 (16:00 +0100)]
Updated Slovenian translation

14 years agoUpdated Bulgarian translation
Alexander Shopov [Tue, 23 Feb 2010 07:35:51 +0000 (09:35 +0200)]
Updated Bulgarian translation