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

14 years agoRevert "Drop duplicate declarations"
Javier Jardón [Sat, 13 Feb 2010 03:54:19 +0000 (04:54 +0100)]
Revert "Drop duplicate declarations"

The issue is already fixed in f9a3ce06cc990c8ae3a9d6cee514d0c5f5f05fd8

This reverts commit 6f566057e85dc0d542f26db1d7964a774a5f88a4.

14 years agoFix a compatibility problem
Matthias Clasen [Fri, 12 Feb 2010 20:45:16 +0000 (15:45 -0500)]
Fix a compatibility problem

It turns out that my attempt at handling Super, Hyper and Meta better
is causing problems, mostly because Alt and Meta are commonly colocated
in the modmap, and apps do a check for the Alt modifier regularly.

See e.g bug 607697.

14 years agoDrop duplicate declarations
Matthias Clasen [Wed, 10 Feb 2010 21:07:43 +0000 (16:07 -0500)]
Drop duplicate declarations

14 years agoRemove duplicate definitions of gtk_widget_set/get_realized/mapped
Christian Dywan [Fri, 12 Feb 2010 17:10:17 +0000 (18:10 +0100)]
Remove duplicate definitions of gtk_widget_set/get_realized/mapped

14 years agoAllow calling gtk_widget_style_attach() only when realized
Michael Natterer [Thu, 11 Feb 2010 08:27:05 +0000 (09:27 +0100)]
Allow calling gtk_widget_style_attach() only when realized

14 years agoUpdate Czech translation
Petr Kovar [Thu, 11 Feb 2010 01:26:16 +0000 (02:26 +0100)]
Update Czech translation

14 years agoFix compilation warning: return FALSE instead NULL
Javier Jardón [Thu, 11 Feb 2010 00:11:17 +0000 (01:11 +0100)]
Fix compilation warning: return FALSE instead NULL

14 years agoFix compilation warning: cast to GCompareFunc
Javier Jardón [Wed, 10 Feb 2010 23:56:48 +0000 (00:56 +0100)]
Fix compilation warning: cast to GCompareFunc

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 10 Feb 2010 18:53:37 +0000 (19:53 +0100)]
Updated Norwegian bokmål translation

14 years agoUpdated Spanish translation
Jorge González [Wed, 10 Feb 2010 06:56:11 +0000 (07:56 +0100)]
Updated Spanish translation

14 years agobump version
Matthias Clasen [Tue, 9 Feb 2010 20:58:13 +0000 (15:58 -0500)]
bump version

14 years ago2.19.5
Matthias Clasen [Tue, 9 Feb 2010 20:53:41 +0000 (15:53 -0500)]
2.19.5

14 years agoUpdates
Matthias Clasen [Tue, 9 Feb 2010 19:12:54 +0000 (14:12 -0500)]
Updates

14 years agoAdd some more goddamn accessors
Matthias Clasen [Tue, 9 Feb 2010 18:40:58 +0000 (13:40 -0500)]
Add some more goddamn accessors

14 years agoAvoid overlap of scale marks
Matthias Clasen [Tue, 9 Feb 2010 05:42:56 +0000 (00:42 -0500)]
Avoid overlap of scale marks

This was reported to be a problem in bug 608807.

14 years agoAvoid a crash when setting a tooltip on a GtkCalendar
Matthias Clasen [Tue, 9 Feb 2010 02:18:13 +0000 (21:18 -0500)]
Avoid a crash when setting a tooltip on a GtkCalendar

The details code was assuming that it controls ::has-tooltip.
Reported by Bill Nottingham, bug 607344.

14 years agoFix a refcounting issues in GtkPlug
Matthias Clasen [Tue, 9 Feb 2010 01:08:22 +0000 (20:08 -0500)]
Fix a refcounting issues in GtkPlug

When the foreign window already has a GdkWindow, we forget to take
an extra references, leading to crashes later on. Patch by
Karl Tomlinson, bug 607061.

14 years agoAllow running without any im context
Matthias Clasen [Mon, 8 Feb 2010 19:20:55 +0000 (14:20 -0500)]
Allow running without any im context

Setting GtkSettings::im-module to gtk-im-context-none will make
GtkIMMultiContext just pass through.

14 years agoAdd introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv
Alan Knowles [Tue, 9 Feb 2010 17:27:05 +0000 (12:27 -0500)]
Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv

14 years agoCorrectly clone the toolbutton's icon-name image widget
Christian Persch [Tue, 26 Jan 2010 14:41:00 +0000 (15:41 +0100)]
Correctly clone the toolbutton's icon-name image widget

Bug #608162.

14 years agoSolve a wrong reference on gdk_keymap_translate_keyboard_state
Alejandro Piñeiro [Tue, 9 Feb 2010 10:52:49 +0000 (11:52 +0100)]
Solve a wrong reference on gdk_keymap_translate_keyboard_state

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

14 years agoUse correct processorArchitecture for x86_64 in manifest file
Tor Lillqvist [Mon, 8 Feb 2010 08:41:51 +0000 (10:41 +0200)]
Use correct processorArchitecture for x86_64 in manifest file

14 years agoMove documentation to inline comments: GtkAccelLabel
Javier Jardón [Fri, 6 Nov 2009 04:44:29 +0000 (05:44 +0100)]
Move documentation to inline comments: GtkAccelLabel

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

14 years ago[tests] Not use GtkOptionMenu deprecate widget.
Javier Jardón [Thu, 7 Jan 2010 06:51:13 +0000 (07:51 +0100)]
[tests] Not use GtkOptionMenu deprecate widget.

Replace GtkOptionMenu with GtkComboBox.

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

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 8 Feb 2010 04:13:03 +0000 (11:13 +0700)]
Updated Thai translation.

14 years agogdk/directfb: cursor size is artificially limited
André Draszik [Sun, 13 Sep 2009 13:11:49 +0000 (14:11 +0100)]
gdk/directfb: cursor size is artificially limited

Cursor sizes in DirectFB can be large (4095x4095), limit to 128x128
though, because the x11 backend has this limit, too - for max.
compatibility.

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

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE
André Draszik [Sun, 13 Sep 2009 13:08:21 +0000 (14:08 +0100)]
gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE

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

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: gdkdnd-directfb's private data is used uninitialized
André Draszik [Sun, 13 Sep 2009 13:08:21 +0000 (14:08 +0100)]
gdk/directfb: gdkdnd-directfb's private data is used uninitialized

Use G_TYPE_INSTANCE_GET_PRIVATE() instead

In the process, convert to using G_DEFINE_TYPE, too.

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

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: convert gdkcolor-directfb to using G_DEFINE_TYPE
André Draszik [Sun, 13 Sep 2009 13:08:21 +0000 (14:08 +0100)]
gdk/directfb: convert gdkcolor-directfb to using G_DEFINE_TYPE

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

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: fix _gdk_windowing_pointer_grab()
André Draszik [Sun, 13 Sep 2009 14:16:13 +0000 (15:16 +0100)]
gdk/directfb: fix _gdk_windowing_pointer_grab()

Fix for bgo #609188

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoFix menu bar problem in ms-windows theme engine on Windows 7
Steffen Macke [Sat, 6 Feb 2010 18:04:30 +0000 (20:04 +0200)]
Fix menu bar problem in ms-windows theme engine on Windows 7

Patch from bug #591186. It won't have any effect in this branch as the
whole XP-and-later theming code is broken and disabled, but when/if
that is fixed, then this patch should help.

14 years ago[gtk] Deprecate GtkCurveType enum
Christian Dywan [Sun, 7 Feb 2010 00:52:58 +0000 (01:52 +0100)]
[gtk] Deprecate GtkCurveType enum

It's only used by already deprecated GtkCurve and GtkGammaCurve

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

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoUpdated French translation
Claude Paroz [Sat, 6 Feb 2010 22:00:16 +0000 (23:00 +0100)]
Updated French translation

14 years agogtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()
Michael Natterer [Sat, 6 Feb 2010 14:57:15 +0000 (15:57 +0100)]
gtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()

Move the check for tree_view->priv->tree being NULL into update_prelight()
so the function will never call _gtk_rbtree_find_offset() on a NULL rbtree.

14 years agoUpdated Brazilian Portuguese translation
Jonh Wendell [Fri, 5 Feb 2010 18:20:03 +0000 (15:20 -0300)]
Updated Brazilian Portuguese translation

14 years agoUpdated Brazilian Portuguese translation
Jonh Wendell [Fri, 5 Feb 2010 14:30:41 +0000 (11:30 -0300)]
Updated Brazilian Portuguese translation

14 years agoMake DND work better with shaped windows
Matthias Clasen [Fri, 5 Feb 2010 00:15:54 +0000 (19:15 -0500)]
Make DND work better with shaped windows

If mouse clicks go through, drag-and-drop should too...
Fixes bug 608615.

14 years agoBug 554420 - Seal GtkTextTag
Cody Russell [Thu, 4 Feb 2010 23:33:55 +0000 (15:33 -0800)]
Bug 554420 - Seal GtkTextTag

Seal GtkTextTag.

14 years agoUpdate Czech properties translation
Petr Kovar [Thu, 4 Feb 2010 22:39:36 +0000 (23:39 +0100)]
Update Czech properties translation

14 years agoUpdate Czech translation
Petr Kovar [Thu, 4 Feb 2010 21:45:51 +0000 (22:45 +0100)]
Update Czech translation

14 years agoBug 608993 - Add gtk_widget_style_attach()
Michael Natterer [Thu, 4 Feb 2010 15:43:54 +0000 (16:43 +0100)]
Bug 608993 - Add gtk_widget_style_attach()

As replacement for:
widget->style = gtk_style_attach (widget->style, widget->window);

14 years agoUpdated Slovak translation
Pavol Šimo [Thu, 4 Feb 2010 08:18:05 +0000 (09:18 +0100)]
Updated Slovak translation

14 years ago[docs] Add anchor for keybinding signals
Javier Jardón [Tue, 2 Feb 2010 19:57:21 +0000 (20:57 +0100)]
[docs] Add anchor for keybinding signals

14 years agoUpdating Estonian translation
Mattias Põldaru [Mon, 1 Feb 2010 15:09:06 +0000 (17:09 +0200)]
Updating Estonian translation

14 years agoUpdating Estonian translation
Mattias Põldaru [Mon, 1 Feb 2010 07:41:45 +0000 (09:41 +0200)]
Updating Estonian translation

14 years agoUpdating Estonian translation
Mattias Põldaru [Mon, 1 Feb 2010 07:33:49 +0000 (09:33 +0200)]
Updating Estonian translation

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sun, 31 Jan 2010 19:03:30 +0000 (20:03 +0100)]
Updated Norwegian bokmål translation

14 years agoUpdated Spanish translation
Jorge González [Sun, 31 Jan 2010 12:31:26 +0000 (13:31 +0100)]
Updated Spanish translation

14 years agoImprove enter/motion notify semantics
Kristian Rietveld [Sun, 3 Jan 2010 14:27:53 +0000 (15:27 +0100)]
Improve enter/motion notify semantics

On X11 we receive enter notify and motion notify events for a window
regardless of its focus state.  On Mac OS X this is not the case.  This
commit improves the semantics to overcome this difference.  It improves
on my earlier patch that sent a motion notify event when a window became
main.

Instead of sending a motion notify when a window becomes main, we now
send one when a window becomes key, which comes closest to a window
getting focus in X11.  This motion notify is needed because Mac OS X does
not send motion events when an application is inactive (none of its
windows have focus), these events are sent in X11.  This dummy motion
notify event (with current coordinates of the mouse cursor) allows an
application to get its prelight and other state right when it gets focus
and thus user attention.

Another change is to send an enter notify event when updating the
tracking rectangle of a GdkQuartView and the mouse cursor is currently in
this rectangle.  This rectangle is at least updated on window creation.
This enter notify event is important for the case where a new window
appears right below the mouse cursor.  The window has to receive an enter
notify event for the subsequent events to be processed correctly.  Mac
OS X does not send one in this case, so we generate it ourselves.

Both of these synthesized events have to go through
_gdk_windowing_got_event() for updating statekeeping, etc.
append_event() has a boolean flag now to make this convenient.

14 years agoUpdated Spanish translation
Jorge González [Sat, 30 Jan 2010 19:03:42 +0000 (20:03 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 30 Jan 2010 15:17:18 +0000 (16:17 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 30 Jan 2010 15:17:14 +0000 (16:17 +0100)]
Updated Spanish translation

14 years agoAdd missing files to POTFILES.in to make l10n.gnome.org happy
Andre Klapper [Fri, 29 Jan 2010 21:28:45 +0000 (22:28 +0100)]
Add missing files to POTFILES.in to make l10n.gnome.org happy

14 years agoRemove existing signal connections in gtk_drag_dest_unset().
Cody Russell [Fri, 29 Jan 2010 17:09:13 +0000 (11:09 -0600)]
Remove existing signal connections in gtk_drag_dest_unset().

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

14 years agoImplement gtk_paned_get_handle_window
Christian Dywan [Fri, 29 Jan 2010 15:49:12 +0000 (16:49 +0100)]
Implement gtk_paned_get_handle_window

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=607885
14 years agoDo not update paned position if it's already at the given value
Christian Dywan [Fri, 29 Jan 2010 15:43:15 +0000 (16:43 +0100)]
Do not update paned position if it's already at the given value

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=561816
14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 29 Jan 2010 14:46:36 +0000 (21:46 +0700)]
Updated Thai translation.

14 years agoBug #608410. Set cursor position after inserting text.
Li Yuan [Fri, 29 Jan 2010 06:16:24 +0000 (14:16 +0800)]
Bug #608410. Set cursor position after inserting text.

14 years agoUpdated Bengali translation
Jamil Ahmed [Thu, 28 Jan 2010 18:53:15 +0000 (00:53 +0600)]
Updated Bengali translation

14 years agoUpdated Bengali translation
Jamil Ahmed [Thu, 28 Jan 2010 18:49:07 +0000 (00:49 +0600)]
Updated Bengali translation

14 years agoUpdated Bengali translation
Jamil Ahmed [Thu, 28 Jan 2010 18:44:43 +0000 (00:44 +0600)]
Updated Bengali translation

14 years ago[docs] Fix GtkOffscreenWindow documentation
Javier Jardón [Thu, 28 Jan 2010 02:10:09 +0000 (03:10 +0100)]
[docs] Fix GtkOffscreenWindow documentation