commit 18d065c109a2e39c488b968b05a77228cfcce807 Author: Matthias Clasen Date: Tue Feb 23 15:14:28 2010 -0500 Updates NEWS | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) commit 6b5034323a7e42a6cdbbb5d3c64a2ab6a5221480 Author: Matthias Clasen Date: Tue Feb 23 14:12:54 2010 -0500 Some forgotten docs docs/reference/gtk/gtk-sections.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit e69add1dada544c956dec5ec8c5e48e24a1e4185 Author: Matthias Clasen Date: Tue Feb 23 14:03:46 2010 -0500 Add some missing docs gtk/gtkwindow.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit e601f6c47876beac60c02004f84ad4ba5b764ff5 Author: Matthias Clasen Date: Tue Feb 23 14:00:13 2010 -0500 doc fixes gtk/gtktoolitemgroup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a6fc3b91091a63f406f88040e124aab07ce618ba Author: Jorge González Date: Tue Feb 23 20:01:06 2010 +0100 Updated Spanish translation po/es.po | 36 +++++++++++++++++++++--------------- 1 files changed, 21 insertions(+), 15 deletions(-) commit 60017d2676cb7b1afb1946a983668182b121b103 Author: Matthias Clasen Date: Tue Feb 23 13:57:47 2010 -0500 Add 2.20 index for gdk docs docs/reference/gdk/gdk-docs.sgml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 28760d992b535f0bca162acb4f7df5c54a5db45d Author: Matthias Clasen Date: Tue Feb 23 13:07:23 2010 -0500 Init gdk in the same order as other backends Patch by Andre Draszik, bug 609172 gdk/directfb/gdkdisplay-directfb.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7f483dbd7b935861fc00e67afe53c785a50695bc Author: Matthias Clasen Date: Tue Feb 23 13:06:44 2010 -0500 Fix a memory leak in gdk_display_open in the directfb backend Patch by Andre Draszik, bug 609172 gdk/directfb/gdkdisplay-directfb.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 2dc9298b41cca3e05cb12ffb8578a37312d511ed Author: Matthias Clasen Date: Tue Feb 23 13:06:03 2010 -0500 Simplify the DirectFBInit call Patch by Andre Draszik, bug 609172 gdk/directfb/gdkdisplay-directfb.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 3d66034d7dd0dc7ff5a9f95baf6c945f11debeef Author: Matthias Clasen Date: Tue Feb 23 13:05:24 2010 -0500 Catch directfb errors in gdk_colormap_new Patch by Andre Draszik, bug 609172. gdk/directfb/gdkcolor-directfb.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit e06edf375aa46ee3e06b4c00a5db04d3cb41d419 Author: Matthias Clasen Date: Tue Feb 23 12:54:00 2010 -0500 Fix a crash at startup in the directfb backend Patch by André Draszik, bug 600789 gdk/directfb/gdkwindow-directfb.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit cb184bed8c1f257fd9692b39abc95c5e544344a7 Author: Matthias Clasen Date: Tue Feb 23 12:49:51 2010 -0500 Fix gdk_windowing_window_at_pointer in the directfb backend Patch by Hiroyuki Ikezoe, see bug 604799. gdk/directfb/gdkwindow-directfb.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 1e381138f37fed8a479ef59c888e91a17f7ee857 Author: Matthias Clasen Date: Tue Feb 23 12:36:24 2010 -0500 Correct annotations for gtk_tree_view_get_path_at_pos Patch by Alan Knowles, bug 609514. gtk/gtktreeview.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 325cbef27edd58b801509a2016aee6ab6e49d2f1 Author: Matthias Clasen Date: Tue Feb 23 12:32:36 2010 -0500 Protect against X errors when clearing the DND cache This was reported as a problem in bug 609952. gdk/x11/gdkdnd-x11.c | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit cc66fd5eae6fd9d9cd879c02c40c3965334d1131 Author: Mario Blättermann Date: Tue Feb 23 17:59:28 2010 +0100 Updated German translation po/de.po | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) commit 33330ab332ed1056d965a982a2fdd7adebddac30 Author: Matthias Clasen Date: Tue Feb 23 11:50:25 2010 -0500 Prevent a crash in the TGA loader Reported in bug 609744. gdk-pixbuf/io-tga.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 06d02578f81db5f1233ec76ca6441053f3e54fa3 Author: Matthias Clasen Date: Tue Feb 23 11:23:10 2010 -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. gtk/gtkassistant.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit ddcc305f4edf348f6f5f8cc218c90d61a133f982 Author: Matthias Clasen Date: Tue Feb 23 11:16:04 2010 -0500 Fix a segfault in gtk_assistant_set_current_page Reported by Tadej Borovšak in bug 610184 gtk/gtkassistant.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c3f0cdcfcfc0e9a3007297af6679920ad1eb0e81 Author: Matthias Clasen Date: Tue Feb 23 11:13:16 2010 -0500 Clarify the docs for gtk_info_bar_set_default_response According to bug 610632 gtk/gtkinfobar.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9ce6db12973192052003b624d023af8518ac551c Author: Matthias Clasen Date: Tue Feb 23 10:30:23 2010 -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. gtk/gtktoolbutton.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 42e90521a98d2a3326f80764c0e323a21e0cfe69 Author: Matthias Clasen Date: Tue Feb 23 10:22:37 2010 -0500 Only look at x11 backend for gtk-doc comments for now See followup discussion in bug 610701 gdk/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 47fed7080ee657be1df7a852967b214a63c288b0 Author: Mario Blättermann Date: Tue Feb 23 16:24:38 2010 +0100 Updated German translation po/de.po | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 1e4a58fce63546a0d8f2b3218b87e1a950e9a1b3 Author: Matej Urbančič Date: Tue Feb 23 16:00:19 2010 +0100 Updated Slovenian translation po/sl.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 3866b07aa2a75dd6eeb292379e4922f5fb654702 Author: Alexander Shopov Date: Tue Feb 23 09:35:51 2010 +0200 Updated Bulgarian translation po/bg.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 23450f4e7441fbfc635e6919fff73373a6c43933 Author: Matthias Clasen Date: Mon Feb 22 23:49:47 2010 -0500 Fix incorrect string String change. See bug 610235. gdk-pixbuf/io-qtif.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bcee7bda64efbda25060b3933ccbbcfbeb239372 Author: Matthias Clasen Date: Mon Feb 22 23:47:24 2010 -0500 Add some missing introspection annotations gdk/gdkvisual.c | 4 ++-- gdk/x11/gdkcolor-x11.c | 2 +- gdk/x11/gdkscreen-x11.c | 10 +++++----- gdk/x11/gdkvisual-x11.c | 13 +++++++------ 4 files changed, 15 insertions(+), 14 deletions(-) commit f0ce4dcaa542858428235f5ab1e843a17f5224bb Author: Johan Dahlin Date: Mon Feb 22 17:26:24 2010 -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 gdk/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c85e7ec6d8d7bb0b1ea3dd6153edc8b985b51141 Author: Matthias Clasen Date: Mon Feb 22 14:15:45 2010 -0500 Add a missing introspection annotation for gdk_screen_get_default_colormap gdk/x11/gdkscreen-x11.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cb438725c7a42af27bd6bf5f9d3492d3b36a9233 Author: Rimas Kudelis Date: Mon Feb 22 16:54:27 2010 +0200 Updated Lithuanian translation po-properties/lt.po | 3725 ++++++++++++++++++++++++++------------------------- po/lt.po | 2396 +++++++++++++++++----------------- 2 files changed, 3057 insertions(+), 3064 deletions(-) commit 62758ff5ef9a4f50d856bfc1f7814089a7951935 Author: Carlos Garcia Campos Date: Thu Feb 18 17:46:26 2010 +0100 [docs] Fix GtkPlug::embedded signal documentation See bug #609650. gtk/gtkplug.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit e5fc3dcf6439d0e48349cb503666d392151ed6f4 Author: Carlos Garcia Campos Date: Thu Feb 11 15:34:45 2010 +0100 Emit GtkPlug::embedded signal when plug/socket are in the same process too Fixes bug #609650. gtk/gtkplug.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit eaf2549be255cdd1d3a8a2feceee397717b4f35d Author: Masato Hashimoto Date: Mon Feb 22 22:32:13 2010 +0900 Updated Japanese translation. Translator: Masato Hashimoto Reviewed by: Nishibori Kiyotaka po/ja.po | 2239 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1124 insertions(+), 1115 deletions(-) commit 5b3ef8007b57dfece6e2b55e4fbee94db3cd5bed Author: Khaled Hosny Date: Mon Feb 22 14:03:59 2010 +0200 Updated Arabic translation po/ar.po | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 51f7cedbd17fa3933589f74ee14229ece4d12a2b Author: Alexander Shopov Date: Mon Feb 22 08:36:18 2010 +0200 Updated Bulgarian translation po-properties/bg.po | 3635 ++++++++++++++++++++++++++------------------------- po/bg.po | 2259 ++++++++++++++++---------------- 2 files changed, 2954 insertions(+), 2940 deletions(-) commit 433892a20ff8e286308c31a086b2c3113a42e433 Author: Lucian Adrian Grijincu Date: Sun Feb 21 21:02:51 2010 +0200 Updated Romanian translation po-properties/ro.po | 3673 ++++++++++++++++++++++++++------------------------- po/ro.po | 2315 ++++++++++++++++---------------- 2 files changed, 2997 insertions(+), 2991 deletions(-) commit b38e60b7ed9b3dfe3481eb1670d0818149d5778b Author: Piotr Drąg Date: Sun Feb 21 00:07:42 2010 +0100 Updated Polish translation po-properties/pl.po | 3760 ++++++++++++++++++++++++++------------------------- 1 files changed, 1881 insertions(+), 1879 deletions(-) commit 019f74ae3954df5a1bb3ef580a7111a5ea0bea5f Author: Piotr Drąg Date: Sat Feb 20 22:07:29 2010 +0100 Updated Polish translation po/pl.po | 2411 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1202 insertions(+), 1209 deletions(-) commit a067d58449058ae67f48c7531a124cb8696bc157 Author: Jorge González Date: Sat Feb 20 16:56:43 2010 +0100 Updated Spanish translation po/es.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit ff28ee8e6b4ce7fd793dfd70274765b7bb0bf0b9 Author: Viktor Pracht Date: Fri Feb 19 18:57:08 2010 -0200 [Annotations] Add array length for GtkTreeStore https://bugzilla.gnome.org/show_bug.cgi?id=603923 gtk/gtktreestore.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 592fd7a93b223767e68fda634f9578108f0152ec Author: Johan Dahlin Date: Fri Feb 19 18:52:19 2010 -0200 [annotations] Add allow-none for gtk_menu_popup gtk/gtkmenu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fe852721123fb7dc5749c690613ca6e209363e2f Author: Johan Dahlin Date: Fri Feb 19 14:53:17 2010 -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 gdk-pixbuf/gdk-pixbuf-io.c | 14 ++++---- gdk-pixbuf/gdk-pixbuf-loader.c | 6 ++-- gdk/gdk.c | 6 ++-- gdk/gdkapplaunchcontext.c | 4 +- gdk/gdkdisplay.c | 6 ++-- gdk/gdkdraw.c | 12 +++--- gdk/gdkpango.c | 14 ++++---- gdk/gdkpixbuf-drawable.c | 6 ++-- gdk/gdkrectangle.c | 2 +- gdk/gdkscreen.c | 2 +- gdk/gdkselection.c | 2 +- gdk/gdkwindow.c | 8 ++-- gtk/gtkaboutdialog.c | 2 +- gtk/gtkaccelgroup.c | 8 ++-- gtk/gtkaction.c | 6 ++-- gtk/gtkactivatable.c | 2 +- gtk/gtkalignment.c | 8 ++-- gtk/gtkassistant.c | 2 +- gtk/gtkbuildable.c | 8 ++-- gtk/gtkbuilder.c | 14 ++++---- gtk/gtkcalendar.c | 6 ++-- gtk/gtkcelleditable.c | 2 +- gtk/gtkcellrenderer.c | 22 ++++++------ gtk/gtkcombobox.c | 6 ++-- gtk/gtkcontainer.c | 4 +- gtk/gtkcustompaperunixdialog.c | 4 +- gtk/gtkdnd.c | 8 ++-- gtk/gtkentry.c | 16 ++++---- gtk/gtkentrybuffer.c | 2 +- gtk/gtkfilechooser.c | 18 +++++----- gtk/gtkfilechooserdialog.c | 12 +++--- gtk/gtkfilefilter.c | 2 +- gtk/gtkfilesystemmodel.c | 4 +- gtk/gtkframe.c | 4 +- gtk/gtkhscrollbar.c | 2 +- gtk/gtkiconfactory.c | 4 +- gtk/gtkicontheme.c | 10 +++--- gtk/gtkiconview.c | 26 +++++++------- gtk/gtkimcontext.c | 2 +- gtk/gtkinfobar.c | 2 +- gtk/gtkitemfactory.c | 12 +++--- gtk/gtklabel.c | 4 +- gtk/gtklayout.c | 8 ++-- gtk/gtklinkbutton.c | 6 ++-- gtk/gtkliststore.c | 8 ++-- gtk/gtkmenu.c | 6 ++-- gtk/gtkmenuitem.c | 2 +- gtk/gtkmenutoolbutton.c | 4 +- gtk/gtkmessagedialog.c | 6 ++-- gtk/gtkmisc.c | 8 ++-- gtk/gtkmountoperation.c | 4 +- gtk/gtknotebook.c | 6 ++-- gtk/gtkpagesetup.c | 14 ++++---- gtk/gtkpagesetupunixdialog.c | 4 +- gtk/gtkpapersize.c | 2 +- gtk/gtkprintjob.c | 2 +- gtk/gtkprintoperation-unix.c | 4 +- gtk/gtkprintoperation.c | 6 ++-- gtk/gtkprintsettings.c | 14 ++++---- gtk/gtkprintunixdialog.c | 6 ++-- gtk/gtkprogressbar.c | 2 +- gtk/gtkradioaction.c | 4 +- gtk/gtkradiobutton.c | 2 +- gtk/gtkradiotoolbutton.c | 4 +- gtk/gtkrange.c | 4 +- gtk/gtkrc.c | 2 +- gtk/gtkrecentaction.c | 10 +++--- gtk/gtkrecentchooser.c | 10 +++--- gtk/gtkrecentchooserdialog.c | 12 +++--- gtk/gtkrecentchooserutils.c | 4 +- gtk/gtkrecentmanager.c | 10 +++--- gtk/gtkruler.c | 6 ++-- gtk/gtkscale.c | 6 ++-- gtk/gtkscalebutton.c | 2 +- gtk/gtkscrollbar.c | 2 +- gtk/gtkselection.c | 2 +- gtk/gtkshow.c | 2 +- gtk/gtkspinbutton.c | 8 ++-- gtk/gtkstatusicon.c | 2 +- gtk/gtkstyle.c | 8 ++-- gtk/gtktestutils.c | 2 +- gtk/gtktextbuffer.c | 6 ++-- gtk/gtktextiter.c | 6 ++-- gtk/gtktextlayout.c | 4 +- gtk/gtktextmark.c | 2 +- gtk/gtktexttag.c | 2 +- gtk/gtktoggleaction.c | 4 +- gtk/gtktoolbar.c | 6 ++-- gtk/gtktooltip.c | 14 ++++---- gtk/gtktreemodel.c | 4 +- gtk/gtktreemodelfilter.c | 8 ++-- gtk/gtktreemodelsort.c | 2 +- gtk/gtktreesortable.c | 8 ++-- gtk/gtktreestore.c | 22 ++++++------ gtk/gtktreeview.c | 72 ++++++++++++++++++++-------------------- gtk/gtktreeviewcolumn.c | 10 +++--- gtk/gtkuimanager.c | 2 +- gtk/gtkvscrollbar.c | 2 +- gtk/gtkwidget.c | 22 ++++++------ gtk/gtkwindow.c | 22 ++++++------ gtk/gtkxembed.c | 4 +- 101 files changed, 370 insertions(+), 370 deletions(-) commit 347d406f80f2140a466da30764171cd92aa7d7ea Author: Michael Natterer Date: Fri Feb 19 17:04:20 2010 +0100 Bug 548026 - No accessor for GtkWidget.requisition Add gtk_widget_get_requisition(). gtk/gtk.symbols | 1 + gtk/gtkwidget.c | 26 ++++++++++++++++++++++++++ gtk/gtkwidget.h | 3 +++ 3 files changed, 30 insertions(+), 0 deletions(-) commit 68a4847ac97b1dfc5327c98aa2abba056483aabb Author: Matej Urbančič Date: Thu Feb 18 13:48:34 2010 +0100 Updated Slovenian translation po-properties/sl.po | 36 +++++++++++++----------------------- 1 files changed, 13 insertions(+), 23 deletions(-) commit ca0b29ff551e273346d220648df5bd127642cf27 Author: Manoj Kumar Giri Date: Wed Feb 17 21:22:41 2010 +0530 Updated Oriya Translation po/or.po | 2291 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1134 insertions(+), 1157 deletions(-) commit 8b11bdb27cf45871cb5613e8261d405f26c7afec Author: Mattias Põldaru Date: Wed Feb 17 13:30:33 2010 +0200 Estonian translation updated po/et.po | 1167 ++------------------------------------------------------------ 1 files changed, 24 insertions(+), 1143 deletions(-) commit 45842ec58bd9f4dc31fc1e273d33c516195cea8f Author: Mario Blättermann Date: Wed Feb 17 09:16:18 2010 +0100 Updated German translation po/de.po | 2320 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1160 insertions(+), 1160 deletions(-) commit 41ef40bec0afa8625f0f18924886dcc1c8645928 Author: Javier Jardón Date: Tue Feb 16 05:44:22 2010 +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 gdk/x11/gdkprivate-x11.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 046b7601274e9b4ad065af754294b94830eebe6d Author: Changwoo Ryu Date: Tue Feb 16 05:31:21 2010 +0900 Update Korean translation po-properties/ko.po | 3715 +++++++++++++++++++++++++-------------------------- po/ko.po | 2359 ++++++++++++++++---------------- 2 files changed, 3037 insertions(+), 3037 deletions(-) commit cf76627e93d0f7d18fbdcd08f7feeda485624e0a Author: Matej Urbančič Date: Mon Feb 15 18:45:14 2010 +0100 Updated Slovenian translation po-properties/sl.po | 4954 +++++++++++++++++++++++++-------------------------- 1 files changed, 2392 insertions(+), 2562 deletions(-) commit e2a742dbd225262bde09a673b6f2e948437fe18b Author: Matej Urbančič Date: Mon Feb 15 18:44:55 2010 +0100 Updated Slovenian translation po/sl.po | 2880 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1333 insertions(+), 1547 deletions(-) commit 5ff724ea954399b138a3342c358e48b3a81616ba Author: Stefan Kost Date: Thu Feb 11 10:40:13 2010 +0200 widget: ensure boolean before comparing Ensure boolean value like done elsewhere. gtk/gtkwidget.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ad93f2bc3e0c34c9c07d16ca2a3ac76811605607 Author: Stefan Kost Date: Thu Feb 11 10:38:44 2010 +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. gtk/gtkwidget.c | 26 ++++++++------------------ 1 files changed, 8 insertions(+), 18 deletions(-) commit c77678e03783286c278ee41b382132c1995b1866 Author: Javier Jardón Date: Sat Feb 13 04:54:19 2010 +0100 Revert "Drop duplicate declarations" The issue is already fixed in f9a3ce06cc990c8ae3a9d6cee514d0c5f5f05fd8 This reverts commit 6f566057e85dc0d542f26db1d7964a774a5f88a4. gtk/gtkwidget.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 13d69e552dffe681ee80c0600366a8c04fc205c6 Author: Matthias Clasen Date: Fri Feb 12 15:45:16 2010 -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. docs/reference/gdk/gdk-sections.txt | 1 + gdk/gdk.symbols | 1 + gdk/gdkkeys.h | 2 + gdk/quartz/gdkkeys-quartz.c | 7 +++++ gdk/win32/gdkkeys-win32.c | 6 ++++ gdk/x11/gdkevents-x11.c | 2 +- gdk/x11/gdkkeys-x11.c | 49 +++++++++++++++++++++++++++++++++- gtk/gtkkeyhash.c | 1 + 8 files changed, 66 insertions(+), 3 deletions(-) commit 6f566057e85dc0d542f26db1d7964a774a5f88a4 Author: Matthias Clasen Date: Wed Feb 10 16:07:43 2010 -0500 Drop duplicate declarations gtk/gtkwidget.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit f9a3ce06cc990c8ae3a9d6cee514d0c5f5f05fd8 Author: Christian Dywan Date: Fri Feb 12 18:10:17 2010 +0100 Remove duplicate definitions of gtk_widget_set/get_realized/mapped gtk/gtkwidget.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 0231cff9889b4ec0adb7dc61cfeb647a11baf236 Author: Michael Natterer Date: Thu Feb 11 09:27:05 2010 +0100 Allow calling gtk_widget_style_attach() only when realized gtk/gtkwidget.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 96d07cacb23bd87658074220660fc3474123ab73 Author: Petr Kovar Date: Thu Feb 11 02:26:16 2010 +0100 Update Czech translation po/cs.po | 2232 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1119 insertions(+), 1113 deletions(-) commit 3cccae316e10167bbf37dd0dbd62659f811167ce Author: Javier Jardón Date: Thu Feb 11 01:11:17 2010 +0100 Fix compilation warning: return FALSE instead NULL gtk/gtkwidget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 45987f44c4aba675b262df2d2aa7d96be43bb1f0 Author: Javier Jardón Date: Thu Feb 11 00:56:48 2010 +0100 Fix compilation warning: cast to GCompareFunc gtk/gtkscale.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit aefec4693637dbbbee3423486d15ba1af82c883d Author: Kjartan Maraas Date: Wed Feb 10 19:53:37 2010 +0100 Updated Norwegian bokmål translation po/nb.po | 2230 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1118 insertions(+), 1112 deletions(-) commit 129637220d30682f23e5e7fb99b0dfaadef0a583 Author: Jorge González Date: Wed Feb 10 07:56:11 2010 +0100 Updated Spanish translation po/es.po | 2258 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1131 insertions(+), 1127 deletions(-) commit ed9b8f3d3c7e3705a271064dd31d16942b66b2ec Author: Matthias Clasen Date: Tue Feb 9 15:58:13 2010 -0500 bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d034007df35aba3821bc7dd38eaf8fea63278fc9 Author: Matthias Clasen Date: Tue Feb 9 15:53:41 2010 -0500 2.19.5 docs/reference/gtk/tmpl/gtkentry.sgml | 19 + docs/reference/gtk/tmpl/gtkrange.sgml | 55 + po-properties/af.po | 190 +- po-properties/am.po | 173 +- po-properties/ang.po | 170 +- po-properties/ar.po | 189 +- po-properties/as.po | 190 +- po-properties/ast.po | 190 +- po-properties/az.po | 189 +- po-properties/az_IR.po | 167 +- po-properties/be.po | 193 +- po-properties/be@latin.po | 194 +- po-properties/bg.po | 193 +- po-properties/bn.po | 3642 ++++++------ po-properties/bn_IN.po | 190 +- po-properties/br.po | 174 +- po-properties/bs.po | 194 +- po-properties/ca.po | 189 +- po-properties/ca@valencia.po | 189 +- po-properties/crh.po | 210 +- po-properties/cs.po | 3551 ++++++------ po-properties/cy.po | 191 +- po-properties/da.po | 202 +- po-properties/de.po | 195 +- po-properties/dz.po | 189 +- po-properties/el.po | 197 +- po-properties/en_CA.po | 189 +- po-properties/en_GB.po | 189 +- po-properties/eo.po | 167 +- po-properties/es.po | 3569 ++++++------ po-properties/et.po | 1982 ++++++- po-properties/eu.po | 197 +- po-properties/fa.po | 181 +- po-properties/fi.po | 190 +- po-properties/fr.po | 3581 ++++++------ po-properties/ga.po | 173 +- po-properties/gl.po | 191 +- po-properties/gu.po | 189 +- po-properties/he.po | 189 +- po-properties/hi.po | 189 +- po-properties/hr.po | 190 +- po-properties/hu.po | 190 +- po-properties/hy.po | 173 +- po-properties/ia.po | 172 +- po-properties/id.po | 191 +- po-properties/io.po | 167 +- po-properties/is.po | 179 +- po-properties/it.po | 197 +- po-properties/ja.po | 193 +- po-properties/ka.po | 189 +- po-properties/kn.po | 189 +- po-properties/ko.po | 189 +- po-properties/ku.po | 171 +- po-properties/li.po | 189 +- po-properties/lt.po | 189 +- po-properties/lv.po | 189 +- po-properties/mai.po | 189 +- po-properties/mi.po | 169 +- po-properties/mk.po | 189 +- po-properties/ml.po | 189 +- po-properties/mn.po | 206 +- po-properties/mr.po | 189 +- po-properties/ms.po | 189 +- po-properties/my.po | 189 +- po-properties/nb.po | 189 +- po-properties/nds.po | 169 +- po-properties/ne.po | 189 +- po-properties/nl.po | 193 +- po-properties/nn.po | 191 +- po-properties/nso.po | 201 +- po-properties/oc.po | 173 +- po-properties/or.po | 189 +- po-properties/pa.po | 189 +- po-properties/pl.po | 195 +- po-properties/ps.po | 182 +- po-properties/pt.po | 190 +- po-properties/pt_BR.po | 3551 ++++++------ po-properties/ro.po | 193 +- po-properties/ru.po | 191 +- po-properties/rw.po | 189 +- po-properties/si.po | 178 +- po-properties/sk.po | 189 +- po-properties/sl.po | 191 +- po-properties/sq.po | 193 +- po-properties/sr.po | 190 +- po-properties/sr@ije.po | 190 +- po-properties/sr@latin.po | 190 +- po-properties/sv.po | 189 +- po-properties/ta.po | 189 +- po-properties/te.po | 189 +- po-properties/th.po | 175 +- po-properties/tk.po | 174 +- po-properties/tr.po | 208 +- po-properties/tt.po | 177 +- po-properties/uk.po | 193 +- po-properties/ur.po | 168 +- po-properties/uz.po | 178 +- po-properties/uz@cyrillic.po | 178 +- po-properties/vi.po | 192 +- po-properties/wa.po | 185 +- po-properties/xh.po | 196 +- po-properties/yi.po | 189 +- po-properties/zh_CN.po | 189 +- po-properties/zh_HK.po | 189 +- po-properties/zh_TW.po | 189 +- po/af.po | 84 +- po/am.po | 81 +- po/ang.po | 83 +- po/ar.po | 84 +- po/as.po | 84 +- po/ast.po | 84 +- po/az.po | 84 +- po/az_IR.po | 79 +- po/be.po | 84 +- po/be@latin.po | 84 +- po/bg.po | 84 +- po/bn.po |10880 +++++++++++++++++---------------- po/bn_IN.po | 84 +- po/br.po | 83 +- po/bs.po | 84 +- po/ca.po | 84 +- po/ca@valencia.po | 84 +- po/crh.po | 91 +- po/cs.po | 2232 ++++---- po/cy.po | 85 +- po/da.po | 85 +- po/de.po | 84 +- po/dz.po | 84 +- po/el.po | 84 +- po/en_CA.po | 84 +- po/en_GB.po | 84 +- po/eo.po | 84 +- po/es.po | 2257 ++++---- po/et.po | 1350 ++++- po/eu.po | 84 +- po/fa.po | 85 +- po/fi.po | 84 +- po/fr.po | 2246 ++++---- po/ga.po | 84 +- po/gl.po | 84 +- po/gu.po | 84 +- po/he.po | 84 +- po/hi.po | 84 +- po/hr.po | 84 +- po/hu.po | 84 +- po/hy.po | 84 +- po/ia.po | 83 +- po/id.po | 84 +- po/io.po | 84 +- po/is.po | 84 +- po/it.po | 84 +- po/ja.po | 84 +- po/ka.po | 84 +- po/kn.po | 84 +- po/ko.po | 84 +- po/ku.po | 84 +- po/li.po | 86 +- po/lt.po | 84 +- po/lv.po | 84 +- po/mai.po | 84 +- po/mi.po | 84 +- po/mk.po | 84 +- po/ml.po | 84 +- po/mn.po | 90 +- po/mr.po | 84 +- po/ms.po | 84 +- po/my.po | 84 +- po/nb.po | 2231 ++++---- po/nds.po | 82 +- po/ne.po | 84 +- po/nl.po | 88 +- po/nn.po | 85 +- po/nso.po | 84 +- po/oc.po | 83 +- po/or.po | 84 +- po/pa.po | 84 +- po/pl.po | 84 +- po/ps.po | 83 +- po/pt.po | 84 +- po/pt_BR.po | 2231 ++++---- po/ro.po | 84 +- po/ru.po | 84 +- po/rw.po | 84 +- po/si.po | 84 +- po/sk.po | 2265 ++++---- po/sl.po | 85 +- po/sq.po | 84 +- po/sr.po | 84 +- po/sr@ije.po | 84 +- po/sr@latin.po | 84 +- po/sv.po | 84 +- po/ta.po | 84 +- po/te.po | 84 +- po/th.po | 61 +- po/tk.po | 84 +- po/tr.po | 90 +- po/tt.po | 84 +- po/uk.po | 84 +- po/ur.po | 80 +- po/uz.po | 84 +- po/uz@cyrillic.po | 84 +- po/vi.po | 84 +- po/wa.po | 84 +- po/xh.po | 84 +- po/yi.po | 84 +- po/zh_CN.po | 84 +- po/zh_HK.po | 84 +- po/zh_TW.po | 84 +- 208 files changed, 46965 insertions(+), 24804 deletions(-)