]> Pileus Git - ~andy/gtk/log
~andy/gtk
16 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Sat, 15 Sep 2007 17:42:21 +0000 (17:42 +0000)]
Updated Basque translation.

2007-09-15  Inaki Larranaga Murgoitio  <dooteo@zundan.com>

        * eu.po: Updated Basque translation.

svn path=/trunk/; revision=18832

16 years agodon't simply crash if any of the pointer args are NULL. Instead,
Michael Natterer [Sat, 15 Sep 2007 16:48:56 +0000 (16:48 +0000)]
don't simply crash if any of the pointer args are NULL. Instead,

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

* gtk/gtkselection.c (gtk_target_list_find): don't simply crash if
any of the pointer args are NULL. Instead, g_return_if_fail() on
"list != NULL" and allow to pass NULL as return location for "info".

svn path=/trunk/; revision=18831

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 15 Sep 2007 09:11:36 +0000 (09:11 +0000)]
Updated Japanese translation.

2007-09-15  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=18830

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 15 Sep 2007 09:10:18 +0000 (09:10 +0000)]
Updated Japanese translation.

2007-09-15  Takeshi AIHANA <takehsi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=18829

16 years agoUpdated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
Vladimer Sichinava [Fri, 14 Sep 2007 12:14:40 +0000 (12:14 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>

svn path=/trunk/; revision=18828

16 years agoUpdated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
Vladimer Sichinava [Fri, 14 Sep 2007 12:01:11 +0000 (12:01 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>

svn path=/trunk/; revision=18827

16 years agoRemove the warning for the "select-multiple" property getter. (#476686,
Emmanuele Bassi [Fri, 14 Sep 2007 09:51:34 +0000 (09:51 +0000)]
Remove the warning for the "select-multiple" property getter. (#476686,

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

* gtk/gtkrecentaction.c:
* gtk/gtkrecentchoosermenu.c: Remove the warning for the
"select-multiple" property getter. (#476686, Christian Persch)

svn path=/trunk/; revision=18826

16 years agono need to get the list of menubars twice.
Michael Natterer [Fri, 14 Sep 2007 09:17:59 +0000 (09:17 +0000)]
no need to get the list of menubars twice.

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

* gtk/gtkmenubar.c (remove_from_window): no need to get the list
of menubars twice.

Some minor stylistic and indentation fixes.

svn path=/trunk/; revision=18825

16 years agoAdd bug ref
Matthias Clasen [Fri, 14 Sep 2007 02:11:35 +0000 (02:11 +0000)]
Add bug ref

svn path=/trunk/; revision=18824

16 years agoTurn off icon cache validation by default
Matthias Clasen [Fri, 14 Sep 2007 02:11:01 +0000 (02:11 +0000)]
Turn off icon cache validation by default

svn path=/trunk/; revision=18823

16 years agoBump version
Matthias Clasen [Fri, 14 Sep 2007 01:01:59 +0000 (01:01 +0000)]
Bump version

svn path=/trunk/; revision=18822

16 years ago2.12.0
Matthias Clasen [Fri, 14 Sep 2007 00:56:57 +0000 (00:56 +0000)]
2.12.0

svn path=/trunk/; revision=18820

16 years agothe tooltip-column property getter needs to set an integer, not a boolean.
Kristian Rietveld [Thu, 13 Sep 2007 22:39:47 +0000 (22:39 +0000)]
the tooltip-column property getter needs to set an integer, not a boolean.

2007-09-14  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (gtk_tree_view_get_property): the tooltip-column
property getter needs to set an integer, not a boolean. (#476689,
spotted and patch by Christian Persch).

svn path=/trunk/; revision=18818

16 years agoimplement getter for keycode property. (#476665, patch by Christian
Kristian Rietveld [Thu, 13 Sep 2007 22:37:02 +0000 (22:37 +0000)]
implement getter for keycode property. (#476665, patch by Christian

2007-09-14  Kristian Rietveld  <kris@gtk.org>

* gtk/gtkcellrendereraccel.c (gtk_cell_renderer_accel_get_property):
implement getter for keycode property.  (#476665, patch by
Christian Persch).

svn path=/trunk/; revision=18817

16 years agoFix the value type
Matthias Clasen [Thu, 13 Sep 2007 21:25:48 +0000 (21:25 +0000)]
Fix the value type

svn path=/trunk/; revision=18816

16 years agoBump version to 2.12.0
Matthias Clasen [Thu, 13 Sep 2007 20:39:24 +0000 (20:39 +0000)]
Bump version to 2.12.0

svn path=/trunk/; revision=18815

16 years agoUpdates
Matthias Clasen [Thu, 13 Sep 2007 20:26:58 +0000 (20:26 +0000)]
Updates

svn path=/trunk/; revision=18814

16 years agoFix string msgids so my typo fix doesn't interfere with the stats
Kjartan Maraas [Thu, 13 Sep 2007 18:18:40 +0000 (18:18 +0000)]
Fix string msgids so my typo fix doesn't interfere with the stats

svn path=/trunk/; revision=18813

16 years agoif cell is set, always pass in path to gtk_tree_view_get_cell_area()
Kristian Rietveld [Thu, 13 Sep 2007 14:15:40 +0000 (14:15 +0000)]
if cell is set, always pass in path to gtk_tree_view_get_cell_area()

2007-09-13  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_set_toooltip_cell): if cell
is set, always pass in path to gtk_tree_view_get_cell_area() whether
it is NULL or set.  Added explanatory comment and added this
side case to the API documentation.

svn path=/trunk/; revision=18812

16 years agoTranslation updated.
Gabor Kelemen [Thu, 13 Sep 2007 12:23:21 +0000 (12:23 +0000)]
Translation updated.

2007-09-13 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=18811

16 years agoUpdated Portuguese translation.
Duarte Loreto [Thu, 13 Sep 2007 08:01:32 +0000 (08:01 +0000)]
Updated Portuguese translation.

2007-09-13  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=18810

16 years agoUpdated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Thu, 13 Sep 2007 07:40:28 +0000 (07:40 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>

2007-09-13  Mugurel Tudor  <mugurelu@gnome.ro>

        * ro.po: Updated Romanian translation
        by Mişu Moldovan <dumol@gnome.ro>

svn path=/trunk/; revision=18809

16 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 13 Sep 2007 06:23:24 +0000 (06:23 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=18808

16 years agoUpdated kn translations
Pramod Raghavendra [Thu, 13 Sep 2007 05:47:29 +0000 (05:47 +0000)]
Updated kn translations

svn path=/trunk/; revision=18807

16 years agoUpdated kn translations
Pramod Raghavendra [Thu, 13 Sep 2007 05:42:59 +0000 (05:42 +0000)]
Updated kn translations

svn path=/trunk/; revision=18806

16 years agoFix a memory leak
Matthias Clasen [Thu, 13 Sep 2007 05:21:42 +0000 (05:21 +0000)]
Fix a memory leak

svn path=/trunk/; revision=18805

16 years agosvn path=/trunk/; revision=18804
Maxim V. Dziumanenko [Wed, 12 Sep 2007 18:37:59 +0000 (18:37 +0000)]
svn path=/trunk/; revision=18804

svn path=/trunk/; revision=18804

16 years agoUse the "document-open-recent" icon for the the Recently Used shortcut in
Emmanuele Bassi [Wed, 12 Sep 2007 18:00:30 +0000 (18:00 +0000)]
Use the "document-open-recent" icon for the the Recently Used shortcut in

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

* gtk/gtkfilechooserdefault.c (render_recent_icon): Use the
"document-open-recent" icon for the the Recently Used shortcut
in the file chooser. (#306445)

* gtk/Makefile.am:
* gtk/stock-icons/16/document-open-recent.png:
* gtk/stock-icons/16/document-open-recent.svg:
* gtk/stock-icons/24/document-open-recent.png:
* gtk/stock-icons/24/document-open-recent.svg: Add the
"document-open-recent" icon to the builtin theme we provide
as a fallback.

svn path=/trunk/; revision=18803

16 years agoFixes #426246.
Kristian Rietveld [Wed, 12 Sep 2007 17:13:24 +0000 (17:13 +0000)]
Fixes #426246.

2007-09-12  Kristian Rietveld  <kris@imendio.com>

Fixes #426246.

* gdk/gdk.symbols:
* gdk/gdkwindow.[ch]
(gdk_window_freeze_toplevel_updates_libgtk_only),
(gdk_window_thaw_toplevel_updates_libgtk_only): new functions
to freeze a toplevel window and all its descendants.  To be made
public in 2.14,
(gdk_window_schedule_update): return if toplevel is frozen,
(gdk_window_process_all_updates): defer processing updates if toplevel
is frozen.

* gtk/gtkwindow.c (gtk_window_configure_event): directly size
allocate for override redirect windows, freeze toplevel and
descendants otherwise and wait until resizing is done.

svn path=/trunk/; revision=18802

16 years agoUpdated Albanian translation.
Laurent Dhima [Wed, 12 Sep 2007 16:24:33 +0000 (16:24 +0000)]
Updated Albanian translation.

* sq.po: Updated Albanian translation.

svn path=/trunk/; revision=18801

16 years agoUpdated Albanian Translation.
Laurent Dhima [Wed, 12 Sep 2007 15:24:36 +0000 (15:24 +0000)]
Updated Albanian Translation.

* sq.po: Updated Albanian Translation.

svn path=/trunk/; revision=18800

16 years agoUpdates
Matthias Clasen [Wed, 12 Sep 2007 13:54:24 +0000 (13:54 +0000)]
Updates

svn path=/trunk/; revision=18799

16 years agoUpdated Italian translation.
Luca Ferretti [Wed, 12 Sep 2007 10:21:03 +0000 (10:21 +0000)]
Updated Italian translation.

2007-09-12  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18798

16 years agosv.po: Updated Swedish translation
Daniel Nylander [Tue, 11 Sep 2007 22:11:55 +0000 (22:11 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=18797

16 years agoremove useless member "has_title" from the private struct and simply set
Michael Natterer [Tue, 11 Sep 2007 18:54:00 +0000 (18:54 +0000)]
remove useless member "has_title" from the private struct and simply set

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

* gtk/gtkfilechooserbutton.c: remove useless member "has_title"
from the private struct and simply set the default title in
constructor() whenever we create a dialog or the supplied one has
no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as
affirmative responses and document that accordingly. Fixes bug
#436576. Fixed all compiler warnings in the file.

svn path=/trunk/; revision=18796

16 years agoMake sure menu_shell->button gets reset to 0 when we bail out early here
Michael Natterer [Tue, 11 Sep 2007 17:38:12 +0000 (17:38 +0000)]
Make sure menu_shell->button gets reset to 0 when we bail out early here

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

* gtk/gtkmenu.c (gtk_menu_button_release): Make sure
menu_shell->button gets reset to 0 when we bail out early here
instead of chaining up, so it is in a consistent state for the
next press/release in GtkMenuShell. Fixes bug #449371.

svn path=/trunk/; revision=18795

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

svn path=/trunk/; revision=18794

16 years agoUpdated German translation.
Hendrik Richter [Tue, 11 Sep 2007 10:03:56 +0000 (10:03 +0000)]
Updated German translation.

2007-09-11  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=18793

16 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 11 Sep 2007 08:22:34 +0000 (08:22 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=18792

16 years agoUdpated Gujarati Translations
Ankitkumar Rameshchandra Patel [Tue, 11 Sep 2007 07:36:41 +0000 (07:36 +0000)]
Udpated Gujarati Translations

svn path=/trunk/; revision=18791

16 years agoFix some typos. Closes bug #475400.
Kjartan Maraas [Mon, 10 Sep 2007 21:58:20 +0000 (21:58 +0000)]
Fix some typos. Closes bug #475400.

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

* gtk/gtkentry.c: Fix some typos. Closes bug #475400.

svn path=/trunk/; revision=18790

16 years agoFix serial number comparison regression introduced recently. (#474897)
Behdad Esfahbod [Mon, 10 Sep 2007 18:07:39 +0000 (18:07 +0000)]
Fix serial number comparison regression introduced recently. (#474897)

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

        * gdk/x11/gdkgeometry-x11.c (gdk_window_queue),
        (_gdk_window_process_expose): Fix serial number comparison regression
        introduced recently. (#474897)

svn path=/trunk/; revision=18789

16 years agoAdd one more paragraph
Matthias Clasen [Mon, 10 Sep 2007 17:32:52 +0000 (17:32 +0000)]
Add one more paragraph

svn path=/trunk/; revision=18788

16 years agoBuild fix, correct a typo in the G_BEGIN_DECLS fix below.
Richard Hult [Mon, 10 Sep 2007 17:19:49 +0000 (17:19 +0000)]
Build fix, correct a typo in the G_BEGIN_DECLS fix below.

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

* gtk/gtksearchenginesimple.h: Build fix, correct a typo in the
G_BEGIN_DECLS fix below.

svn path=/trunk/; revision=18787

16 years agoFix a typo
Matthias Clasen [Mon, 10 Sep 2007 16:40:15 +0000 (16:40 +0000)]
Fix a typo

svn path=/trunk/; revision=18786

16 years agowhen creating a new box, be sure to transfer a possible tooltip from the
Kristian Rietveld [Mon, 10 Sep 2007 12:46:23 +0000 (12:46 +0000)]
when creating a new box, be sure to transfer a possible tooltip from the

2007-09-10  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
when creating a new box, be sure to transfer a possible tooltip from
the old to the new box. (Fixes #458283, reported by Christian Persch).

svn path=/trunk/; revision=18785

16 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 10 Sep 2007 09:55:27 +0000 (09:55 +0000)]
Updated Norwegian bokmål translation.

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

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

svn path=/trunk/; revision=18783

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Mon, 10 Sep 2007 09:40:21 +0000 (09:40 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18782

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Mon, 10 Sep 2007 09:40:09 +0000 (09:40 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18781

16 years agoonly start typeahead search if tree_view has focus (and not one of the
Kristian Rietveld [Mon, 10 Sep 2007 09:24:38 +0000 (09:24 +0000)]
only start typeahead search if tree_view has focus (and not one of the

2007-09-10  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_key_press): only start
typeahead search if tree_view has focus (and not one of the column
buttons).

svn path=/trunk/; revision=18779

16 years agoUpdated German translation.
Hendrik Richter [Mon, 10 Sep 2007 09:19:32 +0000 (09:19 +0000)]
Updated German translation.

2007-09-10  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=18778

16 years agoUpdate kn translations
Pramod Raghavendra [Mon, 10 Sep 2007 06:05:09 +0000 (06:05 +0000)]
Update kn translations

svn path=/trunk/; revision=18777

16 years agoRemove update_idle here. Might fix #383003.
Matthias Clasen [Mon, 10 Sep 2007 03:16:13 +0000 (03:16 +0000)]
Remove update_idle here. Might fix #383003.

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove
        update_idle here. Might fix #383003.

svn path=/trunk/; revision=18776

16 years agoAdd a bounding box test that will avoid getting the individual cell boxes
Matthias Clasen [Mon, 10 Sep 2007 00:43:58 +0000 (00:43 +0000)]
Add a bounding box test that will avoid getting the individual cell boxes

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a
        bounding box test that will avoid getting the individual cell
        boxes if they haven't been calculated yet.  (#404541)

svn path=/trunk/; revision=18775

16 years agofix the build
Matthias Clasen [Sun, 9 Sep 2007 23:54:17 +0000 (23:54 +0000)]
fix the build

svn path=/trunk/; revision=18774

16 years agoUpdate the documentation to mark the optional constructors parameters. The
Matthias Clasen [Sun, 9 Sep 2007 20:18:24 +0000 (20:18 +0000)]
Update the documentation to mark the optional constructors parameters. The

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkaction.c:
        * gtk/gtkradioaction.c:
        * gtk/gtkrecentaction.c:
        * gtk/gtktoggleaction.c: Update the documentation to mark
        the optional constructors parameters. The GtkAction::name
        property is required, instead, as it is used by GtkUIManager
        to find the action object from the XML. (#450032, Murray Cumming,
        patch by Emmanuele Bassi)

svn path=/trunk/; revision=18773

16 years agoInclude config.h first. (#467719)
Matthias Clasen [Sun, 9 Sep 2007 20:13:58 +0000 (20:13 +0000)]
Include config.h first. (#467719)

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/lpr/gtkprintbackendlpr.c:
        * modules/printbackends/cups/gtkcupsutils.c:
        * modules/printbackends/cups/gtkprintbackendcups.c: Include
        config.h first.  (#467719)

svn path=/trunk/; revision=18772

16 years agoRemove trailing commas from enumerations, since some compilers don't like
Matthias Clasen [Sun, 9 Sep 2007 20:08:31 +0000 (20:08 +0000)]
Remove trailing commas from enumerations, since some compilers don't like

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtklinkbutton.c:
        * gtk/gtkrecentfilter.c:
        * gtk/gtkprinteroptionwidget.c: Remove trailing commas from
        enumerations, since some compilers don't like them.  (#467717)

svn path=/trunk/; revision=18771

16 years agoDon't assume that a path of depth 0 has no indices. (#467324, Szilard
Matthias Clasen [Sun, 9 Sep 2007 19:48:22 +0000 (19:48 +0000)]
Don't assume that a path of depth 0 has no indices. (#467324, Szilard

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Don't
        assume that a path of depth 0 has no indices.  (#467324, Szilard
        Pfeiffer)

svn path=/trunk/; revision=18770

16 years agofix invalid list node accesses, spotted by Benjamin Berg, bug #475158.
18:22:28 Tim Janik [Sun, 9 Sep 2007 16:24:34 +0000 (16:24 +0000)]
fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.

2007-09-09 18:22:28  Tim Janik  <timj@gtk.org>

        * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix invalid
        list node accesses, spotted by Benjamin Berg, bug #475158.

svn path=/trunk/; revision=18769

16 years agoReverted r16699:
Kristian Rietveld [Sun, 9 Sep 2007 15:17:43 +0000 (15:17 +0000)]
Reverted r16699:

2007-09-09  Kristian Rietveld  <kris@gtk.org>

Reverted r16699:

2006-10-30  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
keybindings to collapse/expand rows instead of moving the focus
cursor. (#105895, Brian Bober and others).

svn path=/trunk/; revision=18768

16 years agoUpdates
Matthias Clasen [Sun, 9 Sep 2007 05:30:17 +0000 (05:30 +0000)]
Updates

svn path=/trunk/; revision=18767

16 years agoAdd a note about bug 463772
Matthias Clasen [Sun, 9 Sep 2007 04:31:20 +0000 (04:31 +0000)]
Add a note about bug 463772

svn path=/trunk/; revision=18766

16 years agoRevert the clamping of cursor coordinates, since it causes really ugly
Matthias Clasen [Sun, 9 Sep 2007 02:15:13 +0000 (02:15 +0000)]
Revert the clamping of cursor coordinates, since it causes really ugly

2007-09-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkstyle.c (draw_insertion_cursor): Revert the clamping
        of cursor coordinates, since it causes really ugly drawing
        artifacts with horizontal scrolling.  (#471215, Yevgen Muntyan)

svn path=/trunk/; revision=18765

16 years ago2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sat, 8 Sep 2007 17:06:30 +0000 (17:06 +0000)]
2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18764

16 years agoFixed some typos in Basque translation.
Inaki Larranaga Murgoitio [Sat, 8 Sep 2007 16:56:12 +0000 (16:56 +0000)]
Fixed some typos in Basque translation.

2007-09-08  Inaki Larranaga Murgoitio  <dooteo@zundan.com>

        * eu.po: Fixed some typos in Basque translation.

svn path=/trunk/; revision=18763

16 years ago2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sat, 8 Sep 2007 16:21:23 +0000 (16:21 +0000)]
2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18762

16 years agoApply a number of patches by Xan Lopez to improve the interaction between
Matthias Clasen [Sat, 8 Sep 2007 05:38:58 +0000 (05:38 +0000)]
Apply a number of patches by Xan Lopez to improve the interaction between

2007-09-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkentrycompletion.c:
        * gtk/gtkentry.c: Apply a number of patches by Xan Lopez
        to improve the interaction between actions and inline
        selection.  (#471132)

svn path=/trunk/; revision=18761

16 years agoUse g_slice for ToolbarContent. (#474696, Christian Persch)
Matthias Clasen [Sat, 8 Sep 2007 05:23:12 +0000 (05:23 +0000)]
Use g_slice for ToolbarContent. (#474696, Christian Persch)

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktoolbar.c: Use g_slice for ToolbarContent.
        (#474696, Christian Persch)

svn path=/trunk/; revision=18760

16 years agoFix some possible crashes. (#468832, Michal Luczaj)
Matthias Clasen [Sat, 8 Sep 2007 05:16:03 +0000 (05:16 +0000)]
Fix some possible crashes. (#468832, Michal Luczaj)

2007-09-08  Matthias Clasen  <mclasen@redhat.com>

        * io-ani.c: Fix some possible crashes.  (#468832, Michal Luczaj)

svn path=/trunk/; revision=18759

16 years agoUpdated Russian translation
Nickolay V. Shmyrev [Fri, 7 Sep 2007 20:15:12 +0000 (20:15 +0000)]
Updated Russian translation

2007-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation

svn path=/trunk/; revision=18758

16 years agoAdd an internal child name for the notebook, so that GtkBuilder can be
Matthias Clasen [Fri, 7 Sep 2007 20:03:22 +0000 (20:03 +0000)]
Add an internal child name for the notebook, so that GtkBuilder can be

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkprintunixdialog.c: Add an internal child name for
        the notebook, so that GtkBuilder can be used to add custom tabs.
        (#472951, Christian Persch)

svn path=/trunk/; revision=18757

16 years agoDon't use image->attach_points where image->n_attach_points was meant.
Matthias Clasen [Fri, 7 Sep 2007 19:57:33 +0000 (19:57 +0000)]
Don't use image->attach_points where image->n_attach_points was meant.

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/updateiconcache.c (get_image_meta_data_size): Don't
        use image->attach_points where image->n_attach_points was meant.
        Pointed out by Albert Chin.

svn path=/trunk/; revision=18756

16 years agoFix typo that broke the build.
Wouter Bolsterlee [Fri, 7 Sep 2007 19:25:13 +0000 (19:25 +0000)]
Fix typo that broke the build.

2007-09-07  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* modules/printbackends/cups/gtkcupsutils.c:
(_post_send): Fix typo that broke the build.

svn path=/trunk/; revision=18755

16 years agoUpdated Russian translation
Nickolay V. Shmyrev [Fri, 7 Sep 2007 19:07:06 +0000 (19:07 +0000)]
Updated Russian translation

2007-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation

svn path=/trunk/; revision=18754

16 years agoCheck for the cups function httpGetAuthString().
Matthias Clasen [Fri, 7 Sep 2007 18:32:36 +0000 (18:32 +0000)]
Check for the cups function httpGetAuthString().

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Check for the cups function httpGetAuthString().

        * modules/printbackends/cups/gtkcupsutils.c: Use httpGetAuthString()
        if available.  (#467414, Claudio Saavedra)

svn path=/trunk/; revision=18753

16 years agoUpdated Oriya Translation
Subhransu Behera [Fri, 7 Sep 2007 14:46:22 +0000 (14:46 +0000)]
Updated Oriya Translation

svn path=/trunk/; revision=18752

16 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Fri, 7 Sep 2007 14:19:18 +0000 (14:19 +0000)]
Updated Brazilian Portuguese translation

svn path=/trunk/; revision=18751

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 12:27:09 +0000 (12:27 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18750

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 12:26:55 +0000 (12:26 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18749

16 years agoUpdate Ukrainian translation.
Maxim Dziumanenko [Fri, 7 Sep 2007 11:43:05 +0000 (11:43 +0000)]
Update Ukrainian translation.

2007-09-07 Maxim Dziumanenko <dziumanenko@gmail.com>

* Update Ukrainian translation.

svn path=/trunk/; revision=18748

16 years agoimplement missing get_cells method. (Spotted by Paolo Borelli).
Kristian Rietveld [Fri, 7 Sep 2007 11:02:04 +0000 (11:02 +0000)]
implement missing get_cells method. (Spotted by Paolo Borelli).

2007-09-07  Kristian Rietveld  <kris@gtk.org>

* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
(gtk_combo_box_cell_layout_get_cells): implement missing get_cells
method.  (Spotted by Paolo Borelli).

svn path=/trunk/; revision=18747

16 years agoFix a crash
Matthias Clasen [Fri, 7 Sep 2007 05:45:41 +0000 (05:45 +0000)]
Fix a crash

svn path=/trunk/; revision=18746

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 05:24:21 +0000 (05:24 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18745

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 05:24:06 +0000 (05:24 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18744

16 years agoCheck for cups.h
Matthias Clasen [Fri, 7 Sep 2007 03:59:33 +0000 (03:59 +0000)]
Check for cups.h

svn path=/trunk/; revision=18743

16 years agoAllow dest to be NULL. (#464528, Xan Lopez)
Matthias Clasen [Fri, 7 Sep 2007 03:53:23 +0000 (03:53 +0000)]
Allow dest to be NULL. (#464528, Xan Lopez)

2007-09-06  Matthias Clasen  <mclasen@redhat.com>

        * gdk/gdkrectangle.c (gdk_rectangle_intersect): Allow
        dest to be NULL.  (#464528, Xan Lopez)

svn path=/trunk/; revision=18742

16 years agoRemove references to deprecated functions. (#460207, Guillaume Cottenceau)
Matthias Clasen [Fri, 7 Sep 2007 03:18:53 +0000 (03:18 +0000)]
Remove references to deprecated functions. (#460207, Guillaume Cottenceau)

2007-09-06  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf/porting-from-imlib.sgml:
        * gdk/tmpl/rgb.sgml: Remove references to deprecated
        functions.  (#460207, Guillaume Cottenceau)

svn path=/trunk/; revision=18741

16 years agocorrect an example
Matthias Clasen [Fri, 7 Sep 2007 03:07:18 +0000 (03:07 +0000)]
correct an example

svn path=/trunk/; revision=18740

16 years agoUpdated Serbian translation
Goran Rakic [Thu, 6 Sep 2007 20:21:39 +0000 (20:21 +0000)]
Updated Serbian translation

svn path=/trunk/; revision=18739

16 years agoInitialize error to NULL before calling g_set_error(). Should fix #473954,
Matthias Clasen [Thu, 6 Sep 2007 19:15:37 +0000 (19:15 +0000)]
Initialize error to NULL before calling g_set_error(). Should fix #473954,

2007-09-06 Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Initialize
        error to NULL before calling g_set_error(). Should fix #473954,
        reported by Sebastien Bacher.

svn path=/trunk/; revision=18738

16 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Thu, 6 Sep 2007 18:26:59 +0000 (18:26 +0000)]
Translation updated by Tino Meinen.

2007-09-06  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18737

16 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Thu, 6 Sep 2007 18:25:11 +0000 (18:25 +0000)]
Translation updated by Tino Meinen.

2007-09-06  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18736

16 years agoupdating for Punjabi
Amanpreet Singh Alam [Thu, 6 Sep 2007 17:36:26 +0000 (17:36 +0000)]
updating for Punjabi

svn path=/trunk/; revision=18735

16 years agoupdating for Punjabi
Amanpreet Singh Alam [Thu, 6 Sep 2007 14:03:03 +0000 (14:03 +0000)]
updating for Punjabi

svn path=/trunk/; revision=18734

16 years agoEstonian translation updates by Ivar Smolin
Priit Laes [Thu, 6 Sep 2007 14:01:19 +0000 (14:01 +0000)]
Estonian translation updates by Ivar Smolin

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

* et.po: Estonian translation updates by Ivar Smolin

svn path=/trunk/; revision=18733

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