Commit Graph

20053 Commits

Author SHA1 Message Date
42e90521a9 Only look at x11 backend for gtk-doc comments for now
See followup discussion in bug 610701
2010-02-23 10:24:55 -05:00
47fed7080e Updated German translation 2010-02-23 16:24:38 +01:00
1e4a58fce6 Updated Slovenian translation 2010-02-23 16:00:19 +01:00
3866b07aa2 Updated Bulgarian translation 2010-02-23 09:35:51 +02:00
23450f4e74 Fix incorrect string
String change. See bug 610235.
2010-02-22 23:49:47 -05:00
bcee7bda64 Add some missing introspection annotations 2010-02-22 23:47:24 -05:00
f0ce4dcaa5 [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-02-22 17:26:24 -03:00
c85e7ec6d8 Add a missing introspection annotation for gdk_screen_get_default_colormap 2010-02-22 14:15:45 -05:00
cb438725c7 Updated Lithuanian translation 2010-02-22 16:54:27 +02:00
62758ff5ef [docs] Fix GtkPlug::embedded signal documentation
See bug #609650.
2010-02-22 15:02:58 +01:00
e5fc3dcf64 Emit GtkPlug::embedded signal when plug/socket are in the same process too
Fixes bug #609650.
2010-02-22 15:02:19 +01:00
eaf2549be2 Updated Japanese translation.
Translator: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Reviewed by: 	Nishibori Kiyotaka <ml.nishibori.kiyotaka@gmail.com>
2010-02-22 22:32:13 +09:00
5b3ef8007b Updated Arabic translation 2010-02-22 14:03:59 +02:00
51f7cedbd1 Updated Bulgarian translation 2010-02-22 08:36:18 +02:00
433892a20f Updated Romanian translation 2010-02-21 21:02:51 +02:00
b38e60b7ed Updated Polish translation 2010-02-21 00:07:42 +01:00
019f74ae39 Updated Polish translation 2010-02-20 22:07:29 +01:00
a067d58449 Updated Spanish translation 2010-02-20 16:56:43 +01:00
ff28ee8e6b [Annotations] Add array length for GtkTreeStore
https://bugzilla.gnome.org/show_bug.cgi?id=603923
2010-02-19 18:58:01 -02:00
592fd7a93b [annotations] Add allow-none for gtk_menu_popup 2010-02-19 18:52:19 -02:00
fe85272112 [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-02-19 17:57:51 -02:00
347d406f80 Bug 548026 - No accessor for GtkWidget.requisition
Add gtk_widget_get_requisition().
2010-02-19 17:04:20 +01:00
68a4847ac9 Updated Slovenian translation 2010-02-18 13:48:34 +01:00
ca0b29ff55 Updated Oriya Translation 2010-02-17 21:22:41 +05:30
8b11bdb27c Estonian translation updated 2010-02-17 13:30:33 +02:00
45842ec58b Updated German translation 2010-02-17 09:16:18 +01:00
41ef40bec0 [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-02-16 20:59:22 +01:00
046b760127 Update Korean translation 2010-02-16 05:31:45 +09:00
cf76627e93 Updated Slovenian translation 2010-02-15 18:45:14 +01:00
e2a742dbd2 Updated Slovenian translation 2010-02-15 18:44:55 +01:00
5ff724ea95 widget: ensure boolean before comparing
Ensure boolean value like done elsewhere.
2010-02-15 10:14:50 +02:00
ad93f2bc3e 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-02-15 10:14:50 +02:00
c77678e037 Revert "Drop duplicate declarations"
The issue is already fixed in f9a3ce06cc

This reverts commit 6f566057e8.
2010-02-13 04:54:19 +01:00
13d69e552d 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-02-12 18:55:42 -05:00
6f566057e8 Drop duplicate declarations 2010-02-12 18:55:42 -05:00
f9a3ce06cc Remove duplicate definitions of gtk_widget_set/get_realized/mapped 2010-02-12 18:10:17 +01:00
0231cff988 Allow calling gtk_widget_style_attach() only when realized 2010-02-11 09:27:05 +01:00
96d07cacb2 Update Czech translation 2010-02-11 02:26:16 +01:00
3cccae316e Fix compilation warning: return FALSE instead NULL 2010-02-11 01:11:17 +01:00
45987f44c4 Fix compilation warning: cast to GCompareFunc 2010-02-11 00:57:13 +01:00
aefec46936 Updated Norwegian bokmål translation 2010-02-10 19:53:37 +01:00
129637220d Updated Spanish translation 2010-02-10 07:56:11 +01:00
ed9b8f3d3c bump version 2010-02-09 15:58:13 -05:00
d034007df3 2.19.5 2010-02-09 15:53:41 -05:00
da68b2e600 Updates 2010-02-09 14:12:54 -05:00
e821eea4f0 Add some more goddamn accessors 2010-02-09 13:41:58 -05:00
893408352d Avoid overlap of scale marks
This was reported to be a problem in bug 608807.
2010-02-09 13:41:58 -05:00
412beb4444 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-02-09 13:41:58 -05:00
beddf67e56 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-02-09 13:41:57 -05:00
9fc642019e Allow running without any im context
Setting GtkSettings::im-module to gtk-im-context-none will make
GtkIMMultiContext just pass through.
2010-02-09 13:41:57 -05:00