Commit Graph

20014 Commits

Author SHA1 Message Date
5781ea200b Updated Bulgarian translation 2010-04-03 20:56:20 -04:00
2c6b8680c3 Fix incorrect string
String change. See bug 610235.
2010-04-03 20:56:20 -04:00
9414dc2cf6 Add some missing introspection annotations 2010-04-03 20:56:19 -04:00
087ff5f220 [build] Include all target source files
Include all target source files when buildin the gir

https://bugzilla.gnome.org/show_bug.cgi?id=610701
2010-04-03 20:56:19 -04:00
12b8b8bf7c Add a missing introspection annotation for gdk_screen_get_default_colormap 2010-04-03 20:56:19 -04:00
f773c8975d Updated Lithuanian translation 2010-04-03 20:56:17 -04:00
7edbc6b6ee [docs] Fix GtkPlug::embedded signal documentation
See bug #609650.
2010-04-03 20:56:17 -04:00
576f2770c7 Emit GtkPlug::embedded signal when plug/socket are in the same process too
Fixes bug #609650.
2010-04-03 20:56:17 -04:00
7835a51040 Updated Japanese translation.
Translator: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Reviewed by: 	Nishibori Kiyotaka <ml.nishibori.kiyotaka@gmail.com>
2010-04-03 20:56:17 -04:00
7a8a188b4c Updated Arabic translation 2010-04-03 20:56:17 -04:00
3394c2fbe5 Updated Bulgarian translation 2010-04-03 20:56:17 -04:00
d170fb7983 Updated Romanian translation 2010-04-03 20:56:16 -04:00
87fb3d9e08 Updated Polish translation 2010-04-03 20:56:16 -04:00
c393ce993f Updated Polish translation 2010-04-03 20:56:16 -04:00
54f851b5b5 Updated Spanish translation 2010-04-03 20:56:16 -04:00
62a5e11483 [Annotations] Add array length for GtkTreeStore
https://bugzilla.gnome.org/show_bug.cgi?id=603923
2010-04-03 20:56:16 -04:00
71df0c45ba [annotations] Add allow-none for gtk_menu_popup 2010-04-03 20:56:16 -04:00
eee7bb2b2e [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
2010-04-03 20:56:15 -04:00
87334d465c Bug 548026 - No accessor for GtkWidget.requisition
Add gtk_widget_get_requisition().
2010-04-03 20:56:15 -04:00
91302444cc Updated Slovenian translation 2010-04-03 20:56:14 -04:00
58d7a0e2d7 Updated Oriya Translation 2010-04-03 20:56:14 -04:00
3d71d992a6 Estonian translation updated 2010-04-03 20:56:14 -04:00
998591adf6 Updated German translation 2010-04-03 20:56:14 -04:00
2140a5b107 [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 13d69e552d
This patch change the header name too.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=610063
2010-04-03 20:56:14 -04:00
f148059b7b Update Korean translation 2010-04-03 20:56:14 -04:00
94480795c7 Updated Slovenian translation 2010-04-03 20:56:14 -04:00
9cd074b663 Updated Slovenian translation 2010-04-03 20:56:13 -04:00
4b8a91bb85 widget: ensure boolean before comparing
Ensure boolean value like done elsewhere.
2010-04-03 20:56:13 -04:00
100c6dc513 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.
2010-04-03 20:56:13 -04:00
501f327b56 Revert "Drop duplicate declarations"
The issue is already fixed in f9a3ce06cc

This reverts commit 6f566057e8.
2010-04-03 20:56:13 -04:00
29efd9a753 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.
2010-04-03 20:56:13 -04:00
966b619705 Drop duplicate declarations 2010-04-03 20:56:13 -04:00
ce07f4403b Remove duplicate definitions of gtk_widget_set/get_realized/mapped 2010-04-03 20:56:13 -04:00
800fbc513f Allow calling gtk_widget_style_attach() only when realized 2010-04-03 20:56:12 -04:00
42f920c77b Update Czech translation 2010-04-03 20:56:12 -04:00
fc246a9305 Fix compilation warning: return FALSE instead NULL 2010-04-03 20:56:12 -04:00
c59386ba1d Fix compilation warning: cast to GCompareFunc 2010-04-03 20:56:12 -04:00
92b1c9150d Updated Norwegian bokmål translation 2010-04-03 20:56:12 -04:00
78b42c67e6 Updated Spanish translation 2010-04-03 20:56:12 -04:00
5eccd0d20e bump version 2010-04-03 20:56:11 -04:00
11788b71e1 2.19.5 2010-04-03 20:56:11 -04:00
96e42fb1ee Updates 2010-04-03 20:56:09 -04:00
5438a7b608 Add some more goddamn accessors 2010-04-03 20:56:09 -04:00
d154b115e5 Avoid overlap of scale marks
This was reported to be a problem in bug 608807.
2010-04-03 20:56:08 -04:00
9983f2e551 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.
2010-04-03 20:56:08 -04:00
6247ef7a32 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.
2010-04-03 20:56:08 -04:00
2c53b675c3 Allow running without any im context
Setting GtkSettings::im-module to gtk-im-context-none will make
GtkIMMultiContext just pass through.
2010-04-03 20:56:08 -04:00
7485d64249 Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv 2010-04-03 20:56:08 -04:00
a4186b6aa5 Correctly clone the toolbutton's icon-name image widget
Bug #608162.
2010-04-03 20:56:08 -04:00
b6139abb37 Solve a wrong reference on gdk_keymap_translate_keyboard_state
Solves https://bugzilla.gnome.org/show_bug.cgi?id=608345
2010-04-03 20:56:08 -04:00