]> Pileus Git - ~andy/gtk/log
~andy/gtk
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

14 years agoFix incorrect string
Matthias Clasen [Tue, 23 Feb 2010 04:49:47 +0000 (23:49 -0500)]
Fix incorrect string

String change. See bug 610235.

14 years agoAdd some missing introspection annotations
Matthias Clasen [Tue, 23 Feb 2010 04:47:24 +0000 (23:47 -0500)]
Add some missing introspection annotations

14 years ago[build] Include all target source files
Johan Dahlin [Mon, 22 Feb 2010 20:26:24 +0000 (17:26 -0300)]
[build] Include all target source files

Include all target source files when buildin the gir

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

14 years agoAdd a missing introspection annotation for gdk_screen_get_default_colormap
Matthias Clasen [Mon, 22 Feb 2010 19:15:45 +0000 (14:15 -0500)]
Add a missing introspection annotation for gdk_screen_get_default_colormap

14 years agoUpdated Lithuanian translation
Rimas Kudelis [Mon, 22 Feb 2010 14:54:27 +0000 (16:54 +0200)]
Updated Lithuanian translation

14 years ago[docs] Fix GtkPlug::embedded signal documentation
Carlos Garcia Campos [Thu, 18 Feb 2010 16:46:26 +0000 (17:46 +0100)]
[docs] Fix GtkPlug::embedded signal documentation

See bug #609650.

14 years agoEmit GtkPlug::embedded signal when plug/socket are in the same process too
Carlos Garcia Campos [Thu, 11 Feb 2010 14:34:45 +0000 (15:34 +0100)]
Emit GtkPlug::embedded signal when plug/socket are in the same process too

Fixes bug #609650.

14 years agoUpdated Japanese translation.
Masato Hashimoto [Mon, 22 Feb 2010 13:32:13 +0000 (22:32 +0900)]
Updated Japanese translation.
Translator: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Reviewed by:  Nishibori Kiyotaka <ml.nishibori.kiyotaka@gmail.com>

14 years agoUpdated Arabic translation
Khaled Hosny [Mon, 22 Feb 2010 12:03:59 +0000 (14:03 +0200)]
Updated Arabic translation

14 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 22 Feb 2010 06:36:18 +0000 (08:36 +0200)]
Updated Bulgarian translation

14 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Sun, 21 Feb 2010 19:02:51 +0000 (21:02 +0200)]
Updated Romanian translation

14 years agoUpdated Polish translation
Piotr Drąg [Sat, 20 Feb 2010 23:07:42 +0000 (00:07 +0100)]
Updated Polish translation

14 years agoUpdated Polish translation
Piotr Drąg [Sat, 20 Feb 2010 21:07:29 +0000 (22:07 +0100)]
Updated Polish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 20 Feb 2010 15:56:43 +0000 (16:56 +0100)]
Updated Spanish translation

14 years ago[Annotations] Add array length for GtkTreeStore
Viktor Pracht [Fri, 19 Feb 2010 20:57:08 +0000 (18:57 -0200)]
[Annotations] Add array length for GtkTreeStore

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

14 years ago[annotations] Add allow-none for gtk_menu_popup
Johan Dahlin [Fri, 19 Feb 2010 20:52:19 +0000 (18:52 -0200)]
[annotations] Add allow-none for gtk_menu_popup

14 years ago[annotations] Add allow-none
Johan Dahlin [Fri, 19 Feb 2010 16:53:17 +0000 (14:53 -0200)]
[annotations] Add allow-none

This commit was created using a script that searched for all docstrings
containing a parameter and the string 'or %NULL'.
Gdk backends and demos excluded as they are not part of a public API

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

14 years agoBug 548026 - No accessor for GtkWidget.requisition
Michael Natterer [Fri, 19 Feb 2010 16:04:20 +0000 (17:04 +0100)]
Bug 548026 - No accessor for GtkWidget.requisition

Add gtk_widget_get_requisition().

14 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 18 Feb 2010 12:48:34 +0000 (13:48 +0100)]
Updated Slovenian translation

14 years agoUpdated Oriya Translation
Manoj Kumar Giri [Wed, 17 Feb 2010 15:52:41 +0000 (21:22 +0530)]
Updated Oriya Translation

14 years agoEstonian translation updated
Mattias Põldaru [Wed, 17 Feb 2010 11:30:33 +0000 (13:30 +0200)]
Estonian translation updated

14 years agoUpdated German translation
Mario Blättermann [Wed, 17 Feb 2010 08:16:18 +0000 (09:16 +0100)]
Updated German translation

14 years ago[gdk/x11] Change the name of the functions in the header file
Javier Jardón [Tue, 16 Feb 2010 04:44:22 +0000 (05:44 +0100)]
[gdk/x11] Change the name of the functions in the header file

_gdk_keymap_add_virtual_modifiers() changed to
_gdk_keymap_add_virtual_modifiers_compat() in
commit 13d69e552dffe681ee80c0600366a8c04fc205c6
This patch change the header name too.

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

14 years agoUpdate Korean translation
Changwoo Ryu [Mon, 15 Feb 2010 20:31:21 +0000 (05:31 +0900)]
Update Korean translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 15 Feb 2010 17:45:14 +0000 (18:45 +0100)]
Updated Slovenian translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 15 Feb 2010 17:44:55 +0000 (18:44 +0100)]
Updated Slovenian translation

14 years agowidget: ensure boolean before comparing
Stefan Kost [Thu, 11 Feb 2010 08:40:13 +0000 (10:40 +0200)]
widget: ensure boolean before comparing

Ensure boolean value like done elsewhere.

14 years agowidget: don't check before setting to avoid costly type checks
Stefan Kost [Thu, 11 Feb 2010 08:38:44 +0000 (10:38 +0200)]
widget: don't check before setting to avoid costly type checks

There are no side effect of setting these flags and we don't fire g_object
notifies also. Thus set/unset right away without costly check of current state.