]> Pileus Git - ~andy/gtk/log
~andy/gtk
15 years agoAdd a gicon property
Matthias Clasen [Sun, 15 Jun 2008 04:54:20 +0000 (04:54 +0000)]
Add a gicon property

svn path=/trunk/; revision=20391

15 years agoInitialize hwnd to NULL. This fixes OpenClipboard() failure and, according
Cody Russell [Sun, 15 Jun 2008 00:00:49 +0000 (00:00 +0000)]
Initialize hwnd to NULL. This fixes OpenClipboard() failure and, according

2008-06-14  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):

        Initialize hwnd to NULL.  This fixes OpenClipboard() failure and,
        according to MSDN docs, associates the open clipboard with the
        current task.  (#378158, reported by Andreas Köhler)

svn path=/trunk/; revision=20388

16 years agoBump version
Matthias Clasen [Sat, 14 Jun 2008 01:24:08 +0000 (01:24 +0000)]
Bump version

svn path=/trunk/; revision=20387

16 years ago2.13.3
Matthias Clasen [Sat, 14 Jun 2008 01:21:31 +0000 (01:21 +0000)]
2.13.3

svn path=/trunk/; revision=20385

16 years agoUpdates
Matthias Clasen [Fri, 13 Jun 2008 20:09:58 +0000 (20:09 +0000)]
Updates

svn path=/trunk/; revision=20384

16 years agoHere too
Matthias Clasen [Fri, 13 Jun 2008 17:47:43 +0000 (17:47 +0000)]
Here too

svn path=/trunk/; revision=20383

16 years agoRemove no longer existing files
Matthias Clasen [Fri, 13 Jun 2008 17:45:55 +0000 (17:45 +0000)]
Remove no longer existing files

svn path=/trunk/; revision=20382

16 years agoAdd some docs
Matthias Clasen [Fri, 13 Jun 2008 17:40:17 +0000 (17:40 +0000)]
Add some docs

svn path=/trunk/; revision=20381

16 years agoFix doc typos
Matthias Clasen [Fri, 13 Jun 2008 17:20:55 +0000 (17:20 +0000)]
Fix doc typos

svn path=/trunk/; revision=20380

16 years agoAvoid PLT entries
Matthias Clasen [Fri, 13 Jun 2008 17:02:26 +0000 (17:02 +0000)]
Avoid PLT entries

svn path=/trunk/; revision=20379

16 years agoReally make GtkFileSystem private by _-prefixing all functions.
Matthias Clasen [Fri, 13 Jun 2008 16:47:41 +0000 (16:47 +0000)]
Really make GtkFileSystem private by _-prefixing all functions.

        * gtk/gtkfilechooserbutton.c:
        * gtk/gtkfilechooserdefault.c:
        * gtk/gtkfilechooserentry.c:
        * gtk/gtkfilesystem.c:
        * gtk/gtkfilesystem.h:
        * gtk/gtkfilesystemmodel.c:
        * gtk/gtkpathbar.c: Really make GtkFileSystem private
        by _-prefixing all functions.

svn path=/trunk/; revision=20378

16 years agoUpdates
Matthias Clasen [Fri, 13 Jun 2008 15:00:36 +0000 (15:00 +0000)]
Updates

svn path=/trunk/; revision=20377

16 years agoUpdates`
Matthias Clasen [Fri, 13 Jun 2008 14:54:46 +0000 (14:54 +0000)]
Updates`

svn path=/trunk/; revision=20376

16 years agogtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h
Michael Natterer [Fri, 13 Jun 2008 14:26:44 +0000 (14:26 +0000)]
gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcellrendereraccel.h
* gtk/gtkfilechooser.h
* gtk/gtkfilechooserdialog.h
* gtk/gtkfilechooserwidget.h
* gtk/gtkmenutoolbutton.h
* gtk/gtkpagesetup.h
* gtk/gtkpapersize.h
* gtk/gtkprintcontext.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperationpreview.h
* gtk/gtkprintsettings.h
* gtk/gtkradiotoolbutton.h
* gtk/gtkrecentchooser.h
* gtk/gtkrecentchooserdialog.h
* gtk/gtkrecentchoosermenu.h
* gtk/gtkrecentchooserwidget.h
* gtk/gtkseparatortoolitem.h
* gtk/gtkshow.h
* gtk/gtktoggletoolbutton.h
* gtk/gtktoolbar.h
* gtk/gtktoolbutton.h
* gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
"gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.

svn path=/trunk/; revision=20375

16 years agoremove double inclusion of <gtk/gtktexttag.h>.
Michael Natterer [Fri, 13 Jun 2008 14:04:52 +0000 (14:04 +0000)]
remove double inclusion of <gtk/gtktexttag.h>.

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtktexttagtable.h: remove double inclusion of
<gtk/gtktexttag.h>.

svn path=/trunk/; revision=20374

16 years agochange type of local "image" variable from GtkImage to GtkWidget to fix
Michael Natterer [Fri, 13 Jun 2008 13:40:29 +0000 (13:40 +0000)]
change type of local "image" variable from GtkImage to GtkWidget to fix

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkaction.c (gtk_action_set_short_label): change type of
local "image" variable from GtkImage to GtkWidget to fix warning.

svn path=/trunk/; revision=20373

16 years agocast menu's toplevel to GtkWindow when passing to
Michael Natterer [Fri, 13 Jun 2008 13:30:38 +0000 (13:30 +0000)]
cast menu's toplevel to GtkWindow when passing to

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcombobox.c (gtk_combo_box_menu_position): cast menu's
toplevel to GtkWindow when passing to gtk_window_set_type_hint().

svn path=/trunk/; revision=20372

16 years agosilently skip unknown attributes instead of bailing out with an error in
Michael Natterer [Fri, 13 Jun 2008 10:44:34 +0000 (10:44 +0000)]
silently skip unknown attributes instead of bailing out with an error in

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkuimanager.c (start_element_handler): silently skip
unknown attributes instead of bailing out with an error in order
to be compatible with possible future attribute names.

This is related to the discussion in bug #516425 but actually
needed for any kind of XML format extension.

svn path=/trunk/; revision=20371

16 years agocheck surface status after ceating a pdf. Avoids crashing when the target
Hans Breuer [Fri, 13 Jun 2008 08:36:26 +0000 (08:36 +0000)]
check surface status after ceating a pdf. Avoids crashing when the target

2008-05-23  Hans Breuer  <hans@breuer.org>

* gtk/gtkprintoperation.c : check surface status after ceating a pdf.
Avoids crashing when the target can not be written, bug #537685

* gdk/win32/gdkdisplay-win32.c : runtime linking of ProcessIdToSessionId

* gtk/gtkfilesystem.c : variadic macros are not supported with c89 and
it was not needed here anyway.

svn path=/trunk/; revision=20370

16 years agoupdated to allow simple switch between gdiplus- and former fileformat
Hans Breuer [Fri, 13 Jun 2008 08:27:02 +0000 (08:27 +0000)]
updated to allow simple switch between gdiplus- and former fileformat

2008-06-13  Hans Breuer  <hans@breuer.org>

* makefile.msc : updated to allow simple switch between gdiplus- and
former fileformat backends
* io-tiff.c : use g_snprintf

svn path=/trunk/; revision=20369

16 years agoFix frame size allocation
Matthias Clasen [Fri, 13 Jun 2008 04:56:25 +0000 (04:56 +0000)]
Fix frame size allocation

svn path=/trunk/; revision=20368

16 years agoFix a crash
Matthias Clasen [Fri, 13 Jun 2008 04:23:54 +0000 (04:23 +0000)]
Fix a crash

svn path=/trunk/; revision=20367

16 years agoOpen the default display even when gtk_parse_args() has already been
Matthias Clasen [Fri, 13 Jun 2008 03:24:37 +0000 (03:24 +0000)]
Open the default display even when gtk_parse_args() has already been

        * gtk/gtkmain.c (gtk_init_with_args): Open the default display
        even when gtk_parse_args() has already been called.
        Patch by Mathias Hasselmann

svn path=/trunk/; revision=20366

16 years agoImprove appearance of "both vertical" mode toolbuttons. Patch by Peter
Matthias Clasen [Fri, 13 Jun 2008 03:21:09 +0000 (03:21 +0000)]
Improve appearance of "both vertical" mode toolbuttons. Patch by Peter

        * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
        Improve appearance of "both vertical" mode toolbuttons.
        Patch by Peter Johanson

svn path=/trunk/; revision=20365

16 years agoA11y descriptions for GtkVolumeButton
Matthias Clasen [Fri, 13 Jun 2008 03:17:51 +0000 (03:17 +0000)]
A11y descriptions for GtkVolumeButton

svn path=/trunk/; revision=20364

16 years agoSet the image of a button proxy to the "icon-name" property.
Matthias Clasen [Fri, 13 Jun 2008 01:26:46 +0000 (01:26 +0000)]
Set the image of a button proxy to the "icon-name" property.

        * gtk/gtkaction.c (connect_proxy): Set the image of a button
        proxy to the "icon-name" property.

        (gtk_action_set_short_label):  If the "image" property is set
        on the button proxy, also tries to set the "label" property on
        the GtkButton.

svn path=/trunk/; revision=20363

16 years agogtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h"
Michael Natterer [Thu, 12 Jun 2008 13:53:55 +0000 (13:53 +0000)]
gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h"

2008-06-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmain.c
* gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled
in via "gtkintl.h" from <glib/gi18n-lib.h>.

svn path=/trunk/; revision=20362

16 years agoReally fix printer URI construction
Matthias Clasen [Thu, 12 Jun 2008 13:03:35 +0000 (13:03 +0000)]
Really fix printer URI construction

svn path=/trunk/; revision=20360

16 years agolimit the number of displayed items by the actual screen height instead of
Michael Natterer [Thu, 12 Jun 2008 11:17:16 +0000 (11:17 +0000)]
limit the number of displayed items by the actual screen height instead of

2008-06-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
limit the number of displayed items by the actual screen height
instead of some arbitrary value (Bug #408154, Xan Lopez and
Christian Dywan).

svn path=/trunk/; revision=20359

16 years agoBug 503071 – Application direction changes to right to left even if
Behdad Esfahbod [Wed, 11 Jun 2008 23:40:35 +0000 (23:40 +0000)]
Bug 503071 – Application direction changes to right to left even if

2008-06-11  Behdad Esfahbod  <behdad@gnome.org>

        Bug 503071 – Application direction changes to right to left even if
        theres no translation

        * configure.in: Bump glib requirement.

        * gtk/gtkaccellabel.c
        (_gtk_accel_label_class_get_accelerator_label):
        * gtk/gtkactiongroup.c (dgettext_swapped):
        * gtk/gtkbuilder.c (gtk_builder_class_init):
        * gtk/gtkbuilderparser.c (_dpgettext),
        (_gtk_builder_parser_translate):
        * gtk/gtkfilechooserdefault.c (list_size_data_func):
        * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
        * gtk/gtkintl.h:
        * gtk/gtkmain.c (setlocale_initialization),
        (do_pre_parse_initialization), (gettext_initialization):
        * gtk/gtkstock.c (gtk_stock_lookup), (sgettext_swapped):
        Use g_dgettext() and g_dngettext().

svn path=/trunk/; revision=20358

16 years agoUpdated Arabic Translation by Khaled Hosny.
Djihed Afifi [Wed, 11 Jun 2008 21:43:32 +0000 (21:43 +0000)]
Updated Arabic Translation by Khaled Hosny.

svn path=/trunk/; revision=20357

16 years agoUpdated Arabic Translation by Khaled Hosny.
Djihed Afifi [Wed, 11 Jun 2008 21:39:48 +0000 (21:39 +0000)]
Updated Arabic Translation by Khaled Hosny.

svn path=/trunk/; revision=20356

16 years agoMore detail
Matthias Clasen [Wed, 11 Jun 2008 18:51:35 +0000 (18:51 +0000)]
More detail

svn path=/trunk/; revision=20355

16 years agoUpdates
Matthias Clasen [Wed, 11 Jun 2008 18:45:07 +0000 (18:45 +0000)]
Updates

svn path=/trunk/; revision=20354

16 years agoAs we don't support Win9x anyway, we can use ProcessIdToSessionId()
Tor Lillqvist [Wed, 11 Jun 2008 16:05:28 +0000 (16:05 +0000)]
As we don't support Win9x anyway, we can use ProcessIdToSessionId()

2008-06-11  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): As we don't
support Win9x anyway, we can use ProcessIdToSessionId()
unconditionally.

svn path=/trunk/; revision=20353

16 years agofix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile,
Michael Natterer [Wed, 11 Jun 2008 15:14:26 +0000 (15:14 +0000)]
fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile,

2008-06-11  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilechooserbutton.c: fix local prototype of
_gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*).

svn path=/trunk/; revision=20352

16 years ago Bug 536765 – GtkComboBox should set COMBO type hint for its menu
Matthias Clasen [Wed, 11 Jun 2008 03:36:32 +0000 (03:36 +0000)]
    Bug 536765 – GtkComboBox should set COMBO type hint for its menu

        * gtk/gtkoptionmenu.c:
        * gtk/gtkcombobox.c: Set the window type hint on popups.
        Patch by Danny Baumann

svn path=/trunk/; revision=20351

16 years agoAdd standard icon names, and also fall back to builtin gtk stock icons.
Matthias Clasen [Wed, 11 Jun 2008 03:17:55 +0000 (03:17 +0000)]
Add standard icon names, and also fall back to builtin gtk stock icons.

        * gtk/gtkfilesystem.c (get_icon_for_special_directory):
        (gtk_file_system_volume_render_icon): Add standard icon names,
        and also fall back to builtin gtk stock icons.

svn path=/trunk/; revision=20350

16 years agoMake gtk_tree_view_enable_model_drag_[source|dest] compatible with
Christian Persch [Tue, 10 Jun 2008 12:33:22 +0000 (12:33 +0000)]
Make gtk_tree_view_enable_model_drag_[source|dest] compatible with

* gtk/gtktreeview.c: (destroy_info), (set_destination_row),
(gtk_tree_view_maybe_begin_dragging_row),
(gtk_tree_view_set_reorderable),
(gtk_tree_view_enable_model_drag_source),
(gtk_tree_view_enable_model_drag_dest),
(gtk_tree_view_unset_rows_drag_source),
(gtk_tree_view_unset_rows_drag_dest): Make
gtk_tree_view_enable_model_drag_[source|dest] compatible with
gtk_drag_[source|dest]_add_*_targets. Bug #506853.

svn path=/trunk/; revision=20349

16 years agoUse GSlice. Patch from bug #506853.
Christian Persch [Tue, 10 Jun 2008 12:28:57 +0000 (12:28 +0000)]
Use GSlice. Patch from bug #506853.

* gtk/gtktreeview.c: (gtk_tree_view_button_release_drag_column),
(dest_row_free), (set_dest_row), (ensure_info),
(gtk_tree_view_remove), (gtk_tree_view_put),
(gtk_tree_view_set_column_drag_info): Use GSlice. Patch from
bug #506853.

svn path=/trunk/; revision=20348

16 years agogtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri) use
Paolo Borelli [Tue, 10 Jun 2008 12:21:58 +0000 (12:21 +0000)]
gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri) use

2008-06-10  Paolo Borelli  <pborelli@katamail.com>

* gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri)
use g_file_new_for_uri.

svn path=/trunk/; revision=20347

16 years agodo not leak the GIcon.
Paolo Borelli [Tue, 10 Jun 2008 11:50:43 +0000 (11:50 +0000)]
do not leak the GIcon.

2008-06-10  Paolo Borelli  <pborelli@katamail.com>

* gtk/gtkfilesystem.c (gtk_file_system_volume_render_icon): do not
leak the GIcon.

svn path=/trunk/; revision=20346

16 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Tue, 10 Jun 2008 10:13:26 +0000 (10:13 +0000)]
Updated Thai translation.

2008-06-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=20345

16 years agoAutomatically scroll text caret to make it visible, when AT sets its
Li Yuan [Tue, 10 Jun 2008 05:40:42 +0000 (05:40 +0000)]
Automatically scroll text caret to make it visible, when AT sets its

2008-06-10  Li Yuan  <li.yuan@sun.com>

        * gailtextview.c: (gail_text_view_set_caret_offset):
        Automatically scroll text caret to make it visible, when AT
        sets its offset.

svn path=/trunk/; revision=20344

16 years agoremoved local xdgmime copy as Matthias suggested in bug #520874, comment
Carlos Garnacho [Tue, 10 Jun 2008 00:39:45 +0000 (00:39 +0000)]
removed local xdgmime copy as Matthias suggested in bug #520874, comment

2008-06-10  Carlos Garnacho  <carlos@imendio.com>

        * configure.in:
        * gtk/Makefile.am:
        * gtk/xdgmime: removed local xdgmime copy as Matthias suggested in bug
        #520874, comment #8. It's no longer used directly by GTK+.

svn path=/trunk/; revision=20343

16 years agoBug 520874 - Should use gio directly.
Carlos Garnacho [Tue, 10 Jun 2008 00:39:35 +0000 (00:39 +0000)]
Bug 520874 - Should use gio directly.

2008-06-10  Carlos Garnacho  <carlos@imendio.com>

        Bug 520874 - Should use gio directly.

        * gtk/gtkfilesystem.[ch]: Turn into a private object, which mostly
        provides helper functions for asynchronous calls, folder abstraction
        and uniform handling of volumes/drives/mounts.

        * gtk/gtkfilesystemwin32.[ch]:
        * gtk/gtkfilesystemunix.[ch]: Removed, these are no longer required.

        * gtk/gtkfilechooser.c:
        * gtk/gtkfilechooserbutton.c:
        * gtk/gtkfilechooserdefault.c:
        * gtk/gtkfilechooserentry.[ch]:
        * gtk/gtkfilechooserprivate.h:
        * gtk/gtkfilechooserutils.c:
        * gtk/gtkfilesystemmodel.[ch]:
        * gtk/gtkpathbar.[ch]: Use GIO internally. Adapt to GtkFileSystem API.
        Do not load filesystem implementation modules.

        * gtk/Makefile.am:
        * gtk/gtk.symbols: the gtkfilesystem.h private header isn't installed
        anymore, nor the unix/win32 implementations.

        * README.in: Add blurb about these changes.

svn path=/trunk/; revision=20342

16 years agoAdd bug ref
Christian Persch [Mon, 9 Jun 2008 14:37:27 +0000 (14:37 +0000)]
Add bug ref

svn path=/trunk/; revision=20341

16 years agoBug 526987 - GtkCellRendererCombo should allow model to be NULL
Kristian Rietveld [Sun, 8 Jun 2008 22:25:57 +0000 (22:25 +0000)]
Bug 526987 - GtkCellRendererCombo should allow model to be NULL

2008-06-09  Kristian Rietveld  <kris@gtk.org>

Bug 526987 - GtkCellRendererCombo should allow model to be NULL

* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
(gtk_cell_renderer_combo_set_property),
(gtk_cell_renderer_combo_editing_done),
(gtk_cell_renderer_combo_start_editing): introduce private class
struct, allow model to be set to NULL.

svn path=/trunk/; revision=20340

16 years agoBug 131920 – gtkNotebook sends incorrect switch_page value
Björn Lindqvist [Sun, 8 Jun 2008 21:41:16 +0000 (21:41 +0000)]
Bug 131920 – gtkNotebook sends incorrect switch_page value

2008-06-08  Björn Lindqvist  <bjourne@gmail.com>

Bug 131920 – gtkNotebook sends incorrect switch_page value

* gtk/gtknotebook.c (gtk_notebook_real_remove): Make switch-page
signal send correct page index when page index 0 is active and
removed. (#131920, Samuel Fogh)

svn path=/trunk/; revision=20339

16 years agoupdated hebrew translation
Yair Hershkovitz [Sun, 8 Jun 2008 13:53:16 +0000 (13:53 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20336

16 years agoupdated hebrew translation
Yair Hershkovitz [Sun, 8 Jun 2008 13:51:38 +0000 (13:51 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20335

16 years agoBug 536730 - memory corruption in gtktreeview
Kristian Rietveld [Sun, 8 Jun 2008 12:53:19 +0000 (12:53 +0000)]
Bug 536730 - memory corruption in gtktreeview

2008-06-08  Kristian Rietveld  <kris@gtk.org>

Bug 536730 - memory corruption in gtktreeview

* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): first
remove the expand/collapse timeout and node, then free the rbtree.

svn path=/trunk/; revision=20334

16 years agoBug 488119 - critical warnings from gtk_tree_view_get_visible_range
Kristian Rietveld [Sun, 8 Jun 2008 12:47:15 +0000 (12:47 +0000)]
Bug 488119 - critical warnings from gtk_tree_view_get_visible_range

2008-06-08  Kristian Rietveld  <kris@gtk.org>

Bug 488119 - critical warnings from gtk_tree_view_get_visible_range

* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): only try to
find path if we found valid nodes, return FALSE otherwise.  (Patch
from Matthias Clasen).

svn path=/trunk/; revision=20333

16 years agoReplace uses of xdgmime with g_content_type.
Matthias Clasen [Sun, 8 Jun 2008 05:50:46 +0000 (05:50 +0000)]
Replace uses of xdgmime with g_content_type.

2008-06-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkrecentmanager.c:
        * gtk/gtkrecentfilter.c:
        * gtk/gtkfilefilter.c: Replace uses of xdgmime with
        g_content_type.

svn path=/trunk/; revision=20332

16 years agoBug 535608 – do not string-copy accel paths in the menu code
Christian Persch [Sat, 7 Jun 2008 20:40:20 +0000 (20:40 +0000)]
Bug 535608 – do not string-copy accel paths in the menu code

Don't store the accel path as a string in gtkmenu/gtkmenuitem.
The accel path will be interned anyway, so keeping a string copy around
is just a waste of memory.
Improve the documentation to mention this.

svn path=/trunk/; revision=20331

16 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Sat, 7 Jun 2008 16:56:52 +0000 (16:56 +0000)]
Updated Norwegian bokmål translation.

2008-06-07  Kjartan Maraas  <kmaraas@gnome.org>

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

svn path=/trunk/; revision=20330

16 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 7 Jun 2008 13:42:33 +0000 (13:42 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20329

16 years agoBug 536990 - updateiconcache.c: 'close ()' is redundant
Tor Lillqvist [Sat, 7 Jun 2008 04:19:54 +0000 (04:19 +0000)]
Bug 536990 - updateiconcache.c: 'close ()' is redundant

2008-06-07  Tor Lillqvist  <tml@novell.com>

Bug 536990 - updateiconcache.c: 'close ()' is redundant

* gtk/updateiconcache.c (build_cache): Drop redundant close()
calls. fclose() on a fdopen()ed strema closes the underlying file
descriptor.

svn path=/trunk/; revision=20327

16 years agoReturn the right coordinates
Matthias Clasen [Fri, 6 Jun 2008 20:57:50 +0000 (20:57 +0000)]
Return the right coordinates

svn path=/trunk/; revision=20325

16 years agoBug 536185 – monitor font configuration
Behdad Esfahbod [Fri, 6 Jun 2008 16:39:37 +0000 (16:39 +0000)]
Bug 536185 – monitor font configuration

2008-06-06  Behdad Esfahbod  <behdad@gnome.org>

        Bug 536185 – monitor font configuration

        * configure.in:
        * gdk/x11/gdksettings.c:
        * gtk/gtksettings.c (gtk_settings_class_init),
        (gtk_settings_notify), (settings_update_fontconfig):
        Monitor xsettings key Fontconfig/Timestamp and upon change,
        reread fontconfig configuration, clear Pango's caches, and
        redraw all widgets.

svn path=/trunk/; revision=20324

16 years agoFix trivial typo in documentation.
Ross Burton [Fri, 6 Jun 2008 09:55:06 +0000 (09:55 +0000)]
Fix trivial typo in documentation.

2008-06-06  Ross Burton  <ross@burtonini.com>

* gtk/gtkwindow.c:
Fix trivial typo in documentation.

svn path=/trunk/; revision=20323

16 years agoBefore emitting "text_caret_moved", change the cursor to the changed
Li Yuan [Fri, 6 Jun 2008 03:13:48 +0000 (03:13 +0000)]
Before emitting "text_caret_moved", change the cursor to the changed

2008-06-06  Li Yuan  <li.yuan@sun.com>

        * gail/gaillabel.c: (gail_label_real_notify_gtk):
        Before emitting "text_caret_moved", change the cursor to the
        changed bound. Bug #536927.

svn path=/trunk/; revision=20322

16 years agoSlight update to match what configure produces.
Tor Lillqvist [Thu, 5 Jun 2008 22:39:06 +0000 (22:39 +0000)]
Slight update to match what configure produces.

2008-06-06  Tor Lillqvist  <tml@novell.com>

* config.h.win32.in: Slight update to match what configure
produces.

svn path=/trunk/; revision=20321

16 years agoAdd the new version mismatch error constant to the end of the list, to
Johan Dahlin [Thu, 5 Jun 2008 13:16:43 +0000 (13:16 +0000)]
Add the new version mismatch error constant to the end of the list, to

2008-06-05  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkbuilder.h (enum): Add the new version mismatch error
    constant to the end of the list, to avoid breaking the stable ABI

svn path=/trunk/; revision=20319

16 years agoadd -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
Michael Natterer [Thu, 5 Jun 2008 09:34:16 +0000 (09:34 +0000)]
add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.

2008-06-05  Michael Natterer  <mitch@imendio.com>

* configure.in: add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.

svn path=/trunk/; revision=20317

16 years agoBug #536430. Patch from Damien Carbery <damien.carbery@sun.com>. Correct
Li Yuan [Thu, 5 Jun 2008 07:52:25 +0000 (07:52 +0000)]
Bug #536430. Patch from Damien Carbery <damien.carbery@sun.com>. Correct

2008-06-05  Li Yuan  <li.yuan@sun.com>

        * gail-uninstalled.pc.in:
        Bug #536430. Patch from Damien Carbery <damien.carbery@sun.com>.
        Correct paths to gail headers and libraries in
gail-uninstalled.pc.in.

svn path=/trunk/; revision=20316

16 years agoTranslation updated by Ivar Smolin
Priit Laes [Thu, 5 Jun 2008 05:44:10 +0000 (05:44 +0000)]
Translation updated by Ivar Smolin

2008-06-05  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=20315

16 years agoUpdated Czech translation.
Petr Kovář [Wed, 4 Jun 2008 20:25:06 +0000 (20:25 +0000)]
Updated Czech translation.

svn path=/trunk/; revision=20313

16 years agoUpdates
Matthias Clasen [Wed, 4 Jun 2008 03:28:55 +0000 (03:28 +0000)]
Updates

svn path=/trunk/; revision=20312

16 years ago2.13.2
Matthias Clasen [Tue, 3 Jun 2008 23:47:01 +0000 (23:47 +0000)]
2.13.2

svn path=/trunk/; revision=20311

16 years ago2.13.2
Matthias Clasen [Tue, 3 Jun 2008 23:44:33 +0000 (23:44 +0000)]
2.13.2

svn path=/trunk/; revision=20309

16 years agobnc355225 - File chooser crash in Tab completion
Federico Mena Quintero [Tue, 3 Jun 2008 18:08:48 +0000 (18:08 +0000)]
bnc355225 - File chooser crash in Tab completion
2008-06-03  Federico Mena Quintero  <federico@novell.com>

* gtk/gtkfilechooserentry.c (install_completion_feedback_timer):
If the user presses Tab while the completion feedback window is
active, then we'll assert.  Remove the assertion and just re-set
the timer.  Fixes https://bugzilla.novell.com/show_bug.cgi?id=355225

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=20305

16 years agoBug 535303 – add _get_implementation to GtkStatusIcon
Colin Walters [Tue, 3 Jun 2008 17:39:20 +0000 (17:39 +0000)]
Bug 535303 – add _get_implementation to GtkStatusIcon

2008-06-03  Colin Walters  <walters@redhat.com>

Bug 535303 – add _get_implementation to GtkStatusIcon

* gtk/gtkstatusicon.c (gtk_status_icon_get_x11_window_id): New
function to retrieve internal X11 window ID, useful for libnotify.
* gtk/gtkstatusicon.h: Prototype it.
* docs/reference/gtk/gtk-sections.txt: Add to docs.
* gtk/gtk.symbols: Export it.

svn path=/trunk/; revision=20304

16 years agoUse g_open().
Tor Lillqvist [Tue, 3 Jun 2008 11:04:33 +0000 (11:04 +0000)]
Use g_open().

2008-06-03  Tor Lillqvist  <tml@novell.com>

* gtk/updateiconcache.c (build_cache): Use g_open().

svn path=/trunk/; revision=20303

16 years agogtk/gtkclist.h revert includes to how they have been before the
Michael Natterer [Tue, 3 Jun 2008 08:38:59 +0000 (08:38 +0000)]
gtk/gtkclist.h revert includes to how they have been before the

2008-06-03  Michael Natterer  <mitch@imendio.com>

* gtk/gtkclist.h
* gtk/gtkctree.h: revert includes to how they have been before the
GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact
that you can't include <gtk/gtk.h> from two headers where one is a
parent class of the other and expect them both to be includable
individually.

svn path=/trunk/; revision=20302

16 years agoremove newline at beginning of file.
Michael Natterer [Tue, 3 Jun 2008 08:17:06 +0000 (08:17 +0000)]
remove newline at beginning of file.

2008-06-03  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprinteroptionset.h: remove newline at beginning of file.

svn path=/trunk/; revision=20301

16 years agoTranslation updated by Ivar Smolin
Priit Laes [Tue, 3 Jun 2008 07:29:12 +0000 (07:29 +0000)]
Translation updated by Ivar Smolin

2008-06-03  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=20300

16 years ago Bug 536092 – GtkEntryCompletion's popup window should set type hint
Matthias Clasen [Tue, 3 Jun 2008 02:48:37 +0000 (02:48 +0000)]
    Bug 536092 – GtkEntryCompletion's popup window should set type hint

        * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set
        a type hint on the popup window to help compiz.
        Patch by Vaclav Slavik.

svn path=/trunk/; revision=20294

16 years agoAdd GtkPrintOperationPreview
Matthias Clasen [Tue, 3 Jun 2008 01:50:20 +0000 (01:50 +0000)]
Add GtkPrintOperationPreview

svn path=/trunk/; revision=20292

16 years agoBug 535862 – gtk_action_create_icon can't create icons from the icon
Claudio Saavedra [Tue, 3 Jun 2008 00:31:10 +0000 (00:31 +0000)]
Bug 535862 – gtk_action_create_icon can't create icons from the icon

2008-06-02  Claudio Saavedra  <csaavedra@igalia.com>

Bug 535862 – gtk_action_create_icon can't create icons from the
icon themes

* gtk/gtkaction.c: (gtk_action_create_icon): Look for the icon in
the default factories as it's supposed.

svn path=/trunk/; revision=20290

16 years agoBug 535497 - Print preview doesn't work.
Yevgen Muntyan [Mon, 2 Jun 2008 23:20:13 +0000 (23:20 +0000)]
Bug 535497 - Print preview doesn't work.

2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>

        Bug 535497 - Print preview doesn't work.

        * gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open
        instead of launching Preview.app directly.

svn path=/trunk/; revision=20289

16 years agoput back #include <gtk/gtkmarshal.h>, it's not in <gtk/gtk.h>. Fixes stuff
Michael Natterer [Mon, 2 Jun 2008 15:07:35 +0000 (15:07 +0000)]
put back #include <gtk/gtkmarshal.h>, it's not in <gtk/gtk.h>. Fixes stuff

2008-06-02  Michael Natterer  <mitch@imendio.com>

* gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
(bug #536126).

svn path=/trunk/; revision=20269

16 years agoAdd gdk-pixbuf-features.h to BUILT_SOURCES.
Behdad Esfahbod [Mon, 2 Jun 2008 04:58:36 +0000 (04:58 +0000)]
Add gdk-pixbuf-features.h to BUILT_SOURCES.

2008-06-02  Behdad Esfahbod  <behdad@gnome.org>

        * Makefile.am: Add gdk-pixbuf-features.h to BUILT_SOURCES.

svn path=/trunk/; revision=20267

16 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Sun, 1 Jun 2008 16:12:14 +0000 (16:12 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20266

16 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Sun, 1 Jun 2008 16:10:48 +0000 (16:10 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20265

16 years agoUpdated Vietnamese translation
Clytie Siddall [Sun, 1 Jun 2008 13:03:56 +0000 (13:03 +0000)]
Updated Vietnamese translation

svn path=/trunk/; revision=20264

16 years agoUpdated Vietnamese translation
Clytie Siddall [Sun, 1 Jun 2008 13:02:19 +0000 (13:02 +0000)]
Updated Vietnamese translation

svn path=/trunk/; revision=20263

16 years agoBug 535830 – wrong content type adding an item
Emmanuele Bassi [Sat, 31 May 2008 18:52:50 +0000 (18:52 +0000)]
Bug 535830 – wrong content type adding an item

2008-05-31  Emmanuele Bassi  <ebassi@gnome.org>

Bug 535830 – wrong content type adding an item

* gtk/gtkrecentmanager.c:
(gtk_recent_manager_add_item_query_info): Use the correct API
for retrieving the fast MIME type of a URI. (Carlos Garcia
Campos)

svn path=/trunk/; revision=20262

16 years agoBug 530146 - Setting non-string tooltip with
Kristian Rietveld [Fri, 30 May 2008 22:59:13 +0000 (22:59 +0000)]
Bug 530146 - Setting non-string tooltip with

2008-05-31  Kristian Rietveld  <kris@imendio.com>

Bug 530146 - Setting non-string tooltip with
gtk_tree_view_set_tooltip_column() segfaults

* gtk/gtktreeview.c (gtk_tree_view_set_tooltip_query_cb): use
gtk_tree_model_get_value() and explicitly transform the value to a
string before setting it as tooltip.

svn path=/trunk/; revision=20261

16 years agoFix INCLUDE_ macros
Matthias Clasen [Fri, 30 May 2008 13:34:52 +0000 (13:34 +0000)]
Fix INCLUDE_ macros

svn path=/trunk/; revision=20259

16 years agomodules/engines/ms-windows/msw_style.h Include gtk.h.
Tor Lillqvist [Fri, 30 May 2008 12:31:45 +0000 (12:31 +0000)]
modules/engines/ms-windows/msw_style.h Include gtk.h.

2008-05-30  Tor Lillqvist  <tml@novell.com>

* modules/engines/ms-windows/msw_style.h
* modules/engines/ms-windows/msw_rc_style.h: Include gtk.h.

svn path=/trunk/; revision=20258

16 years agocast attach_info_free() to GDestroyNotify when using it in
Michael Natterer [Fri, 30 May 2008 12:12:19 +0000 (12:12 +0000)]
cast attach_info_free() to GDestroyNotify when using it in

2008-05-30  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to
GDestroyNotify when using it in g_object_set_data_full().

svn path=/trunk/; revision=20257

16 years agogdk/gdkapplaunchcontext.h gdk/gdktestutils.h gtk/gtkmountoperation.h
Michael Natterer [Fri, 30 May 2008 12:08:30 +0000 (12:08 +0000)]
gdk/gdkapplaunchcontext.h gdk/gdktestutils.h gtk/gtkmountoperation.h

2008-05-30  Michael Natterer  <mitch@imendio.com>

* gdk/gdkapplaunchcontext.h
* gdk/gdktestutils.h
* gtk/gtkmountoperation.h
* gtk/gtkshow.h
* gtk/gtktestutils.h
* gtk/gtktoolshell.h: no need to allow disabling single includes
conditionally in these new files. Simply forbid including them
individually from the beginning.

svn path=/trunk/; revision=20256

16 years agogtk/gtkmountoperation.h gtk/gtkshow.h gtk/gtktestutils.h no need to allow
Michael Natterer [Fri, 30 May 2008 12:02:19 +0000 (12:02 +0000)]
gtk/gtkmountoperation.h gtk/gtkshow.h gtk/gtktestutils.h no need to allow

2008-05-30  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmountoperation.h
* gtk/gtkshow.h
* gtk/gtktestutils.h
* gtk/gtktoolshell.h: no need to allow disabling single includes
conditionally in these new files. Simply forbid including them
individually from the beginning.

svn path=/trunk/; revision=20255

16 years agogailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c
Michael Natterer [Fri, 30 May 2008 11:25:56 +0000 (11:25 +0000)]
gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c

2008-05-30  Michael Natterer  <mitch@imendio.com>

* gailcellparent.h
* gailfactory.h
* tests/testnotebook.c
* tests/testtext.c
* tests/testtoplevel.c
* tests/testvalues.c: include <atk/atk.h> instead of individual
files from ATK.

svn path=/trunk/; revision=20254

16 years agoPick up updated translation from 2.12 branch
Luca Ferretti [Fri, 30 May 2008 09:18:18 +0000 (09:18 +0000)]
Pick up updated translation from 2.12 branch

2008-05-30  Luca Ferretti  <elle.uca@libero.it>

* po*/it.po: Pick up updated translation from 2.12 branch

svn path=/trunk/; revision=20251

16 years agoBug 533108 - leak of GDI region in function 'handle_wm_paint'
Tor Lillqvist [Fri, 30 May 2008 07:17:40 +0000 (07:17 +0000)]
Bug 533108 - leak of GDI region in function 'handle_wm_paint'

2008-05-30  Tor Lillqvist  <tml@novell.com>

Bug 533108 - leak of GDI region in function 'handle_wm_paint'

* gdk/win32/gdkevents-win32.c (handle_wm_paint): Patch by Daniel
Atallah.

svn path=/trunk/; revision=20250

16 years ago2.13.1
Matthias Clasen [Fri, 30 May 2008 05:12:34 +0000 (05:12 +0000)]
2.13.1

svn path=/trunk/; revision=20248

16 years ago2.13.1
Matthias Clasen [Fri, 30 May 2008 05:08:50 +0000 (05:08 +0000)]
2.13.1

svn path=/trunk/; revision=20246

16 years agoUpdates
Matthias Clasen [Fri, 30 May 2008 03:05:04 +0000 (03:05 +0000)]
Updates

svn path=/trunk/; revision=20245