]> Pileus Git - ~andy/gtk/log
~andy/gtk
15 years agoDon't draw on input_only windows
Alexander Larsson [Mon, 8 Dec 2008 11:34:04 +0000 (12:34 +0100)]
Don't draw on input_only windows

15 years agoStore colormap on impl window (necessary for e.g. foreign windows)
Alexander Larsson [Mon, 8 Dec 2008 11:19:10 +0000 (12:19 +0100)]
Store colormap on impl window (necessary for e.g. foreign windows)

15 years agoWhen reparenting, remove from old parent before setting the new parent
Alexander Larsson [Sun, 7 Dec 2008 12:42:19 +0000 (13:42 +0100)]
When reparenting, remove from old parent before setting the new parent
(otherwise we remove from the wrong parent)

15 years agoDon't sent native MotionHint masks on pointer grabs as then we won't get enought...
Alexander Larsson [Sun, 7 Dec 2008 11:17:48 +0000 (12:17 +0100)]
Don't sent native MotionHint masks on pointer grabs as then we won't get enought motion events reported.

15 years agoFix some return value warnings
Alexander Larsson [Sat, 6 Dec 2008 22:22:24 +0000 (23:22 +0100)]
Fix some return value warnings

15 years agoHandle gdk_window_get_impl_window on root window
Alexander Larsson [Sat, 6 Dec 2008 22:01:39 +0000 (23:01 +0100)]
Handle gdk_window_get_impl_window on root window

15 years agoClear to end of window if passing zero width or height to gdk_window_clear_area ...
Alexander Larsson [Sat, 6 Dec 2008 21:55:09 +0000 (22:55 +0100)]
Clear to end of window if passing zero width or height to gdk_window_clear_area (fixes clist/ctree clearing)

15 years agoMove gdk_window_get_deskrelative_origin to the GdkWindowImpl and make the common...
Alexander Larsson [Sat, 6 Dec 2008 21:43:01 +0000 (22:43 +0100)]
Move gdk_window_get_deskrelative_origin to the GdkWindowImpl and make the common code handle abs_x/y

15 years agoThe double get_composite_drawable case can happen for pixmap targets too, so move...
Alexander Larsson [Fri, 5 Dec 2008 20:42:22 +0000 (21:42 +0100)]
The double get_composite_drawable case can happen for pixmap targets too, so move the code to gdk_draw_drawable

15 years agoFix draw_drawable being offset when using window as source (testgtk text test)
Alexander Larsson [Fri, 5 Dec 2008 18:24:55 +0000 (19:24 +0100)]
Fix draw_drawable being offset when using window as source (testgtk text test)

15 years agogdk_bitmap_create_from_data - drawable may be NULL
Alexander Larsson [Thu, 4 Dec 2008 21:26:05 +0000 (22:26 +0100)]
gdk_bitmap_create_from_data - drawable may be NULL

15 years agogdk_pixmap_new - drawable may be NULL
Alexander Larsson [Thu, 4 Dec 2008 21:24:07 +0000 (22:24 +0100)]
gdk_pixmap_new - drawable may be NULL

15 years agogdk_pixmap_draw_pixbuf - gc may be NULL
Alexander Larsson [Thu, 4 Dec 2008 21:15:56 +0000 (22:15 +0100)]
gdk_pixmap_draw_pixbuf - gc may be NULL

15 years agoDon't convert foreign windows to child when reparented to non-toplevel
Alexander Larsson [Thu, 4 Dec 2008 20:57:43 +0000 (21:57 +0100)]
Don't convert foreign windows to child when reparented to non-toplevel

15 years agoTrack clip_mask in GdkGC. Fix gdk_gc_add_drawable_clip to handle clip masks
Alexander Larsson [Thu, 4 Dec 2008 20:38:19 +0000 (21:38 +0100)]
Track clip_mask in GdkGC. Fix gdk_gc_add_drawable_clip to handle clip masks

15 years agoMove _gdk_gc_remove_drawable_clip from after each time its set to before each pixmap...
Alexander Larsson [Thu, 4 Dec 2008 19:55:44 +0000 (20:55 +0100)]
Move _gdk_gc_remove_drawable_clip from after each time its set to before each pixmap set and when adding a new different region
This means we can avoid changing the clip if we're drawing with the same gc to the same clip region

15 years agoMove drawable clip tracking into GdkGC
Alexander Larsson [Thu, 4 Dec 2008 19:18:02 +0000 (20:18 +0100)]
Move drawable clip tracking into GdkGC

15 years agoMove clip offsetting into _gdk_gc_intersect_clip_region
Alexander Larsson [Thu, 4 Dec 2008 18:36:13 +0000 (19:36 +0100)]
Move clip offsetting into _gdk_gc_intersect_clip_region

15 years agoFix coordinates reported from gdk_window_get_pointer (had sign reversed)
Alexander Larsson [Thu, 4 Dec 2008 14:46:09 +0000 (15:46 +0100)]
Fix coordinates reported from gdk_window_get_pointer (had sign reversed)

15 years agoActually report x/y_root against the root window
Alexander Larsson [Thu, 4 Dec 2008 14:20:19 +0000 (15:20 +0100)]
Actually report x/y_root against the root window

15 years agoAvoid crash by not passing in NULL mask pointer to _gdk_windowing_get_pointer
Alexander Larsson [Thu, 4 Dec 2008 12:07:25 +0000 (13:07 +0100)]
Avoid crash by not passing in NULL mask pointer to _gdk_windowing_get_pointer

15 years agoAdd g_warning to not yet supported code
Alexander Larsson [Thu, 4 Dec 2008 11:57:35 +0000 (12:57 +0100)]
Add g_warning to not yet supported code

15 years agoEnsure we have native window before reparenting to toplevel
Alexander Larsson [Thu, 4 Dec 2008 11:56:26 +0000 (12:56 +0100)]
Ensure we have native window before reparenting to toplevel

15 years agoFix up keyboard grab handling
Alexander Larsson [Thu, 4 Dec 2008 11:44:09 +0000 (12:44 +0100)]
Fix up keyboard grab handling

15 years agoGrab pointer on toplevel window, not on nearest native, so that we always get all...
Alexander Larsson [Thu, 4 Dec 2008 10:19:32 +0000 (11:19 +0100)]
Grab pointer on toplevel window, not on nearest native, so that we always get all events on toplevel

15 years agoMake sure we change the event mask on native window if they change between toplevel...
Alexander Larsson [Thu, 4 Dec 2008 09:32:08 +0000 (10:32 +0100)]
Make sure we change the event mask on native window if they change between toplevel and child

15 years agoChange assert to warning with some information
Alexander Larsson [Thu, 4 Dec 2008 09:22:28 +0000 (10:22 +0100)]
Change assert to warning with some information

15 years agoMake synchronized_configure work for child windows (used by in-process plugs) and...
Alexander Larsson [Thu, 4 Dec 2008 09:04:05 +0000 (10:04 +0100)]
Make synchronized_configure work for child windows (used by in-process plugs) and ensures a native window exist

15 years agoNever set shapes on foreign windows
Alexander Larsson [Wed, 3 Dec 2008 22:33:04 +0000 (23:33 +0100)]
Never set shapes on foreign windows

15 years agoFor foreign parents, use the real parent not the root (which is what we list as paren...
Alexander Larsson [Wed, 3 Dec 2008 21:00:56 +0000 (22:00 +0100)]
For foreign parents, use the real parent not the root (which is what we list as parent in the APIs)

15 years agoReally create a native window when getting xid
Alexander Larsson [Wed, 3 Dec 2008 10:55:17 +0000 (11:55 +0100)]
Really create a native window when getting xid

15 years agoExport gdk_window_set_has_native
Alexander Larsson [Wed, 3 Dec 2008 10:18:34 +0000 (11:18 +0100)]
Export gdk_window_set_has_native

15 years agoCreate native window when requesting xid
Alexander Larsson [Wed, 3 Dec 2008 10:18:09 +0000 (11:18 +0100)]
Create native window when requesting xid

15 years agoAdd testcase showing Gtk+ flickering a lot
Alexander Larsson [Fri, 16 Jan 2009 09:40:18 +0000 (10:40 +0100)]
Add testcase showing Gtk+ flickering a lot

15 years agoAdd offscreen testcase
Alexander Larsson [Fri, 16 Jan 2009 09:39:35 +0000 (10:39 +0100)]
Add offscreen testcase

15 years agoInitial client-side-windows work
Alexander Larsson [Fri, 18 Jul 2008 13:03:42 +0000 (15:03 +0200)]
Initial client-side-windows work

The history before this was kind of twisted as several different
approaches were tested, so that was all squashed into this initial
commit to hide the uninteresting changes and files that were later
removed.

15 years agoRevert patch that conflicts with client-side-windows work
Alexander Larsson [Thu, 2 Apr 2009 08:06:01 +0000 (10:06 +0200)]
Revert patch that conflicts with client-side-windows work

Revert commit f4090b5c847293e94186e13144d8ac5ce0f9db4d, as that
conflicts with the client-side-windows work. Furthermore, that
change is already applied as part of the client-side-windows work.

15 years agoUpdate README files to refer to git
Matthias Clasen [Tue, 31 Mar 2009 22:49:48 +0000 (18:49 -0400)]
Update README files to refer to git

Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.

15 years agoUpdate README files to refer to git
Matthias Clasen [Tue, 31 Mar 2009 22:49:48 +0000 (18:49 -0400)]
Update README files to refer to git

Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.

15 years agoAdded entries for Oriya language Translation updation.
Manoj Kumar Giri [Mon, 30 Mar 2009 13:13:16 +0000 (13:13 +0000)]
Added entries for Oriya language Translation updation.

svn path=/trunk/; revision=22596

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Mon, 30 Mar 2009 13:12:11 +0000 (13:12 +0000)]
Updated Oriya Translation.

svn path=/trunk/; revision=22595

15 years agoBug 577224 – crash when setting new icon after setting icon in
Christian Persch [Sun, 29 Mar 2009 21:25:13 +0000 (21:25 +0000)]
Bug 577224 – crash when setting new icon after setting icon in

2009-03-29  Christian Persch  <chpe@gnome.org>

Bug 577224 – crash when setting new icon after setting icon in
gtkstatusicon

* gtk/gtkstatusicon.c: (gtk_status_icon_reset_image_data),
(gtk_status_icon_set_from_gicon): Retain a reference when setting
from a GIcon, and use g_object_unref on GIcon, not g_free.

svn path=/trunk/; revision=22594

15 years agoFixed wrog string translation
Jorge Gonzalez Gonzalez [Sat, 28 Mar 2009 14:41:58 +0000 (14:41 +0000)]
Fixed wrog string translation

svn path=/trunk/; revision=22593

15 years agoBug 437533 – Implement draw_shape PangoRenderer method
Behdad Esfahbod [Fri, 27 Mar 2009 16:54:10 +0000 (16:54 +0000)]
Bug 437533 – Implement draw_shape PangoRenderer method

2009-03-27  Behdad Esfahbod  <behdad@gnome.org>

        Bug 437533 – Implement draw_shape PangoRenderer method

        * gdk/gdkpango.c (gdk_pango_renderer_draw_shape),
        (gdk_pango_renderer_class_init): Implement draw_shape

        * demos/gtk-demo/rotated_text.c (fancy_shape_renderer),
        (create_fancy_attr_list_for_layout), (rotated_text_expose_event),
        (do_rotated_text):
        1) Port to pangocairo
        2) Also show a rotated label
        3) Install a custom shape renderer on both.  The second one goes
        through gdkpango and hence tests the patch above.  It's working.

svn path=/trunk/; revision=22592

15 years agoUpdated Greek translation (Marios Zindilis)
Simos Xenitellis [Fri, 27 Mar 2009 11:02:30 +0000 (11:02 +0000)]
Updated Greek translation (Marios Zindilis)

svn path=/trunk/; revision=22590

15 years agoUse gtk_entry_xxx functions rather than using GtkEntry structure directly.
Stefan Walter [Fri, 27 Mar 2009 05:22:23 +0000 (05:22 +0000)]
Use gtk_entry_xxx functions rather than using GtkEntry structure directly.

See bug #576801

svn path=/trunk/; revision=22589

15 years agoTypo correction, s/hilding/holding
Christian Dywan [Wed, 25 Mar 2009 22:54:10 +0000 (22:54 +0000)]
Typo correction, s/hilding/holding

svn path=/trunk/; revision=22588

15 years agoBug 562863 - GtkVscrollbar is hardly documented
Paul Bolle [Wed, 25 Mar 2009 20:21:30 +0000 (20:21 +0000)]
Bug 562863 - GtkVscrollbar is hardly documented

2009-03-25   Paul Bolle <pebolle@tiscali.nl>

Bug 562863 - GtkVscrollbar is hardly documented

* gtk/tmpl/gtkvscrollbar.sgml:
* gtk/tmpl/gtkhscrollbar.sgml: Minor tweaks.

svn path=/trunk/; revision=22587

15 years agoBug 575644 - Cygwin gail build patch
Tor Lillqvist [Wed, 25 Mar 2009 07:18:58 +0000 (07:18 +0000)]
Bug 575644 - Cygwin gail build patch

2009-03-25  Tor Lillqvist  <tml@novell.com>

Bug 575644 - Cygwin gail build patch

* modules/other/gail/Makefile.am
* modules/other/gail/libgail-util/Makefile.am
* modules/other/gail/tests/Makefile.am: Use -no-undefined also on
Cygwin. Patch from "Cygwin ports maintainer".

svn path=/trunk/; revision=22586

15 years agoRemove a misleading sentence
Matthias Clasen [Wed, 25 Mar 2009 03:47:15 +0000 (03:47 +0000)]
Remove a misleading sentence

svn path=/trunk/; revision=22585

15 years agocompile fix for build with DIRECT_ENABLE_DEBUG.
Sven Neumann [Wed, 25 Mar 2009 00:07:12 +0000 (00:07 +0000)]
compile fix for build with DIRECT_ENABLE_DEBUG.

2009-03-25  Sven Neumann  <sven@gimp.org>

* gdk/directfb/gdkwindow-directfb.c
(gdk_window_directfb_process_all_updates): compile fix for build
with DIRECT_ENABLE_DEBUG.

svn path=/trunk/; revision=22583

15 years agoFix get_nearest_monitor
Matthias Clasen [Tue, 24 Mar 2009 05:57:53 +0000 (05:57 +0000)]
Fix get_nearest_monitor

svn path=/trunk/; revision=22582

15 years agoFix typos and document the GdkPixbufSimpleAnim structure.
Claudio Saavedra [Mon, 23 Mar 2009 08:57:30 +0000 (08:57 +0000)]
Fix typos and document the GdkPixbufSimpleAnim structure.

2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>

* gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the
GdkPixbufSimpleAnim structure.

svn path=/trunk/; revision=22581

15 years agoBug 576254 - <object> requires attribute "id"
Hiroyuki Ikezoe [Sun, 22 Mar 2009 23:09:54 +0000 (23:09 +0000)]
Bug 576254 - <object> requires attribute "id"

2009-03-23  Hiroyuki Ikezoe  <poincare@ikezoe.net>

Bug 576254 - <object> requires attribute "id"

* docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to
GtkBuilder UI sample.

svn path=/trunk/; revision=22580

15 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Sun, 22 Mar 2009 07:31:12 +0000 (07:31 +0000)]
Updated Russian translation.

2008-03-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

svn path=/trunk/; revision=22579

15 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Sun, 22 Mar 2009 06:31:16 +0000 (06:31 +0000)]
Updated Russian translation.

2009-03-22  Nickolay V. Shmyrev <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

svn path=/trunk/; revision=22578

15 years agoBug 538840 – [Win32] GTK menu theming could be improved
Cody Russell [Sat, 21 Mar 2009 13:58:12 +0000 (13:58 +0000)]
Bug 538840 – [Win32] GTK menu theming could be improved

2009-03-21  Cody Russell  <bratsche@gnome.org>

        Bug 538840 – [Win32] GTK menu theming could be improved

        * modules/engines/ms-windows/xp_theme.c
        * modules/engines/ms-windows/msw_style.c: Use newer
        menu styling API.  This makes gtk+ look much better on
        Windows Vista.

svn path=/trunk/; revision=22577

15 years agoUpdated simplified Chinese translations by Xiyue Deng <manphiz at gmail dot com>
Aron Xu [Sat, 21 Mar 2009 08:56:20 +0000 (08:56 +0000)]
Updated simplified Chinese translations by Xiyue Deng <manphiz at gmail dot com>

svn path=/trunk/; revision=22576

15 years agoBug 574283 – unused assignment and dead code in
Claudio Saavedra [Thu, 19 Mar 2009 07:47:23 +0000 (07:47 +0000)]
Bug 574283 – unused assignment and dead code in

2009-03-19  Claudio Saavedra  <csaavedra@igalia.com>

Bug 574283 – unused assignment and dead code in
gtk_widget_set_tooltip_window()

* gtk/gtkwidget.c: (gtk_widget_set_tooltip_window): Remove
an unused assignment, improving checks, and clean up method.

svn path=/trunk/; revision=22575

15 years agoadd static function gtk_scale_button_set_orientation_private() and use it
Michael Natterer [Wed, 18 Mar 2009 21:19:07 +0000 (21:19 +0000)]
add static function gtk_scale_button_set_orientation_private() and use it

2009-03-18  Michael Natterer  <mitch@gimp.org>

* gtk/gtkscalebutton.c: add static function
gtk_scale_button_set_orientation_private() and use it instead of
the public but deprecated gtk_scale_button_set_orientation().

svn path=/trunk/; revision=22574

15 years agoUpdated Greek Translation by Jennie Petoumenou.
Kostas Papadimas [Wed, 18 Mar 2009 15:53:51 +0000 (15:53 +0000)]
Updated Greek Translation by Jennie Petoumenou.

svn path=/trunk/; revision=22573

15 years agoUpdated Pashto translation by Zabeeh Khan
Jorge Gonzalez Gonzalez [Wed, 18 Mar 2009 14:45:46 +0000 (14:45 +0000)]
Updated Pashto translation by Zabeeh Khan

svn path=/trunk/; revision=22572

15 years agoUpdated Arabic translation
Djihed Afifi [Wed, 18 Mar 2009 09:22:49 +0000 (09:22 +0000)]
Updated Arabic translation

svn path=/trunk/; revision=22571

15 years agoBug 575700 - Crash when moving a GtkWindow
Tor Lillqvist [Tue, 17 Mar 2009 18:26:28 +0000 (18:26 +0000)]
Bug 575700 - Crash when moving a GtkWindow

2009-03-17  Tor Lillqvist  <tml@novell.com>

Bug 575700 - Crash when moving a GtkWindow

* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
embarrassing crasher bug introduced on 2009-03-11. A variable was
assigned a value only inside a GDK_NOTE but still used outside
that.

svn path=/trunk/; revision=22568

15 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 17 Mar 2009 16:55:07 +0000 (16:55 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=22567

15 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 17 Mar 2009 16:35:58 +0000 (16:35 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=22566

15 years agoUpdated Malayalam Translation
Ani Peter [Tue, 17 Mar 2009 15:37:08 +0000 (15:37 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=22565

15 years agoUpdated Malayalam Translation
Ani Peter [Tue, 17 Mar 2009 15:36:58 +0000 (15:36 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=22564

15 years agoUpdated Malayalam Translations
Ani Peter [Tue, 17 Mar 2009 15:09:53 +0000 (15:09 +0000)]
Updated Malayalam Translations

svn path=/trunk/; revision=22563

15 years agoUpdated Malayalam Translation
Ani Peter [Tue, 17 Mar 2009 15:06:02 +0000 (15:06 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=22562

15 years agoNewer mingw-w64 uses an underscore-prefixed identification macro.
Tor Lillqvist [Tue, 17 Mar 2009 12:58:40 +0000 (12:58 +0000)]
Newer mingw-w64 uses an underscore-prefixed identification macro.

2009-03-17  Tor Lillqvist  <tml@novell.com>

* gtk/gtkprintoperation-win32.c: Newer mingw-w64 uses an
underscore-prefixed identification macro.

svn path=/trunk/; revision=22561

15 years agoUpdated Crimean Tatar translation by Reşat SABIQ.
Andre Klapper [Mon, 16 Mar 2009 22:30:32 +0000 (22:30 +0000)]
Updated Crimean Tatar translation by Reşat SABIQ.

2009-03-16  Andre Klapper  <a9016009@gmx.de>

* crh.po: Updated Crimean Tatar translation by Reşat SABIQ.

svn path=/trunk/; revision=22560

15 years agoUpdated Crimean Tatar translation by Reşat SABIQ.
Andre Klapper [Mon, 16 Mar 2009 22:28:43 +0000 (22:28 +0000)]
Updated Crimean Tatar translation by Reşat SABIQ.

2009-03-16  Andre Klapper  <a9016009@gmx.de>

* crh.po: Updated Crimean Tatar translation by Reşat SABIQ.

svn path=/trunk/; revision=22559

15 years agoUpdated Turkish Translation
Baris Cicek [Mon, 16 Mar 2009 19:21:53 +0000 (19:21 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=22558

15 years agoUpdated Turkish Translation
Baris Cicek [Mon, 16 Mar 2009 19:20:27 +0000 (19:20 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=22557

15 years agoUpdated Galician translation by Suso Baleato.
Ignacio Casal Quinteiro [Mon, 16 Mar 2009 17:29:49 +0000 (17:29 +0000)]
Updated Galician translation by Suso Baleato.

svn path=/trunk/; revision=22556

15 years agoUpdated assamese translations
Amitakhya Phukan [Mon, 16 Mar 2009 12:22:28 +0000 (12:22 +0000)]
Updated assamese translations

svn path=/trunk/; revision=22555

15 years agoUpdated assamese translations
Amitakhya Phukan [Mon, 16 Mar 2009 12:02:07 +0000 (12:02 +0000)]
Updated assamese translations

svn path=/trunk/; revision=22554

15 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Mon, 16 Mar 2009 11:18:19 +0000 (11:18 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2009-03-16  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=22553

15 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Mon, 16 Mar 2009 10:44:12 +0000 (10:44 +0000)]
Updated Basque translation.

2009-03-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

svn path=/trunk/; revision=22552

15 years agoupdating for Gnome Punjabi Translation by A S Alam
Amanpreet Singh Alam [Mon, 16 Mar 2009 02:36:42 +0000 (02:36 +0000)]
updating for Gnome Punjabi Translation by A S Alam

svn path=/trunk/; revision=22551

15 years agoFixed wrong translations.
Takeshi AIHANA [Sun, 15 Mar 2009 23:19:49 +0000 (23:19 +0000)]
Fixed wrong translations.

2009-03-16  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Fixed wrong translations.

svn path=/trunk/; revision=22550

15 years agoUpdated German translation, by Christian Kirbach
Hendrik Richter [Sun, 15 Mar 2009 18:07:04 +0000 (18:07 +0000)]
Updated German translation, by Christian Kirbach

2009-03-15  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation, by
         Christian Kirbach

svn path=/trunk/; revision=22548

15 years agoupdated kn.po
Shankar Prasad [Sun, 15 Mar 2009 14:42:29 +0000 (14:42 +0000)]
updated kn.po

svn path=/trunk/; revision=22547

15 years agoUpdated Telugu translations
Krishnababu Krothapalli [Sun, 15 Mar 2009 14:02:50 +0000 (14:02 +0000)]
Updated Telugu translations

svn path=/trunk/; revision=22546

15 years agoUpdated Changelog entry
Krishnababu Krothapalli [Sun, 15 Mar 2009 13:57:09 +0000 (13:57 +0000)]
Updated Changelog entry

svn path=/trunk/; revision=22545

15 years agotamil translation updated
Felix I [Sun, 15 Mar 2009 13:38:22 +0000 (13:38 +0000)]
tamil translation updated

svn path=/trunk/; revision=22544

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Sun, 15 Mar 2009 11:50:41 +0000 (11:50 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=22543

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Sun, 15 Mar 2009 11:40:36 +0000 (11:40 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=22542

15 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Sun, 15 Mar 2009 04:53:17 +0000 (04:53 +0000)]
Updated Gujarati Translations

svn path=/trunk/; revision=22541

15 years agoUpdated Simplified Chinese translations by Deng Xiyue <manphiz@gmail.com>
Aron Xu [Sat, 14 Mar 2009 11:45:07 +0000 (11:45 +0000)]
Updated Simplified Chinese translations by Deng Xiyue <manphiz@gmail.com>

svn path=/trunk/; revision=22540

15 years agoupdated kn.po
Shankar Prasad [Sat, 14 Mar 2009 10:43:14 +0000 (10:43 +0000)]
updated kn.po

svn path=/trunk/; revision=22539

15 years agoUpdated Danish translations
Kenneth Nielsen [Sat, 14 Mar 2009 04:03:19 +0000 (04:03 +0000)]
Updated Danish translations

svn path=/trunk/; revision=22538

15 years agoupdated kn.po
Shankar Prasad [Sat, 14 Mar 2009 03:19:26 +0000 (03:19 +0000)]
updated kn.po

svn path=/trunk/; revision=22537

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Fri, 13 Mar 2009 18:43:23 +0000 (18:43 +0000)]
Updated Galician translation

svn path=/trunk/; revision=22536

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Fri, 13 Mar 2009 18:36:38 +0000 (18:36 +0000)]
Updated Galician translation

svn path=/trunk/; revision=22535

15 years agoLate release notes
Matthias Clasen [Fri, 13 Mar 2009 16:27:55 +0000 (16:27 +0000)]
Late release notes

svn path=/trunk/; revision=22534

15 years agoUpdated German translation.
Hendrik Richter [Fri, 13 Mar 2009 15:54:39 +0000 (15:54 +0000)]
Updated German translation.

2009-03-13  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=22533

15 years agoBump version
Matthias Clasen [Fri, 13 Mar 2009 15:09:54 +0000 (15:09 +0000)]
Bump version

svn path=/trunk/; revision=22532

15 years ago2.16.0
Matthias Clasen [Fri, 13 Mar 2009 15:06:47 +0000 (15:06 +0000)]
2.16.0

svn path=/trunk/; revision=22530