]> Pileus Git - ~andy/gtk/log
~andy/gtk
16 years agoAllow the ::delete-range handler to delete text after the text it was
Owen Taylor [Sun, 28 Oct 2007 22:27:15 +0000 (22:27 +0000)]
Allow the ::delete-range handler to delete text after the text it was

2007-10-28  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Allow
        the ::delete-range handler to delete text after the text it was
        explicitly asked to delete without confusing us as to whether
        we're currently on an editable or not-editable segment.
        (#491207)

svn path=/trunk/; revision=18951

16 years agoDisable beeps when backspacing in textviews by default on Win32 systems.
Cody Russell [Fri, 26 Oct 2007 20:02:41 +0000 (20:02 +0000)]
Disable beeps when backspacing in textviews by default on Win32 systems.

2007-10-26  Cody Russell  <cody@jhu.edu>

        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
        Disable beeps when backspacing in textviews by default on
        Win32 systems. (#490624, Daniel Atallah)

svn path=/trunk/; revision=18950

16 years agoPay attention to tags that turn invisibility off as well as tags that turn
Owen Taylor [Fri, 26 Oct 2007 14:02:06 +0000 (14:02 +0000)]
Pay attention to tags that turn invisibility off as well as tags that turn

2007-10-26  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible):
        Pay attention to tags that turn invisibility off as well
        as tags that turn invsibility on. (#488051, Mathias Hasselmann)

svn path=/trunk/; revision=18949

16 years agoImprove gtk_builder_get_type_from_name() documentation. (#461222, Murray
Johan Dahlin [Wed, 24 Oct 2007 18:24:44 +0000 (18:24 +0000)]
Improve gtk_builder_get_type_from_name() documentation. (#461222, Murray

2007-10-24  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtkbuilder.c: Improve gtk_builder_get_type_from_name()
documentation. (#461222, Murray Cumming)

svn path=/trunk/; revision=18948

16 years agoUpdated Irish translation.
Seán de Búrca [Wed, 24 Oct 2007 14:33:04 +0000 (14:33 +0000)]
Updated Irish translation.

2007-10-24  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=18947

16 years agoUse an autorelease pool.
Richard Hult [Wed, 24 Oct 2007 12:56:28 +0000 (12:56 +0000)]
Use an autorelease pool.

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

* gdk/quartz/gdkwindow-quartz.c: (update_toplevel_order): Use an
autorelease pool.

svn path=/trunk/; revision=18946

16 years agoGive up instead of raising an error if we can't find the parent dialog
Johan Dahlin [Wed, 24 Oct 2007 11:52:56 +0000 (11:52 +0000)]
Give up instead of raising an error if we can't find the parent dialog

2007-10-24  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtk-builder-convert
(GtkBuilderConverter._convert_dialog_response):
Give up instead of raising an error if we can't find
the parent dialog when converting response ids.
(#479463, Priyank)

svn path=/trunk/; revision=18945

16 years agoParse signals after <child> tags and add tests. (#468793, Benjamin Otte)
Johan Dahlin [Wed, 24 Oct 2007 11:48:17 +0000 (11:48 +0000)]
Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)

2007-10-24  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtkbuilder.c: (_gtk_builder_construct),
(_gtk_builder_add_signals):
* gtk/gtkbuilderparser.c: (end_element):
* gtk/gtkbuilderprivate.h:
* tests/buildertest.c: (test_connect_signals):

Parse signals after <child> tags and add tests.
(#468793, Benjamin Otte)

svn path=/trunk/; revision=18944

16 years agoAllow empty property nodes so we can set empty strings. (#486420, Xavier
Johan Dahlin [Wed, 24 Oct 2007 09:46:31 +0000 (09:46 +0000)]
Allow empty property nodes so we can set empty strings. (#486420, Xavier

2007-10-24  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtkbuilderparser.c (end_element): Allow empty property nodes
so we can set empty strings. (#486420, Xavier Claessens)

svn path=/trunk/; revision=18943

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Tue, 23 Oct 2007 20:58:02 +0000 (20:58 +0000)]
Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=18942

16 years agoHandle NSFilenamesPboardType in addition to NSURLPboardType to support dnd
Richard Hult [Tue, 23 Oct 2007 19:07:32 +0000 (19:07 +0000)]
Handle NSFilenamesPboardType in addition to NSURLPboardType to support dnd

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

* gtk/gtkquartz.c:
(_gtk_quartz_get_selection_data_from_pasteboard): Handle
NSFilenamesPboardType in addition to NSURLPboardType to support
dnd with multiple files from Finder, based on patch from Paul
Davis (bug #467490).

svn path=/trunk/; revision=18941

16 years agoMaintain a list for the stacking order of windows. Implement lower and
Richard Hult [Tue, 23 Oct 2007 13:06:31 +0000 (13:06 +0000)]
Maintain a list for the stacking order of windows. Implement lower and

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

* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_raise, gdk_window_lower, gdk_window_new,
_gdk_windowing_window_destroy): Maintain a list for the stacking
order of windows. Implement lower and raise for child windows. The
list for toplevels is created on demand, and cleared when a window
gets or resigns main status and when new windows are created.
(find_child_window_helper): Use the sorted list to go through
windows from top to bottom. Take any titlebar in consideration for
toplevels, to stop events from sometimes punching through (bugs
#473813 and #489370).

svn path=/trunk/; revision=18940

16 years agoUse gtk_ascii_tolower/toupper instead of the C library variants. (#488918,
Johan Dahlin [Mon, 22 Oct 2007 09:15:50 +0000 (09:15 +0000)]
Use gtk_ascii_tolower/toupper instead of the C library variants. (#488918,

2007-10-22  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtkbuilder.c: Use gtk_ascii_tolower/toupper instead of the C
library variants. (#488918, Sertaç Ö. Yıldız)

svn path=/trunk/; revision=18939

16 years agoUpdated Irish translation.
Seán de Búrca [Sun, 21 Oct 2007 23:21:46 +0000 (23:21 +0000)]
Updated Irish translation.

2007-10-21  Seán de Búrca  <sdeburca@svn.gnome.org>

        * ga.po: Updated Irish translation.

svn path=/trunk/; revision=18938

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Sun, 21 Oct 2007 21:49:52 +0000 (21:49 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18937

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Sun, 21 Oct 2007 21:49:44 +0000 (21:49 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18936

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Sun, 21 Oct 2007 19:22:04 +0000 (19:22 +0000)]
Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=18935

16 years agoUpdated Irish translation.
Seán de Búrca [Sun, 21 Oct 2007 17:20:45 +0000 (17:20 +0000)]
Updated Irish translation.

2007-10-21  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=18934

16 years agoAdd a block around the WM_ACTIVATE case to avoid declaring variables in
Tor Lillqvist [Fri, 19 Oct 2007 12:36:04 +0000 (12:36 +0000)]
Add a block around the WM_ACTIVATE case to avoid declaring variables in

2007-10-19  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkevents-win32.c (gdk_event_translate): Add a block
around the WM_ACTIVATE case to avoid declaring variables in the
middle of a block. (#488017)

svn path=/trunk/; revision=18932

16 years agoDraw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)
Cody Russell [Thu, 18 Oct 2007 17:14:36 +0000 (17:14 +0000)]
Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)

2007-10-18  Cody Russell  <cody@jhu.edu>

        * modules/engines/ms-windows/msw_style.c: Draw focus rect for
        buttons with relief set to GTK_RELIEF_NONE. (#487954)

svn path=/trunk/; revision=18931

16 years agoTranslation update by Ivar Smolin.
Priit Laes [Thu, 18 Oct 2007 14:07:43 +0000 (14:07 +0000)]
Translation update by Ivar Smolin.

2007-10-18  Priit Laes  <plaes@svn.gnome.org>

* et.po: Translation update by Ivar Smolin.

svn path=/trunk/; revision=18930

16 years agogdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify
Cody Russell [Thu, 18 Oct 2007 00:31:22 +0000 (00:31 +0000)]
gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify

2007-10-17  Cody Russell  <cody@jhu.edu>

        * gdk/win32/gdkevents-win32.c
        * gdk/win32/gdkwindow-win32.[ch]: Force non-modal transient dialogs
        to iconify with their parents on Win32.  Maintain a list of transient
        children, and whenever a window is hidden or restored we now do the
        same thing to all connected transient windows above and below the
        current window in the chain.  See comment under WM_ACTIVATE for the
        reasons why.  (#164537, #371036, #405178)

svn path=/trunk/; revision=18929

16 years agoMove -Wl,-luuid to LDFLAGS to make libtool happy.
Owen Taylor [Wed, 17 Oct 2007 18:39:09 +0000 (18:39 +0000)]
Move -Wl,-luuid to LDFLAGS to make libtool happy.

2007-10-17  Owen Taylor  <otaylor@redhat.com>

        * gtk/Makefile.am (libgtk_win32_2_0_la_LDFLAGS): Move -Wl,-luuid
        to LDFLAGS to make libtool happy.

svn path=/trunk/; revision=18928

16 years agoUse -Wl,-luuid instead of -luuid to work around libtool lossage.
Tor Lillqvist [Wed, 17 Oct 2007 16:30:17 +0000 (16:30 +0000)]
Use -Wl,-luuid instead of -luuid to work around libtool lossage.

2007-10-17  Tor Lillqvist  <tml@novell.com>

* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Use -Wl,-luuid
instead of -luuid to work around libtool lossage.

svn path=/trunk/; revision=18927

16 years agoBump version
Matthias Clasen [Wed, 17 Oct 2007 05:08:07 +0000 (05:08 +0000)]
Bump version

svn path=/trunk/; revision=18926

16 years ago2.12.1
Matthias Clasen [Wed, 17 Oct 2007 05:05:49 +0000 (05:05 +0000)]
2.12.1

svn path=/trunk/; revision=18924

16 years agoUpdates
Matthias Clasen [Wed, 17 Oct 2007 03:51:50 +0000 (03:51 +0000)]
Updates

svn path=/trunk/; revision=18923

16 years agoMove GtkFileSelection to deprecated section. (#476920, Matthew Barnes)
Matthias Clasen [Wed, 17 Oct 2007 03:36:42 +0000 (03:36 +0000)]
Move GtkFileSelection to deprecated section. (#476920, Matthew Barnes)

2007-10-16  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtk-docs.sgml: Move GtkFileSelection to deprecated
        section.  (#476920, Matthew Barnes)

svn path=/trunk/; revision=18922

16 years agoDocument GtkTreeModelForeach parameters. (#4777074, Ross Burton)
Matthias Clasen [Wed, 17 Oct 2007 03:33:21 +0000 (03:33 +0000)]
Document GtkTreeModelForeach parameters. (#4777074, Ross Burton)

2007-10-16  Matthias Clasen  <mclasen@redhat.com>

        * gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach
        parameters. (#4777074, Ross Burton)

svn path=/trunk/; revision=18921

16 years agoUpdate the doc
Matthias Clasen [Wed, 17 Oct 2007 03:24:28 +0000 (03:24 +0000)]
Update the doc

svn path=/trunk/; revision=18920

16 years agoUpdate the docs for the ::text-column property. (#352643, Josselin
Matthias Clasen [Wed, 17 Oct 2007 03:09:12 +0000 (03:09 +0000)]
Update the docs for the ::text-column property. (#352643, Josselin

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkentrycompletion.c: Update the docs for the
        ::text-column property.  (#352643, Josselin Mouette)

svn path=/trunk/; revision=18919

16 years agoAvoid a critical warning. (#456676, Campbell Barton)
Matthias Clasen [Wed, 17 Oct 2007 02:40:47 +0000 (02:40 +0000)]
Avoid a critical warning. (#456676, Campbell Barton)

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical
        warning.  (#456676, Campbell Barton)

svn path=/trunk/; revision=18918

16 years agoFixed typo in icon_size_lookup_intern() - colon instead of semicolon
Yevgen Muntyan [Tue, 16 Oct 2007 22:35:26 +0000 (22:35 +0000)]
Fixed typo in icon_size_lookup_intern() - colon instead of semicolon

svn path=/trunk/; revision=18917

16 years agoBe more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, Chris
Matthias Clasen [Tue, 16 Oct 2007 20:08:31 +0000 (20:08 +0000)]
Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, Chris

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gkt/gtkiconsize.c: Be more careful when handling
        (GtkIconSize)-1.  (#456137, Harry Lu, Chris Wang, et al)

svn path=/trunk/; revision=18916

16 years agoUse better magic. (#339877, Bastien Nocera)
Matthias Clasen [Tue, 16 Oct 2007 18:42:04 +0000 (18:42 +0000)]
Use better magic. (#339877, Bastien Nocera)

2007-10-16  Matthias Clasen  <mclasen@redhat.com>

        * io-wbmp.c: Use better magic.  (#339877, Bastien Nocera)

svn path=/trunk/; revision=18915

16 years agoImprove the docs. (#486155, Owen Taylor)
Matthias Clasen [Tue, 16 Oct 2007 17:33:16 +0000 (17:33 +0000)]
Improve the docs. (#486155, Owen Taylor)

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtktextiter.c (gtk_text_iter_forward_line): Improve
        the docs.  (#486155, Owen Taylor)

svn path=/trunk/; revision=18914

16 years agoChange testcase to not update screen information on configure-event, since
Matthias Clasen [Tue, 16 Oct 2007 17:29:30 +0000 (17:29 +0000)]
Change testcase to not update screen information on configure-event, since

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * tests/testxinerama.c: Change testcase to not update
        screen information on configure-event, since it hides
        information for all available screens but add a button
        to query current monitor instead (#485437, Frederic Crozat)

svn path=/trunk/; revision=18913

16 years agoActually use the utf-8 version of the filename. (#485301, Takao Fujiwara)
Matthias Clasen [Tue, 16 Oct 2007 17:25:55 +0000 (17:25 +0000)]
Actually use the utf-8 version of the filename. (#485301, Takao Fujiwara)

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkprinteroptionwidget.c (update_widgets): Actually use
        the utf-8 version of the filename.  (#485301, Takao Fujiwara)

svn path=/trunk/; revision=18912

16 years agoUpdates
Matthias Clasen [Tue, 16 Oct 2007 15:31:21 +0000 (15:31 +0000)]
Updates

svn path=/trunk/; revision=18911

16 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 15 Oct 2007 22:34:31 +0000 (22:34 +0000)]
updated hebrew translation

svn path=/trunk/; revision=18910

16 years agoFix "cannot open display" error message when display is set by the DISPLAY
Loïc Minier [Mon, 15 Oct 2007 13:26:34 +0000 (13:26 +0000)]
Fix "cannot open display" error message when display is set by the DISPLAY

2007-10-15  Loïc Minier  <lool@dooz.org>

        * gtk/gtkmain.c: (gtk_init): Fix "cannot open display" error message
        when display is set by the DISPLAY env var. (#486636, Mike Hommey)

svn path=/trunk/; revision=18909

16 years agofix typo
Johan Dahlin [Sat, 13 Oct 2007 21:54:22 +0000 (21:54 +0000)]
fix typo

svn path=/trunk/; revision=18908

16 years agosignal_name instead of signal. (#486360, Xavier Claessens)
Johan Dahlin [Sat, 13 Oct 2007 18:07:32 +0000 (18:07 +0000)]
signal_name instead of signal. (#486360, Xavier Claessens)

2007-10-13  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtk-builder-convert
(GtkBuilderConverter._add_action_from_menuitem): signal_name instead
of signal. (#486360, Xavier Claessens)

svn path=/trunk/; revision=18907

16 years agoAvoid double-free problems
Matthias Clasen [Fri, 12 Oct 2007 04:31:04 +0000 (04:31 +0000)]
Avoid double-free problems

svn path=/trunk/; revision=18906

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

2007-10-11  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18905

16 years agoDocument that you need to unref the returned GdkPixbuf. (#484132,
Emmanuele Bassi [Wed, 10 Oct 2007 09:31:36 +0000 (09:31 +0000)]
Document that you need to unref the returned GdkPixbuf. (#484132,

2007-10-10  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c (gtk_recent_info_get_icon): Document
that you need to unref the returned GdkPixbuf. (#484132,
Christian Persch)

(build_recent_info): Use g_slist_prepend() when building
the applications list.

svn path=/trunk/; revision=18904

16 years agoConvert the format to the current locale before passing it to strtime().
Emmanuele Bassi [Wed, 10 Oct 2007 08:09:13 +0000 (08:09 +0000)]
Convert the format to the current locale before passing it to strtime().

2007-10-10  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Convert
the format to the current locale before passing it to
strtime(). Fixes corrupt dates with non-UTF8 encodings on
OpenSolaris. (#465380, Takao Fujiwara)

svn path=/trunk/; revision=18903

16 years agoFix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)
Emmanuele Bassi [Wed, 10 Oct 2007 08:02:16 +0000 (08:02 +0000)]
Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)

2007-10-10  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix the
time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)

svn path=/trunk/; revision=18902

16 years agoFix echo handling
Matthias Clasen [Wed, 10 Oct 2007 03:34:40 +0000 (03:34 +0000)]
Fix echo handling

svn path=/trunk/; revision=18901

16 years agoupdate io translation
Michael Terry [Wed, 10 Oct 2007 02:13:20 +0000 (02:13 +0000)]
update io translation

svn path=/trunk/; revision=18900

16 years agomake sure the new cursor node is visible when we are done. (Fixes #472965,
Kristian Rietveld [Tue, 9 Oct 2007 19:40:14 +0000 (19:40 +0000)]
make sure the new cursor node is visible when we are done. (Fixes #472965,

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

* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): make
sure the new cursor node is visible when we are done. (Fixes #472965,
Carlos Garnacho).

svn path=/trunk/; revision=18899

16 years agowe should only "don't move the cursor, but just select the current node"
Kristian Rietveld [Tue, 9 Oct 2007 17:08:18 +0000 (17:08 +0000)]
we should only "don't move the cursor, but just select the current node"

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

* gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): we should
only "don't move the cursor, but just select the current node" if the
cursor node is actually selectable.  (Fixes #483730, reported by
Geoff Bache).

svn path=/trunk/; revision=18898

16 years agoImplement, patch from Paul Davis.
Richard Hult [Mon, 8 Oct 2007 17:50:26 +0000 (17:50 +0000)]
Implement, patch from Paul Davis.

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

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Implement,
patch from Paul Davis.

svn path=/trunk/; revision=18897

16 years agoIgnore if there are no changes, fixes bug #467269. Patch from Jonathan
Richard Hult [Mon, 8 Oct 2007 17:37:44 +0000 (17:37 +0000)]
Ignore if there are no changes, fixes bug #467269. Patch from Jonathan

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

* gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
Ignore if there are no changes, fixes bug #467269. Patch from
Jonathan Dempsey.

svn path=/trunk/; revision=18896

16 years agoPatch from Paul Davis to implement this in terms of scrollRect, fixes bug
Richard Hult [Mon, 8 Oct 2007 17:30:02 +0000 (17:30 +0000)]
Patch from Paul Davis to implement this in terms of scrollRect, fixes bug

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

* gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
Patch from Paul Davis to implement this in terms of scrollRect,
fixes bug #478377.

svn path=/trunk/; revision=18895

16 years agoTranslation update by Ivar Smolin.
Priit Laes [Mon, 8 Oct 2007 16:49:35 +0000 (16:49 +0000)]
Translation update by Ivar Smolin.

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

* et.po: Translation update by Ivar Smolin.

svn path=/trunk/; revision=18894

16 years agoFix memory leak, and fix two instances where a GtkRequisition and a
Cody Russell [Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)]
Fix memory leak, and fix two instances where a GtkRequisition and a

2007-10-08  Cody Russell  <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c:
(draw_tab): Fix memory leak, and fix two instances where
a GtkRequisition and a GtkBorder were being freed with
g_free() rather than gtk_requisition_free() and
gtk_border_free(). (#484730, Daniel Atallah)

svn path=/trunk/; revision=18893

16 years agoFix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
Cody Russell [Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)]
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and

2007-10-08  Cody Russell  <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)

svn path=/trunk/; revision=18892

16 years agodon't "corrupt" all iterators by reversing the list after adding the
Kristian Rietveld [Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)]
don't "corrupt" all iterators by reversing the list after adding the

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

* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
(get_children_get_folder_cb): don't "corrupt" all iterators by
reversing the list after adding the items.  Reversing the list isn't
needed anyway as the order of the items in the model does not matter.
(Fixes #327243, comment 10).

svn path=/trunk/; revision=18891

16 years agoFix #482841, patch by Karl Tomlinson.
Kristian Rietveld [Mon, 8 Oct 2007 12:39:02 +0000 (12:39 +0000)]
Fix #482841, patch by Karl Tomlinson.

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

Fix #482841, patch by Karl Tomlinson.

* gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data
instead of g_object_set ...
(_gtk_tooltip_toggle_keyboard_mode),
(_gtk_tooltip_handle_event): connect to GdkDisplay::closed after
creating tooltip.

svn path=/trunk/; revision=18890

16 years agoDon't hardcode echo -n
Matthias Clasen [Sun, 7 Oct 2007 18:22:39 +0000 (18:22 +0000)]
Don't hardcode echo -n

svn path=/trunk/; revision=18889

16 years agoFix some live cycle issues
Matthias Clasen [Sun, 7 Oct 2007 18:17:41 +0000 (18:17 +0000)]
Fix some live cycle issues

svn path=/trunk/; revision=18888

16 years agoAdd a little more docs
Matthias Clasen [Sun, 7 Oct 2007 16:14:10 +0000 (16:14 +0000)]
Add a little more docs

svn path=/trunk/; revision=18887

16 years agoRevert the change on 2007-04-29 (Also check the default handler when
Murray Cumming [Fri, 5 Oct 2007 08:18:43 +0000 (08:18 +0000)]
Revert the change on 2007-04-29 (Also check the default handler when

2007-10-05  Murray Cumming  <murrayc@murrayc.com>

* gtk/gtkprintoperation.c: (print_pages_idle):
Revert the change on 2007-04-29 (Also check
the default handler when deciding whether to emit the
paginate signal.  (#345345, Yevgen Muntyan)).
This stopped printing from working in gtkmm, and is apparently
not appropriate anyway. Bug #482089.

svn path=/trunk/; revision=18885

16 years agoUse g_object_ref() instead of gtk_widget_ref(). (#483563)
Hiroyuki Ikezoe [Fri, 5 Oct 2007 03:08:55 +0000 (03:08 +0000)]
Use g_object_ref() instead of gtk_widget_ref(). (#483563)

2007-10-05  Hiroyuki Ikezoe  <poincare@ikezoe.net>

* gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref().
(#483563)

svn path=/trunk/; revision=18884

16 years agoIterate on the proxies we hold when we change the sorting function and the
Emmanuele Bassi [Thu, 4 Oct 2007 22:52:13 +0000 (22:52 +0000)]
Iterate on the proxies we hold when we change the sorting function and the

2007-10-04  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentaction.c:
(gtk_recent_action_set_sort_func), (set_current_filter): Iterate
on the proxies we hold when we change the sorting function and
the filter.

(gtk_recent_action_connect_proxy),
(gtk_recent_action_create_menu): Set the GtkRecentChooser:filter
property when we create/connect a proxy chooser. Thanks to
Jonh Wendell for pointing this bug out on gtk-list.

(gtk_recent_chooser_set_property): Bail out without iterating
over the proxies when there's no need to.

svn path=/trunk/; revision=18883

16 years agoUpdated Italian translation.
Luca Ferretti [Thu, 4 Oct 2007 14:07:31 +0000 (14:07 +0000)]
Updated Italian translation.

2007-10-04  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18882

16 years agoAdd a second volume button.
Matthias Clasen [Thu, 4 Oct 2007 12:52:46 +0000 (12:52 +0000)]
Add a second volume button.

2007-10-04  Matthias Clasen  <mclasen@redhat.com>

        * tests/testvolumebutton.c: Add a second volume button.

        * gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold.
        (#478371, reported by Bill Nottingham)

svn path=/trunk/; revision=18881

16 years agoFix warnings and display of modified date / time in filechooser for some
Loïc Minier [Thu, 4 Oct 2007 07:40:55 +0000 (07:40 +0000)]
Fix warnings and display of modified date / time in filechooser for some

2007-10-04  Loïc Minier  <lool@dooz.org>

       * gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings
       and display of modified date / time in filechooser for some locales as
       it was missing a locale to UTF-8 conversion. Fixes #482504.

svn path=/trunk/; revision=18880

16 years agoAdded EURO sign to font preview text.
Luca Ferretti [Thu, 4 Oct 2007 07:10:59 +0000 (07:10 +0000)]
Added EURO sign to font preview text.

2007-10-04  Luca Ferretti  <elle.uca@libero.it>

* it.po: Added EURO sign to font preview text.

svn path=/trunk/; revision=18879

16 years agoremove duplicated declaration of gtk_notebook_create_window. Patch by
Xan Lopez [Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)]
remove duplicated declaration of gtk_notebook_create_window. Patch by

2007-10-03  Xan Lopez  <xan@gnome.org>

* gtk/gtknotebook.c: remove duplicated declaration of
gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)

svn path=/trunk/; revision=18878

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Wed, 3 Oct 2007 16:31:58 +0000 (16:31 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18877

16 years agoUpdated Italian translation.
Luca Ferretti [Tue, 2 Oct 2007 20:45:50 +0000 (20:45 +0000)]
Updated Italian translation.

2007-10-02  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18876

16 years agoDon't do anything while in fullscreen mode. (gdk_window_set_decorations):
Richard Hult [Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)]
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):

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

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
(gdk_window_resize): Don't do anything while in fullscreen mode.
(gdk_window_set_decorations): Update the size of the window after
showing/hiding the title bar so the size of the content area
doesn't change.
(gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
don't try to check it as a bit being set.
(gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.

svn path=/trunk/; revision=18875

16 years ago455284 - Focus or toggle location entry
Federico Mena Quintero [Tue, 2 Oct 2007 15:50:27 +0000 (15:50 +0000)]
455284 - Focus or toggle location entry
2007-10-02  Federico Mena Quintero  <federico@novell.com>

Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file
chooser, Ctrl-L should switch to the location entry.  If we are
already on the location entry, turn it off.  Based on a patch by
Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter
Bolsterlee.

* gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call
location_mode_set() directly instead of using toggle_location_mode().
(toggle_location_mode): Removed.
(location_toggle_popup_handler): If the file entry is not visible,
show it.  If it is visible, turn it off only if it is focused.
Otherwise, switch to the entry.

Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=18874

16 years agodocs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.
Tim Janik [Mon, 1 Oct 2007 18:26:45 +0000 (18:26 +0000)]
docs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.

svn path=/trunk/; revision=18873

16 years agoreworded push_in description with Owen's help, fixes bug #482034.
20:21:28 Tim Janik [Mon, 1 Oct 2007 18:21:54 +0000 (18:21 +0000)]
reworded push_in description with Owen's help, fixes bug #482034.

2007-10-01 20:21:28  Tim Janik  <timj@imendio.com>

        * gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
        help, fixes bug #482034.

svn path=/trunk/; revision=18872

16 years agofix up if-condition to only set the true arrow type if show_sort_indicator
Kristian Rietveld [Mon, 1 Oct 2007 09:04:57 +0000 (09:04 +0000)]
fix up if-condition to only set the true arrow type if show_sort_indicator

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

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
fix up if-condition to only set the true arrow type if
show_sort_indicator is TRUE.  (#448343, reported by Emil Nowak).

svn path=/trunk/; revision=18871

16 years agoUpdated Italian translation
Luca Ferretti [Sat, 29 Sep 2007 09:39:48 +0000 (09:39 +0000)]
Updated Italian translation

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

* it.po: Updated Italian translation

svn path=/trunk/; revision=18870

16 years agoUpdated Korean translation.
Changwoo Ryu [Sat, 29 Sep 2007 08:31:29 +0000 (08:31 +0000)]
Updated Korean translation.

2007-09-29  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

svn path=/trunk/; revision=18869

16 years agoUpdated Italian translation fixing some access keys
Luca Ferretti [Thu, 27 Sep 2007 13:00:34 +0000 (13:00 +0000)]
Updated Italian translation fixing some access keys

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

* it.po: Updated Italian translation fixing some access keys

svn path=/trunk/; revision=18868

16 years agosvn path=/trunk/; revision=18867
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:05:49 +0000 (17:05 +0000)]
svn path=/trunk/; revision=18867

svn path=/trunk/; revision=18867

16 years agosvn path=/trunk/; revision=18866
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:02:33 +0000 (17:02 +0000)]
svn path=/trunk/; revision=18866

svn path=/trunk/; revision=18866

16 years agoFixes for bug #480123.
Emmanuele Bassi [Tue, 25 Sep 2007 20:59:15 +0000 (20:59 +0000)]
Fixes for bug #480123.

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

Fixes for bug #480123.

* gtk/gtksearchenginesimple.c:
(gtk_search_engine_simple_dispose), (search_thread_done_idle): Cancel
the file tree walking thread when disposing the search engine
implementation.

* gtk/gtkfilechooserdefault.c (search_stop_searching): Forcibly
stop the search engine implementation when stopping the search,
instead of just unreffing the object.

svn path=/trunk/; revision=18865

16 years agoadd extra NULL check for tooltipsdata to avoid code fiddling with
Kristian Rietveld [Mon, 24 Sep 2007 18:23:01 +0000 (18:23 +0000)]
add extra NULL check for tooltipsdata to avoid code fiddling with

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

* gtk/gtktooltips.c (gtk_tooltips_set_tip): add extra NULL check
for tooltipsdata to avoid code fiddling with active_tips_data
from crashing.  (Fixes #460194, Peter Wright, Matthijs De Smedt).

svn path=/trunk/; revision=18864

16 years agoUpdated Slovenian translation
Matic Žgur [Mon, 24 Sep 2007 17:13:40 +0000 (17:13 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=18863

16 years agocorrect a comment
Matthias Clasen [Mon, 24 Sep 2007 17:12:33 +0000 (17:12 +0000)]
correct a comment

svn path=/trunk/; revision=18862

16 years agoUpdated Slovenian translation
Matic Žgur [Mon, 24 Sep 2007 17:11:37 +0000 (17:11 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=18861

16 years agoSet the GtkWin32EmbedWidget we create here as modal. Fixes #389358.
Tor Lillqvist [Mon, 24 Sep 2007 13:45:40 +0000 (13:45 +0000)]
Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.

2007-09-24  Tor Lillqvist  <tml@novell.com>

* gtk/gtkprintoperation-win32.c (pageDlgProc): Set the
GtkWin32EmbedWidget we create here as modal. Fixes #389358.

svn path=/trunk/; revision=18860

16 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Sun, 23 Sep 2007 16:38:01 +0000 (16:38 +0000)]
Translation updated by Tino Meinen.

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

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18859

16 years agoFixed wrong translation.
Takeshi AIHANA [Sun, 23 Sep 2007 01:59:58 +0000 (01:59 +0000)]
Fixed wrong translation.

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

        * ja.po: Fixed wrong translation.

svn path=/trunk/; revision=18858

16 years agoUpdated Belarusian Latin translations.
Ihar Hrachyshka [Sat, 22 Sep 2007 15:30:06 +0000 (15:30 +0000)]
Updated Belarusian Latin translations.

svn path=/trunk/; revision=18857

16 years agoUpdated Korean translation.
Changwoo Ryu [Sat, 22 Sep 2007 07:03:05 +0000 (07:03 +0000)]
Updated Korean translation.

2007-09-22  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

svn path=/trunk/; revision=18856

16 years agogtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead
Manish Singh [Fri, 21 Sep 2007 21:14:56 +0000 (21:14 +0000)]
gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead

2007-09-21  Manish Singh  <yosh@gimp.org>

        * gtk/gtkstyle.c (option_menu_get_props)
        * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): use
        gtk_requisition_free() instead of g_free() for freeing
        requisitions.

svn path=/trunk/; revision=18855

16 years agoSome more fixed to prevent segfaults with missing or nonsensical ranges.
Matthias Clasen [Fri, 21 Sep 2007 15:38:29 +0000 (15:38 +0000)]
Some more fixed to prevent segfaults with missing or nonsensical ranges.

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

        * gtk/gtkprintoperation.c (print_pages_idle): Some more
        fixed to prevent segfaults with missing or nonsensical ranges.

svn path=/trunk/; revision=18854

16 years agoabort printing when the range is NULL. (#478803)
Jean Brefort [Fri, 21 Sep 2007 14:50:06 +0000 (14:50 +0000)]
abort printing when the range is NULL. (#478803)

2007-09-21  Jean Brefort  <jean.brefort@normalesup.org>

* gtk/gtkprintoperation.c: (print_pages_idle): abort printing
when the range is NULL. (#478803)

svn path=/trunk/; revision=18853

16 years agomerged patch from maemo-gtk which handles failed keynav correctly also
Michael Natterer [Fri, 21 Sep 2007 14:29:59 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also

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

* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)

svn path=/trunk/; revision=18852

16 years agomerged patch from maemo-gtk which handles failed keynav correctly also
Michael Natterer [Fri, 21 Sep 2007 14:29:08 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also

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

* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)

svn path=/trunk/; revision=18851

16 years agoForgotten file
Matthias Clasen [Fri, 21 Sep 2007 14:19:19 +0000 (14:19 +0000)]
Forgotten file

svn path=/trunk/; revision=18850

16 years agoRemove trailing commas
Matthias Clasen [Fri, 21 Sep 2007 14:17:53 +0000 (14:17 +0000)]
Remove trailing commas

svn path=/trunk/; revision=18849