]> Pileus Git - ~andy/gtk/log
~andy/gtk
16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Thu, 6 Sep 2007 12:36:42 +0000 (12:36 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18732

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Thu, 6 Sep 2007 12:36:23 +0000 (12:36 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18731

16 years agoremoved code that forced range repaints upon every motion event, because
13:37:28 Tim Janik [Thu, 6 Sep 2007 11:44:22 +0000 (11:44 +0000)]
removed code that forced range repaints upon every motion event, because

2007-09-06 13:37:28  Tim Janik  <timj@imendio.com>

        * gtk/gtkrange.c (gtk_range_adjustment_value_changed): removed code
        that forced range repaints upon every motion event, because these tend
        to stall other repaints on busy CPUs.
        added a timer to still force repaints every once in a while (roughly
        5Hz atm) to avoid leaving the user without feedback on the range.
        fixes bug #460534.

svn path=/trunk/; revision=18730

16 years agos/gtk_widget_[un]ref/g_object_[un]ref/g
Michael Natterer [Thu, 6 Sep 2007 10:46:54 +0000 (10:46 +0000)]
s/gtk_widget_[un]ref/g_object_[un]ref/g

2007-09-06  Michael Natterer  <mitch@imendio.com>

* demos/gtk-demo/panes.c: s/gtk_widget_[un]ref/g_object_[un]ref/g

svn path=/trunk/; revision=18729

16 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Thu, 6 Sep 2007 08:16:50 +0000 (08:16 +0000)]
Updated Thai translation.

* th.po: Updated Thai translation.

svn path=/trunk/; revision=18728

16 years agoPatch from William Pitcock: Ungrab windows if necessary when they are
Richard Hult [Thu, 6 Sep 2007 08:16:40 +0000 (08:16 +0000)]
Patch from William Pitcock: Ungrab windows if necessary when they are

2007-09-06  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c (_gdk_windowing_window_destroy):
Patch from William Pitcock: Ungrab windows if necessary when they
are destroyed, fixes bug #473441.

svn path=/trunk/; revision=18727

16 years agoUpdate some more.
Kjartan Maraas [Wed, 5 Sep 2007 18:51:46 +0000 (18:51 +0000)]
Update some more.

2007-09-05  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Update some more.

svn path=/trunk/; revision=18726

16 years agofix wrong default value in ::tab-expand param spec constructor.
Tim Janik [Wed, 5 Sep 2007 12:17:39 +0000 (12:17 +0000)]
fix wrong default value in ::tab-expand param spec constructor.

Wed Sep  5 14:15:17 2007  Tim Janik  <timj@imendio.com>

        * gtk/gtknotebook.c (gtk_notebook_class_init): fix wrong default value
        in ::tab-expand param spec constructor.

svn path=/trunk/; revision=18725

16 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 5 Sep 2007 11:37:12 +0000 (11:37 +0000)]
Updated Norwegian bokmål translation.

2007-09-05  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=18724

16 years ago2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Tue, 4 Sep 2007 15:02:07 +0000 (15:02 +0000)]
2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18723

16 years agocopy filename to builder->priv instead of holding a reference to it. Bug
Fernando Herrera [Tue, 4 Sep 2007 12:36:24 +0000 (12:36 +0000)]
copy filename to builder->priv instead of holding a reference to it. Bug

2007-09-04  Fernando Herrera  <fherrera@onirica.com>

        * gtk/gtkbuilder.c: (gtk_builder_finalize),
        (gtk_builder_add_from_file): copy filename to builder->priv instead of
        holding a reference to it. Bug #472643

svn path=/trunk/; revision=18722

16 years agoDo not iterate recursively over all child nodes.
Johan Dahlin [Tue, 4 Sep 2007 12:19:37 +0000 (12:19 +0000)]
Do not iterate recursively over all child nodes.

2007-09-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilder._packing_prop_to_child_attr):
    Do not iterate recursively over all child nodes.
    (GtkBuilderConverter._default_widget_converter): Use a more efficient
    way of iterating over all property nodes
    #472974 (Carlos Garnacho)

svn path=/trunk/; revision=18721

16 years agoadded missing \n to g_print() in GTK_NOTE().
Michael Natterer [Tue, 4 Sep 2007 12:04:07 +0000 (12:04 +0000)]
added missing \n to g_print() in GTK_NOTE().

2007-09-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmodules.c: added missing \n to g_print() in GTK_NOTE().

svn path=/trunk/; revision=18720

16 years agoDo not remove empty properties, since we do not know the default
Johan Dahlin [Tue, 4 Sep 2007 11:53:18 +0000 (11:53 +0000)]
Do not remove empty properties, since we do not know the default

2007-09-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilderConverter._parse): Do not remove
    empty properties, since we do not know the default GParamSpec values.
    #472981 (Carlos Garnacho)

svn path=/trunk/; revision=18719

16 years agoRemove duplicate gtk_print_operation_get_error(). (#473340, Yeti)
Behdad Esfahbod [Mon, 3 Sep 2007 21:59:49 +0000 (21:59 +0000)]
Remove duplicate gtk_print_operation_get_error(). (#473340, Yeti)

2007-09-03  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtk-sections.txt: Remove duplicate
        gtk_print_operation_get_error().  (#473340, Yeti)

svn path=/trunk/; revision=18718

16 years ago2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall [Mon, 3 Sep 2007 13:43:39 +0000 (13:43 +0000)]
2007-09-03    vi.po    Updated Vietnamese translation

Clytie Siddall <clytie@riverland.net.au>

svn path=/trunk/; revision=18717

16 years ago2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall [Mon, 3 Sep 2007 13:36:37 +0000 (13:36 +0000)]
2007-09-03    vi.po    Updated Vietnamese translation

Clytie Siddall <clytie@riverland.net.au>

svn path=/trunk/; revision=18716

16 years agoUpdated French translation
Stéphane Raimbault [Mon, 3 Sep 2007 10:20:11 +0000 (10:20 +0000)]
Updated French translation

svn path=/trunk/; revision=18715

16 years agoUpdated French translation.
Stéphane Raimbault [Mon, 3 Sep 2007 10:07:42 +0000 (10:07 +0000)]
Updated French translation.

svn path=/trunk/; revision=18714

16 years agoRemove the stat() time barrier, as it seems to cause bug #463907 (thanks
Emmanuele Bassi [Mon, 3 Sep 2007 09:49:59 +0000 (09:49 +0000)]
Remove the stat() time barrier, as it seems to cause bug #463907 (thanks

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c
(gtk_recent_manager_poll_timeout): Remove the stat() time barrier,
as it seems to cause bug #463907 (thanks to Sebastien Bacher).

svn path=/trunk/; revision=18713

16 years agoEstonian translation updates by Ivar Smolin
Priit Laes [Mon, 3 Sep 2007 08:08:16 +0000 (08:08 +0000)]
Estonian translation updates by Ivar Smolin

2007-09-03  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin

svn path=/trunk/; revision=18712

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Sat, 1 Sep 2007 20:19:16 +0000 (20:19 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18711

16 years agoUpdated Danish translation
Kenneth Nielsen [Sat, 1 Sep 2007 18:07:57 +0000 (18:07 +0000)]
Updated Danish translation

svn path=/trunk/; revision=18710

16 years agoRevert the previous change as it broke the build (missing po file in
Richard Hult [Fri, 31 Aug 2007 20:30:20 +0000 (20:30 +0000)]
Revert the previous change as it broke the build (missing po file in

2007-08-31  Richard Hult  <richard@imendio.com>

* configure.in: Revert the previous change as it broke the build
(missing po file in po-properties).

svn path=/trunk/; revision=18709

16 years agoAdded Kannada to list of languages in ALL_LINGUAS
Pramod Raghavendra [Fri, 31 Aug 2007 11:12:31 +0000 (11:12 +0000)]
Added Kannada to list of languages in ALL_LINGUAS

svn path=/trunk/; revision=18708

16 years agoAdded Kannada to list of languages in ALL_LINGUAS
Pramod Raghavendra [Fri, 31 Aug 2007 11:12:15 +0000 (11:12 +0000)]
Added Kannada to list of languages in ALL_LINGUAS

svn path=/trunk/; revision=18707

16 years agoUpdated kn translations
Pramod Raghavendra [Fri, 31 Aug 2007 11:11:37 +0000 (11:11 +0000)]
Updated kn translations

svn path=/trunk/; revision=18706

16 years agoUpdated kn translations
Pramod Raghavendra [Fri, 31 Aug 2007 11:11:19 +0000 (11:11 +0000)]
Updated kn translations

svn path=/trunk/; revision=18705

16 years agoImplement those. Based on patch from Stefan Gehn, bug #459459.
Richard Hult [Thu, 30 Aug 2007 09:01:12 +0000 (09:01 +0000)]
Implement those. Based on patch from Stefan Gehn, bug #459459.

2007-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations,
gdk_window_get_decorations): Implement those. Based on patch from
Stefan Gehn, bug #459459.

svn path=/trunk/; revision=18704

16 years agoPatch from Stefan Gehn to implement those, bug #459667.
Richard Hult [Thu, 30 Aug 2007 08:21:32 +0000 (08:21 +0000)]
Patch from Stefan Gehn to implement those, bug #459667.

2007-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_keep_above,
gdk_window_set_keep_below): Patch from Stefan Gehn to implement
those, bug #459667.

svn path=/trunk/; revision=18703

16 years agoPatch from Stefan Gehn to implement copying from a pixmap, bug #348493.
Richard Hult [Thu, 30 Aug 2007 07:57:25 +0000 (07:57 +0000)]
Patch from Stefan Gehn to implement copying from a pixmap, bug #348493.

2007-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
Patch from Stefan Gehn to implement copying from a pixmap, bug
#348493.

svn path=/trunk/; revision=18702

16 years agolower the default timeout values for gtk-tooltip-timeout and
Kristian Rietveld [Wed, 29 Aug 2007 12:01:15 +0000 (12:01 +0000)]
lower the default timeout values for gtk-tooltip-timeout and

2007-08-29  Kristian Rietveld  <kris@imendio.com>

* gtk/gtksettings.c: lower the default timeout values for
gtk-tooltip-timeout and gtk-tooltip-browse-timeout. (#451202,
Richard Hult).

svn path=/trunk/; revision=18701

16 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Wed, 29 Aug 2007 05:49:27 +0000 (05:49 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2007-08-29  Alexander Shopov  <ash@contact.bg>

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

svn path=/trunk/; revision=18700

16 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Wed, 29 Aug 2007 02:46:59 +0000 (02:46 +0000)]
Updated Brazilian Portuguese translation

svn path=/trunk/; revision=18699

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Tue, 28 Aug 2007 18:45:29 +0000 (18:45 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18696

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Tue, 28 Aug 2007 18:43:30 +0000 (18:43 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18695

16 years agofix X serial handling to cope with wraparounds and maintain referential
Tim Janik [Tue, 28 Aug 2007 15:26:23 +0000 (15:26 +0000)]
fix X serial handling to cope with wraparounds and maintain referential

Thu Aug 23 15:32:09 2007  Tim Janik  <timj@imendio.com>

* gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix
X serial handling to cope with wraparounds and maintain referential
integrity when removing list nodes. based on a patch by Hui Wang,
fixes #461648.

svn path=/trunk/; revision=18693

16 years agoUpdate menu accelerators, when adding/removing AccelGroups dynamically.
Stefan Kost [Mon, 27 Aug 2007 17:46:53 +0000 (17:46 +0000)]
Update menu accelerators, when adding/removing AccelGroups dynamically.

* gtk/gtkwindow.c: Update menu accelerators, when adding/removing
AccelGroups dynamically. (#469374)

svn path=/trunk/; revision=18691

16 years agoCorrect draw_box() function to check detail for "notebook". This fixes a
Cody Russell [Mon, 27 Aug 2007 16:27:38 +0000 (16:27 +0000)]
Correct draw_box() function to check detail for "notebook". This fixes a

2007-08-27  Cody Russell  <bratsche@gnome.org>

        * modules/engines/ms-windows/msw_style.c: Correct draw_box()
        function to check detail for "notebook".  This fixes a problem
        where notebooks without visible headers were not styling
        correctly. (#470033, Daniel Atallah and Cody Russell)

svn path=/trunk/; revision=18689

16 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Mon, 27 Aug 2007 13:30:49 +0000 (13:30 +0000)]
Updated Brazilian Portuguese translation

svn path=/trunk/; revision=18688

16 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Sun, 26 Aug 2007 21:08:18 +0000 (21:08 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2007-08-27  Alexander Shopov  <ash@contact.bg>

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

svn path=/trunk/; revision=18687

16 years agoTranslation updated.
Gabor Kelemen [Sat, 25 Aug 2007 21:31:45 +0000 (21:31 +0000)]
Translation updated.

2007-08-25 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=18686

16 years agoTranslation updated.
Gabor Kelemen [Sat, 25 Aug 2007 20:40:17 +0000 (20:40 +0000)]
Translation updated.

2007-08-25 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=18685

16 years agoFormatting my ChangeLog entry as mitch asked
Cody Russell [Fri, 24 Aug 2007 15:20:53 +0000 (15:20 +0000)]
Formatting my ChangeLog entry as mitch asked

svn path=/trunk/; revision=18684

16 years agoUpdated Danish translation
Kenneth Nielsen [Fri, 24 Aug 2007 01:04:58 +0000 (01:04 +0000)]
Updated Danish translation

svn path=/trunk/; revision=18683

16 years agoUpdated Polish translation by GNOME PL Team.
Artur Flinta [Thu, 23 Aug 2007 16:49:32 +0000 (16:49 +0000)]
Updated Polish translation by GNOME PL Team.

2007-08-23  Artur Flinta  <aflinta@svn.gnome.org>

* pl.po: Updated Polish translation by GNOME PL Team.

svn path=/trunk/; revision=18682

16 years agoUse the correct type check on `window'. We now check GTK_IS_WINDOW rather
Cody Russell [Thu, 23 Aug 2007 16:00:10 +0000 (16:00 +0000)]
Use the correct type check on `window'. We now check GTK_IS_WINDOW rather

2007-08-23  Cody Russell  <bratsche@gnome.org>
        * gtk/gtkwindow.c (gtk_window_group_remove_window: Use the
        correct type check on `window'.  We now check GTK_IS_WINDOW
        rather than GTK_IS_WIDGET. (#461483, Josselin Mouette)

svn path=/trunk/; revision=18681

16 years agoFix make dist failure by changing README.cvs-commits to README.commits.
Cody Russell [Thu, 23 Aug 2007 15:54:41 +0000 (15:54 +0000)]
Fix make dist failure by changing README.cvs-commits to README.commits.

2007-08-23  Cody Russell  <bratsche@gnome.org>

        * Makefile.am: Fix make dist failure by changing
        README.cvs-commits to README.commits. (#469395, Frederic Peters)

svn path=/trunk/; revision=18680

16 years agoChange references to README.cvs-commits so they say README.commits.
Cody Russell [Thu, 23 Aug 2007 15:52:59 +0000 (15:52 +0000)]
Change references to README.cvs-commits so they say README.commits.

2007-08-23  Cody Russell  <bratsche@gnome.org>

        * HACKING: Change references to README.cvs-commits so they say
        README.commits.

svn path=/trunk/; revision=18679

16 years agoDuplicate the string returned by d[n]gettext before it is potentially
Jan Arne Petersen [Thu, 23 Aug 2007 15:29:59 +0000 (15:29 +0000)]
Duplicate the string returned by d[n]gettext before it is potentially

2007-08-23  Jan Arne Petersen  <jpetersen@jpetersen.org>

* gtk/gtkbuilderparser.c: (text): Duplicate the string returned by
d[n]gettext before it is potentially freed. (#461945)

svn path=/trunk/; revision=18678

16 years agoCheck if we are still holding the model before updating it; removes a set
Emmanuele Bassi [Thu, 23 Aug 2007 10:48:28 +0000 (10:48 +0000)]
Check if we are still holding the model before updating it; removes a set

2007-08-23  Emmanuele Bassi  <ebassi@gnome.org>

* gtkfilechooserdefault.c:
(search_hit_get_info_cb), (recent_item_get_info_cb): Check if
we are still holding the model before updating it; removes a
set of critical warnings when switching to the browse mode from
a loading search or recent files list.

(recent_clear_model), (recent_sort_model),
(recent_idle_cleanup): When in recent files mode, set the
model for the files list view when we have completed the loading
of the recently used files list. This makes switching between
modes fast again and reduces the amount of redraws needed
to display the list. (#469214)

svn path=/trunk/; revision=18677

16 years agofix transtion errors in zh_CN
Yang Zhang [Thu, 23 Aug 2007 08:36:04 +0000 (08:36 +0000)]
fix transtion errors in zh_CN

svn path=/trunk/; revision=18676

16 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Thu, 23 Aug 2007 07:03:27 +0000 (07:03 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-23  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18675

16 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Thu, 23 Aug 2007 07:03:01 +0000 (07:03 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-23  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18674

16 years agoRemove oc (Occitane) from LINGUAS and unbreak the build.
Emmanuele Bassi [Wed, 22 Aug 2007 16:33:01 +0000 (16:33 +0000)]
Remove oc (Occitane) from LINGUAS and unbreak the build.

2007-08-22  Emmanuele Bassi  <ebassi@gnome.org>

* configure.in: Remove oc (Occitane) from LINGUAS and unbreak
the build.

svn path=/trunk/; revision=18673

16 years agoDo not allow the cursor to go to a separator row. Fixes #441219, modified
Kristian Rietveld [Wed, 22 Aug 2007 14:26:32 +0000 (14:26 +0000)]
Do not allow the cursor to go to a separator row. Fixes #441219, modified

2007-08-22  Kristian Rietveld  <kris@imendio.com>

Do not allow the cursor to go to a separator row.  Fixes #441219,
modified patch by Carlos Garnacho.

* gtk/gtktreeview.c (row_is_separator): new inline function
for calling the row-separator-func, made all of gtktreeview.c use
this function instead of calling the func themselves,
(gtk_tree_view_button_press): treat a click on a separator like
a click on empty space,
(gtk_tree_view_update_rubber_band_selection_rage): skip
non-selectable rows,
(search_first_focusable_path),
(gtk_tree_view_focus_to_cursor),
(gtk_tree_view_move_cursor_up_down),
(gtk_tree_view_move_cursor_page_up_down),
(gtk_tree_view_move_cursor_start_end): skip separators,
(gtk_tree_view_real_set_cursor): do not allow setting the cursor
on a separator.

svn path=/trunk/; revision=18672

16 years agoCorrected the published default value of GtkFrame::label-xalign (bug
Tristan Van Berkom [Wed, 22 Aug 2007 13:41:32 +0000 (13:41 +0000)]
Corrected the published default value of GtkFrame::label-xalign (bug

* gtk/gtkframe.c: Corrected the published default value of
GtkFrame::label-xalign (bug 460272).

svn path=/trunk/; revision=18671

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Wed, 22 Aug 2007 10:59:07 +0000 (10:59 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18670

16 years agoUpdated French translation by Claude Paroz.
Stéphane Raimbault [Wed, 22 Aug 2007 09:22:23 +0000 (09:22 +0000)]
Updated French translation by Claude Paroz.

svn path=/trunk/; revision=18669

16 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Wed, 22 Aug 2007 05:46:03 +0000 (05:46 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-22  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18668

16 years agoupdate alignment padding after theme changes. (Fixes #467003, patch by
Kristian Rietveld [Tue, 21 Aug 2007 13:13:42 +0000 (13:13 +0000)]
update alignment padding after theme changes. (Fixes #467003, patch by

2007-08-21  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktooltip.c (gtk_tooltip_init),
(gtk_tooltip_window_style_set): update alignment padding after
theme changes. (Fixes #467003, patch by Benjamin Berg).

svn path=/trunk/; revision=18667

16 years agoalways set hide_tooltip to TRUE if we are handling a leave notify event.
Kristian Rietveld [Tue, 21 Aug 2007 11:09:42 +0000 (11:09 +0000)]
always set hide_tooltip to TRUE if we are handling a leave notify event.

2007-08-21  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktooltip.c (_gtk_tooltip_handle_event): always set
hide_tooltip to TRUE if we are handling a leave notify event. (Fixes
#468245, reported by Dennis Jacobfeuerborn).

svn path=/trunk/; revision=18666

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Tue, 21 Aug 2007 11:09:19 +0000 (11:09 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18665

16 years agoapplied patch from Mikael Hallendal which documents GtkPaned's keybinding
Michael Natterer [Tue, 21 Aug 2007 11:00:56 +0000 (11:00 +0000)]
applied patch from Mikael Hallendal which documents GtkPaned's keybinding

2007-08-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtkpaned.c (gtk_paned_class_init): applied patch from Mikael
Hallendal which documents GtkPaned's keybinding signals (#467117).

svn path=/trunk/; revision=18664

16 years agoFix #457642, reported by Christian Persch.
Kristian Rietveld [Tue, 21 Aug 2007 10:52:43 +0000 (10:52 +0000)]
Fix #457642, reported by Christian Persch.

2007-08-21  Kristian Rietveld  <kris@imendio.com>

Fix #457642, reported by Christian Persch.

* gtk/gtktooltip.c: added debugging output which can be compiled
in with a #define, annotated all coordinate translations in the
source code,
(find_widget_under_pointer): remove the "no-window correction";
always convert the coordinates from window relative to allocation
relative; after recursing through a container, translate the
coordinates from container allocation relative to child widget
allocation relative;
(find_topmost_widget_from_event): now we get allocation relative
coordinates here we do not have to distinguish no-window and window
widgets.

svn path=/trunk/; revision=18663

16 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Tue, 21 Aug 2007 08:00:27 +0000 (08:00 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-21  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18662

16 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Tue, 21 Aug 2007 07:59:51 +0000 (07:59 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-21  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18661

16 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 20 Aug 2007 13:04:30 +0000 (13:04 +0000)]
Updated Norwegian bokmål translation.

2007-08-20  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=18656

16 years agoUpdated French translation by Claude Paroz.
Stéphane Raimbault [Mon, 20 Aug 2007 12:14:27 +0000 (12:14 +0000)]
Updated French translation by Claude Paroz.

svn path=/trunk/; revision=18655

16 years agoUpdated Portuguese translation.
Duarte Loreto [Sun, 19 Aug 2007 22:29:27 +0000 (22:29 +0000)]
Updated Portuguese translation.

2007-08-19  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=18654

16 years agoUpdated Portuguese translation.
Duarte Loreto [Sun, 19 Aug 2007 21:49:50 +0000 (21:49 +0000)]
Updated Portuguese translation.

2007-08-19  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=18653

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Sun, 19 Aug 2007 20:24:15 +0000 (20:24 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18652

16 years agoFixed incorrect compose mapping for capital U with macron. (#468055, Aaron
Cody Russell [Sun, 19 Aug 2007 04:41:09 +0000 (04:41 +0000)]
Fixed incorrect compose mapping for capital U with macron. (#468055, Aaron

2007-08-18  Cody Russell  <bratsche@gnome.org>

        * gtk/gtkimcontextsimple.c: Fixed incorrect compose mapping
        for capital U with macron. (#468055, Aaron Crane)

svn path=/trunk/; revision=18651

16 years ago2007-08-19 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sun, 19 Aug 2007 00:41:34 +0000 (00:41 +0000)]
2007-08-19 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18650

16 years agosv.po: Swedish translation updated
Daniel Nylander [Sat, 18 Aug 2007 21:47:48 +0000 (21:47 +0000)]
sv.po: Swedish translation updated

svn path=/trunk/; revision=18649

16 years agosv.po: Swedish translation updated
Daniel Nylander [Sat, 18 Aug 2007 21:45:36 +0000 (21:45 +0000)]
sv.po: Swedish translation updated

svn path=/trunk/; revision=18648

16 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Fri, 17 Aug 2007 21:39:55 +0000 (21:39 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-19  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18647

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Fri, 17 Aug 2007 17:30:13 +0000 (17:30 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18646

16 years agoRenamed README.cvs-commits to README.commits
Cody Russell [Fri, 17 Aug 2007 15:51:27 +0000 (15:51 +0000)]
Renamed README.cvs-commits to README.commits

2007-08-17  Cody Russell  <bratsche@gnome.org>

        * Renamed README.cvs-commits to README.commits

svn path=/trunk/; revision=18645

16 years agoHACKING Updated documentation about SVN, and updated dependency
Cody Russell [Fri, 17 Aug 2007 15:50:10 +0000 (15:50 +0000)]
HACKING Updated documentation about SVN, and updated dependency

2007-08-17  Cody Russell  <bratsche@gnome.org>

        * HACKING
        * README.cvs-commits: Updated documentation about SVN, and
        updated dependency information.  (#447883, Yesudeep Mangalapilly)

svn path=/trunk/; revision=18644

16 years agoClarified activate_time docs.
Tim Janik [Fri, 17 Aug 2007 09:36:15 +0000 (09:36 +0000)]
Clarified activate_time docs.

Fri Aug 17 11:36:29 2007  Tim Janik  <timj@imendio.com>

        * gtk/gtkmenu.c (gtk_menu_popup): Clarified activate_time docs.

svn path=/trunk/; revision=18643

16 years agoUpdated German translation.
Hendrik Richter [Fri, 17 Aug 2007 07:46:05 +0000 (07:46 +0000)]
Updated German translation.

2007-08-17  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=18642

16 years agoUpdated German translation.
Hendrik Richter [Fri, 17 Aug 2007 07:42:05 +0000 (07:42 +0000)]
Updated German translation.

2007-08-17  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=18641

16 years agoCommitting changes to the source bdf font file that I forgot to commit
Cody Russell [Fri, 17 Aug 2007 03:40:39 +0000 (03:40 +0000)]
Committing changes to the source bdf font file that I forgot to commit

2007-08-16  Cody Russell  <bratsche@gnome.org>

* gdk/win32/cursor.bdf: Committing changes to the source
bdf font file that I forgot to commit yesterday for #458088.

svn path=/trunk/; revision=18639

16 years agoupdatingfor Punajbi
Amanpreet Singh Alam [Fri, 17 Aug 2007 02:50:11 +0000 (02:50 +0000)]
updatingfor Punajbi

svn path=/trunk/; revision=18637

16 years agoNote in docstrings that these two functions does not preserve the source
Björn Lindqvist [Thu, 16 Aug 2007 22:24:59 +0000 (22:24 +0000)]
Note in docstrings that these two functions does not preserve the source

2007-08-17  Björn Lindqvist  <bjourne@gmail.com>

        * gdk-pixbuf/gdk-pixbuf-scale.c (gdk_pixbuf_scale):
        * gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_copy_area):

        Note in docstrings that these two functions does not preserve
        the source rectangle when copying. (#464840).

svn path=/trunk/; revision=18636

16 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Thu, 16 Aug 2007 19:37:15 +0000 (19:37 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=18635

16 years agoUpdated spanish translation
Jorge Gonzalez Gonzalez [Thu, 16 Aug 2007 19:34:43 +0000 (19:34 +0000)]
Updated spanish translation

svn path=/trunk/; revision=18634

16 years agoAdded si entry for sinhala
SANDRA MARAKKALA DANISHKA NAVIN [Thu, 16 Aug 2007 10:40:37 +0000 (10:40 +0000)]
Added si entry  for sinhala

svn path=/trunk/; revision=18633

16 years agosi.po file for sinhala updated
SANDRA MARAKKALA DANISHKA NAVIN [Thu, 16 Aug 2007 10:38:41 +0000 (10:38 +0000)]
si.po file for sinhala updated

svn path=/trunk/; revision=18632

16 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Thu, 16 Aug 2007 09:41:36 +0000 (09:41 +0000)]
Updated Thai translation.

* th.po: Updated Thai translation.

svn path=/trunk/; revision=18631

16 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Thu, 16 Aug 2007 08:24:06 +0000 (08:24 +0000)]
Updated Gujarati Translations

svn path=/trunk/; revision=18630

16 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 16 Aug 2007 08:14:09 +0000 (08:14 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=18629

16 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Thu, 16 Aug 2007 08:14:01 +0000 (08:14 +0000)]
Updated Translation

svn path=/trunk/; revision=18628

16 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 16 Aug 2007 08:13:25 +0000 (08:13 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=18627

16 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 16 Aug 2007 08:01:21 +0000 (08:01 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=18626

16 years agoAdded missing files. Added this file with a skippable file. Updated
Adam Weinberger [Thu, 16 Aug 2007 01:13:15 +0000 (01:13 +0000)]
Added missing files. Added this file with a skippable file. Updated

2007-08-15  Adam Weinberger  <adamw@gnome.org>

* POTFILES.in: Added missing files.
* POTFILES.skip: Added this file with a skippable file.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=18625

16 years agoAdded demo file.
Adam Weinberger [Thu, 16 Aug 2007 01:06:45 +0000 (01:06 +0000)]
Added demo file.

2007-08-15  Adam Weinberger  <adamw@gnome.org>

* POTFILES.skip: Added demo file.

svn path=/trunk/; revision=18624

16 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 15 Aug 2007 18:42:38 +0000 (18:42 +0000)]
Updated Canadian English translation.

2007-08-15  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=18623

16 years agoAdded missing files. Updated Canadian English translation.
Adam Weinberger [Wed, 15 Aug 2007 18:39:38 +0000 (18:39 +0000)]
Added missing files. Updated Canadian English translation.

2007-08-15  Adam Weinberger  <adamw@gnome.org>

* POTFILES.in: Added missing files.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=18622