]> Pileus Git - ~andy/gtk/log
~andy/gtk
17 years agoTranslation updated by Ivar Smolin.
Priit Laes [Sat, 26 Aug 2006 03:31:41 +0000 (03:31 +0000)]
Translation updated by Ivar Smolin.

2006-08-26  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

17 years agodemonstrate automatic scrolling
Matthias Clasen [Sat, 26 Aug 2006 01:17:17 +0000 (01:17 +0000)]
demonstrate automatic scrolling

17 years agoUse local binding when loading modules. (#351868)
Matthias Clasen [Sat, 26 Aug 2006 00:27:11 +0000 (00:27 +0000)]
Use local binding when loading modules. (#351868)

2006-08-25  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmodules.c (find_module): Use local binding when
loading modules.  (#351868)

17 years agoUpdated Finnish translation
Ilkka Tuohela [Fri, 25 Aug 2006 09:02:38 +0000 (09:02 +0000)]
Updated Finnish translation

17 years agoreturn the hostname instead of NULL.
Michael Natterer [Thu, 24 Aug 2006 19:41:40 +0000 (19:41 +0000)]
return the hostname instead of NULL.

2006-08-24  Michael Natterer  <mitch@imendio.com>

* gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
the hostname instead of NULL.

17 years agoSlight editing of my last entry.
Tor Lillqvist [Wed, 23 Aug 2006 23:21:26 +0000 (23:21 +0000)]
Slight editing of my last entry.

17 years agoRenamed to gtk_file_system_create() so that it will get exported and we
Federico Mena Quintero [Wed, 23 Aug 2006 21:59:18 +0000 (21:59 +0000)]
Renamed to gtk_file_system_create() so that it will get exported and we

2006-08-23  Federico Mena Quintero  <federico@novell.com>

* gtk/gtkfilesystem.[ch] (_gtk_file_system_create): Renamed to
gtk_file_system_create() so that it will get exported and we can
use it in the test program.

* gtk/gtk.symbols: Added gtk_file_system_create.

* gtk/gtkfilechooserdefault.c (set_file_system_backend): Use
gtk_file_system_create().

* tests/autotestfilesystem.c: New file with automatic tests for
the async callbacks and cancelation policy of GtkFileSystem.

* tests/Makefile.am: Added autotestfilesystem.

17 years agofix printer options
Matthias Clasen [Wed, 23 Aug 2006 19:31:56 +0000 (19:31 +0000)]
fix printer options

17 years ago2006-08-23 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Transl...
Jovan Naumovski [Wed, 23 Aug 2006 12:51:25 +0000 (12:51 +0000)]
2006-08-23 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Translation

17 years agoRevert accidental translatable string change, use same string for warning
Tor Lillqvist [Wed, 23 Aug 2006 08:48:42 +0000 (08:48 +0000)]
Revert accidental translatable string change, use same string for warning

2006-08-23  Tor Lillqvist  <tml@novell.com>

* gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
Revert accidental translatable string change, use same string
for warning as in gtkfilesystemunix.c.

17 years agoFix logic at the end of strings.
Tor Lillqvist [Wed, 23 Aug 2006 08:17:09 +0000 (08:17 +0000)]
Fix logic at the end of strings.

2006-08-23  Tor Lillqvist  <tml@novell.com>

* gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
Fix logic at the end of strings.

* gtk/gtkfilesystemwin32.c: Maintain a hash table of live
handles and check that we have no outstanding handles at
finalization time. (Copying what Matthias did for
gtkfilesystemunix.c)

17 years agoMaintain a hash table of live handles and check that we have no
Matthias Clasen [Wed, 23 Aug 2006 06:07:10 +0000 (06:07 +0000)]
Maintain a hash table of live handles and check that we have no

2006-08-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystemunix.c: Maintain a hash table
of live handles and check that we have no outstanding
handles at finalization time. (Copying what
Federico did for gtkfilesystemgnomevfs.c)

17 years agoCut ChangeLog
Matthias Clasen [Wed, 23 Aug 2006 04:14:37 +0000 (04:14 +0000)]
Cut ChangeLog

17 years agoBranch for 2.10
Matthias Clasen [Wed, 23 Aug 2006 03:51:48 +0000 (03:51 +0000)]
Branch for 2.10

17 years agoRemove dead code. Reduce spurious differences between this file and
Tor Lillqvist [Wed, 23 Aug 2006 01:34:53 +0000 (01:34 +0000)]
Remove dead code. Reduce spurious differences between this file and

2006-08-23  Tor Lillqvist  <tml@novell.com>

* gtk/gtkfilesystemwin32.c: Remove dead code. Reduce spurious
differences between this file and gtkfilesystemunix.c so that it
is easier to compare them and check if differences are
intentional. I will later factor out the common functions and code
snippets from these two files.

2006-08-23  Tor Lillqvist  <tml@novell.com>

Fix several problems with the file chooser on Windows, for
instance prevent duplicated directory entries from appearing.

* gtk/gtkfilesystem.c (gtk_file_paths_sort): Use
_gtk_file_system_win32_path_compare() on Windows for casefolded
sorting.

* gtk/gtkfilesystemwin32.c (casefolded_hash, casefolded_equal):
case-independent hash and equality functions. Scan the UTF-8
strings gunichar by gunichar, and ignore special casing rules, to
more closely match NTFS behaviour.
(gtk_file_system_win32_init): Use casefolded_hash() and
casefolded_equal() for the folder hash table.
(remove_trailing_slash): Don't remove the slash of a drive or
share root.
(get_mime_type_for_file): Take also a WIN32_FILE_ATTRIBUTE_DATA as
argument, and use that to recognize directories. Don't call
g_file_test() to check for executables, just look at the file name
extension directly.
(gtk_file_system_win32_make_path): Check illegal chars in file
name, like in gtkfilesystemunix.c.
(create_file_info): Drop unused basename parameter. Call
g_filename_display_name() directly for roots, as
g_filename_display_basename() mishandles those.
(gtk_file_folder_win32_get_info): Skip sanity check for now, as it
fails for server share roots. Construct basename only in the if
branch that uses it.
(fill_in_names): Use casefolded_hash() and casefolded_equal() for
the folder's stat_info hash table, too.
(_gtk_file_system_win32_path_compare): Scan the strings gunichar
by gunichar and ignore special casing here, too, instead of using
g_utf8_casefold(). Match slash and backslash.

17 years agoAdd Win32 detail to doc comments.
Tor Lillqvist [Wed, 23 Aug 2006 00:25:10 +0000 (00:25 +0000)]
Add Win32 detail to doc comments.

2006-08-23  Tor Lillqvist  <tml@novell.com>

* gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask)
(gdk_window_input_shape_combine_mask)
gdk_window_shape_combine_region)
(gdk_window_input_shape_combine_region): Add Win32 detail to doc
comments.

17 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Tue, 22 Aug 2006 23:13:30 +0000 (23:13 +0000)]
Updated Catalan translation.

17 years agodo not scroll on copy. Bug #329604.
Paolo Borelli [Mon, 21 Aug 2006 23:20:21 +0000 (23:20 +0000)]
do not scroll on copy. Bug #329604.

2006-08-22  Paolo Borelli  <pborelli@katamail.com>

* gtk/gtktextview.c: do not scroll on copy. Bug #329604.

17 years agoUpdated Swedish translation.
Daniel Nylander [Sun, 20 Aug 2006 22:10:35 +0000 (22:10 +0000)]
Updated Swedish translation.

2006-08-20  Daniel Nylander <po@danielnylander.se>

* sv.po: Updated Swedish translation.

17 years agoUpdated German translation.
Hendrik Richter [Sun, 20 Aug 2006 14:58:59 +0000 (14:58 +0000)]
Updated German translation.

2006-08-20  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

17 years agoUpdated Swedish translation.
Daniel Nylander [Sun, 20 Aug 2006 14:38:05 +0000 (14:38 +0000)]
Updated Swedish translation.

2006-08-20  Daniel Nylander <po@danielnylander.se>

* sv.po: Updated Swedish translation.

17 years agoUpdated German translation.
Hendrik Richter [Sun, 20 Aug 2006 14:20:01 +0000 (14:20 +0000)]
Updated German translation.

2006-08-20  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

17 years agoUpdated gtk+ zh_CN translation.
Funda Wang [Sun, 20 Aug 2006 10:01:50 +0000 (10:01 +0000)]
Updated gtk+ zh_CN translation.

17 years agoUpdated Malayalam translation
Ani Peter [Sun, 20 Aug 2006 06:56:25 +0000 (06:56 +0000)]
Updated Malayalam translation

17 years agoUpdated Malaylam translation
Ani Peter [Sun, 20 Aug 2006 05:14:15 +0000 (05:14 +0000)]
Updated Malaylam translation

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Sat, 19 Aug 2006 19:57:34 +0000 (19:57 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-08-19  Alexander Shopov  <ash@contact.bg>

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

17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sat, 19 Aug 2006 03:42:08 +0000 (03:42 +0000)]
Updated Thai translation.

2006-08-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

17 years agofix recent files issues
Matthias Clasen [Fri, 18 Aug 2006 15:30:57 +0000 (15:30 +0000)]
fix recent files issues

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Fri, 18 Aug 2006 13:51:50 +0000 (13:51 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-08-18  Alexander Shopov  <ash@contact.bg>

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

17 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Fri, 18 Aug 2006 13:46:28 +0000 (13:46 +0000)]
vi.po: Updated Vietnamese translation.

17 years agobump version
Matthias Clasen [Fri, 18 Aug 2006 04:37:22 +0000 (04:37 +0000)]
bump version

17 years ago2.10.2
Matthias Clasen [Fri, 18 Aug 2006 04:34:21 +0000 (04:34 +0000)]
2.10.2

17 years agoinitialize a variable
Matthias Clasen [Fri, 18 Aug 2006 02:41:52 +0000 (02:41 +0000)]
initialize a variable

17 years agoMore update
Matthias Clasen [Fri, 18 Aug 2006 02:15:49 +0000 (02:15 +0000)]
More update

17 years agoUpdated Portuguese translation.
Duarte Loreto [Fri, 18 Aug 2006 01:39:03 +0000 (01:39 +0000)]
Updated Portuguese translation.

2006-08-18  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

17 years agoHandle filename encoding consistently. (#351812, Christian Persch)
Matthias Clasen [Fri, 18 Aug 2006 01:30:24 +0000 (01:30 +0000)]
Handle filename encoding consistently. (#351812, Christian Persch)

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprinteroptionwidget.c (update_widgets):
* modules/printbackends/file/gtkprintbackendfile.c
(output_file_from_settings): Handle filename encoding
consistently.  (#351812, Christian Persch)

17 years agoUpdates
Matthias Clasen [Fri, 18 Aug 2006 00:15:57 +0000 (00:15 +0000)]
Updates

17 years agoEnable "/" and "~" as bindings to activate the location entry again. Fixes
Federico Mena Quintero [Thu, 17 Aug 2006 21:31:08 +0000 (21:31 +0000)]
Enable "/" and "~" as bindings to activate the location entry again. Fixes

2006-08-17  Federico Mena Quintero  <federico@novell.com>

* gtk/gtkfilechooserdefault.c
(_gtk_file_chooser_default_class_init): Enable "/" and "~" as
bindings to activate the location entry again.  Fixes bug #340856.
(tree_view_keybinding_cb): Likewise.
(trap_activate_cb): Likewise.
(location_popup_handler): Handle the "path" argument again; set it
as the text on the location entry.
(location_set_user_text): New helper function.
(load_setup_timer): Fix comment.

* tests/autotestfilechooser.c (main): Oops, enable all the tests again.

17 years agorevert a change that causes a11y regressions in OOo
Matthias Clasen [Thu, 17 Aug 2006 19:17:14 +0000 (19:17 +0000)]
revert a change that causes a11y regressions in OOo

17 years agoFix the ClientMessages we are sending to the notification area to be more
Matthias Clasen [Thu, 17 Aug 2006 17:35:55 +0000 (17:35 +0000)]
Fix the ClientMessages we are sending to the notification area to be more

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktrayicon-x11.c: Fix the ClientMessages we are
sending to the notification area to be more in sync with
the systray spec.  (#350860, Wincent Untz)

17 years agoQueue printing idles at a low priority. (#348289, Yevgen Muntyan)
Matthias Clasen [Thu, 17 Aug 2006 16:24:56 +0000 (16:24 +0000)]
Queue printing idles at a low priority. (#348289, Yevgen Muntyan)

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation.c (print_pages, preview_ready): Queue
printing idles at a low priority.  (#348289, Yevgen Muntyan)

17 years agoTranslation updated by Ivar Smolin.
Priit Laes [Thu, 17 Aug 2006 15:48:13 +0000 (15:48 +0000)]
Translation updated by Ivar Smolin.

2006-08-17  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

17 years agoUpdated Korean translation.
Changwoo Ryu [Thu, 17 Aug 2006 15:44:41 +0000 (15:44 +0000)]
Updated Korean translation.

2006-08-18  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

17 years agoAdd some caveats to the documentation. (#348971)
Matthias Clasen [Thu, 17 Aug 2006 14:35:29 +0000 (14:35 +0000)]
Add some caveats to the documentation. (#348971)

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some
caveats to the documentation.  (#348971)

17 years agofixed buglet from #351759.
Tim Janik [Thu, 17 Aug 2006 14:21:41 +0000 (14:21 +0000)]
fixed buglet from #351759.

Thu Aug 17 16:19:35 2006  Tim Janik  <timj@imendio.com>

        * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.

17 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Thu, 17 Aug 2006 13:53:30 +0000 (13:53 +0000)]
Updated Spanish translation.

2006-08-17  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

17 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Thu, 17 Aug 2006 13:34:30 +0000 (13:34 +0000)]
Updated Translation

17 years agoLink with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.
Tor Lillqvist [Thu, 17 Aug 2006 13:27:06 +0000 (13:27 +0000)]
Link with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.

2006-08-17  Tor Lillqvist  <tml@novell.com>

* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid
for IID_IUnknown that gtkprintoperation-win32.o needs.

17 years agoUpdated Japanese translation.
Satoru SATOH [Thu, 17 Aug 2006 13:08:51 +0000 (13:08 +0000)]
Updated Japanese translation.

2006-08-17  Satoru SATOH <ss@gnome.gr.jp>

* Updated Japanese translation.

17 years agoUpdated Kurdish translations
Erdal Ronahi [Thu, 17 Aug 2006 12:47:26 +0000 (12:47 +0000)]
Updated Kurdish translations

17 years agoTranslation updated by Wouter Bolsterlee.
Wouter Bolsterlee [Thu, 17 Aug 2006 10:52:13 +0000 (10:52 +0000)]
Translation updated by Wouter Bolsterlee.

2006-08-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

* nl.po: Translation updated by Wouter Bolsterlee.

17 years ago2006-08-17 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Transl...
Jovan Naumovski [Thu, 17 Aug 2006 10:01:36 +0000 (10:01 +0000)]
2006-08-17 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Translation

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Thu, 17 Aug 2006 09:07:58 +0000 (09:07 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-08-17  Alexander Shopov  <ash@contact.bg>

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

17 years agoImprove the handling of the default output filename, to ensure that we
Matthias Clasen [Thu, 17 Aug 2006 04:57:00 +0000 (04:57 +0000)]
Improve the handling of the default output filename, to ensure that we

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* modules/printbackends/file/gtkprintbackendfile.c: Improve
the handling of the default output filename, to ensure
that we default to output.ps when only PostScript output
is possible.  (#348236, Don Scorgie)

17 years agoRemove leftover debugging
Matthias Clasen [Thu, 17 Aug 2006 04:51:40 +0000 (04:51 +0000)]
Remove leftover debugging

17 years agoRe-select the current printer to update per-printer ui. (#348245, Don
Matthias Clasen [Thu, 17 Aug 2006 04:48:39 +0000 (04:48 +0000)]
Re-select the current printer to update per-printer ui. (#348245, Don

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_set_manual_capabilities):
Re-select the current printer to update per-printer ui.
(#348245, Don Scorgie)

17 years agoHandle the case where the filechooser button is destroyed quickly.
Matthias Clasen [Thu, 17 Aug 2006 04:42:27 +0000 (04:42 +0000)]
Handle the case where the filechooser button is destroyed quickly.

2006-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c (set_info_get_info_cb)
(model_add_special_get_info_cb): Handle the case where the
filechooser button is destroyed quickly.

17 years agomake sure the has-selection property is updated when the delection is
Paolo Borelli [Thu, 17 Aug 2006 01:12:02 +0000 (01:12 +0000)]
make sure the has-selection property is updated when the delection is

2006-08-17  Paolo Borelli  <pborelli@katamail.com>

* gtk/gtktextbuffer.c: make sure the has-selection property is
updated when the delection is deleted. Bug #329752
* tests/testtext.c: add a copy menu item and show how to
update its sensitivity tracking the has-selection property.

17 years agoChanged to use cairo-directfb.pc
Michael David Emmel [Wed, 16 Aug 2006 23:37:57 +0000 (23:37 +0000)]
Changed to use cairo-directfb.pc

17 years agomove the ITALIC_COLUMN over to a STYLE_COLUMN which sets the style
Kristian Rietveld [Wed, 16 Aug 2006 23:32:07 +0000 (23:32 +0000)]
move the ITALIC_COLUMN over to a STYLE_COLUMN which sets the style

2006-08-17  Kristian Rietveld  <kris@gtk.org>

* demos/gtk-demo/main.c (window_closed_cb), (row_activated_cb),
(create_tree): move the ITALIC_COLUMN over to a STYLE_COLUMN
which sets the style attribute.  Makes drawing the active demos
in italic work again.

17 years agoAdd some docs to the row-deleted signal. (#349128, Benedikt Meurer)
Matthias Clasen [Wed, 16 Aug 2006 20:52:23 +0000 (20:52 +0000)]
Add some docs to the row-deleted signal. (#349128, Benedikt Meurer)

2006-08-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreemodel.c (gtk_tree_model_base_init): Add some
docs to the row-deleted signal.  (#349128, Benedikt Meurer)

17 years agoUpdate background upon style-set and state-changed. (#348634, Thomas
Matthias Clasen [Wed, 16 Aug 2006 20:42:15 +0000 (20:42 +0000)]
Update background upon style-set and state-changed. (#348634, Thomas

2006-08-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c: Update background upon style-set and
state-changed.  (#348634, Thomas Rydzynski)

17 years agoPopup completion if paste is at the end (patch was already in 2.8.x).
Matthias Clasen [Wed, 16 Aug 2006 17:42:54 +0000 (17:42 +0000)]
Popup completion if paste is at the end (patch was already in 2.8.x).

2006-08-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentry.c (paste_received): Popup completion if paste
is at the end (patch was already in 2.8.x).  (#165714,
Christian Persch)

17 years agoforgotten changelog
Matthias Clasen [Wed, 16 Aug 2006 17:29:15 +0000 (17:29 +0000)]
forgotten changelog

17 years agotake the cell spacing into account when calculating the available extra
Kristian Rietveld [Wed, 16 Aug 2006 15:58:28 +0000 (15:58 +0000)]
take the cell spacing into account when calculating the available extra

2006-08-16  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
take the cell spacing into account when calculating the available
extra space. (#350938, patch from Peter Johanson).

17 years agoUpdated Japanese translation.
Satoru SATOH [Wed, 16 Aug 2006 15:57:01 +0000 (15:57 +0000)]
Updated Japanese translation.

2006-08-16  Satoru SATOH <ss@gnome.gr.jp>

        * Updated Japanese translation.

17 years agoUpdated turkish translation
Baris Cicek [Wed, 16 Aug 2006 14:55:04 +0000 (14:55 +0000)]
Updated turkish translation

17 years agoExplain some quirks of this function. (#351112,
Matthias Clasen [Wed, 16 Aug 2006 14:38:02 +0000 (14:38 +0000)]
Explain some quirks of this function. (#351112,

2006-08-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtknotebook.c (gtk_notebook_set_current_page): Explain
some quirks of this function.  (#351112,

17 years agoupdate the refs from children to parents for all nodes, since they may all
Kristian Rietveld [Wed, 16 Aug 2006 14:35:02 +0000 (14:35 +0000)]
update the refs from children to parents for all nodes, since they may all

2006-08-16  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_fetch_child):
update the refs from children to parents for all nodes, since
they may all have been moved by the insert operation. (#346800,
patch from Jonathan Matthew).

17 years agoStop loading an animation if the first frame is complete. (#350911,
Matthias Clasen [Wed, 16 Aug 2006 06:01:09 +0000 (06:01 +0000)]
Stop loading an animation if the first frame is complete. (#350911,

2006-08-16  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf-io.c (gdk_pixbuf_new_from_file_at_scale):
Stop loading an animation if the first frame is complete.
(#350911, Christian Neumair)

17 years agoUpdated Swedish translation.
Daniel Nylander [Wed, 16 Aug 2006 05:28:09 +0000 (05:28 +0000)]
Updated Swedish translation.

2006-08-16  Daniel Nylander <po@danielnylander.se>

* sv.po: Updated Swedish translation.

17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Wed, 16 Aug 2006 04:18:11 +0000 (04:18 +0000)]
Updated Thai translation.

2006-08-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

17 years agoUpdated Korean translation.
Changwoo Ryu [Wed, 16 Aug 2006 03:56:02 +0000 (03:56 +0000)]
Updated Korean translation.

2006-08-16  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

17 years agoAdd since tags
Matthias Clasen [Wed, 16 Aug 2006 03:42:23 +0000 (03:42 +0000)]
Add since tags

17 years agoTranslation updated.
Gabor Kelemen [Wed, 16 Aug 2006 02:19:37 +0000 (02:19 +0000)]
Translation updated.

2006-08-16  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

17 years agoAdded patch from Bug 351519
Michael David Emmel [Tue, 15 Aug 2006 23:30:08 +0000 (23:30 +0000)]
Added patch from Bug 351519
to fix directfb backend build

17 years agoUpdated Polish translation by GNOME PL Team.
Artur Flinta [Tue, 15 Aug 2006 22:31:03 +0000 (22:31 +0000)]
Updated Polish translation by GNOME PL Team.

2006-08-16  Artur Flinta  <aflinta@cvs.gnome.org>

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

17 years agoAdd GDK button mask for NS dragging events. (create_scroll_event): Remove
Richard Hult [Tue, 15 Aug 2006 20:13:13 +0000 (20:13 +0000)]
Add GDK button mask for NS dragging events. (create_scroll_event): Remove

2006-08-15  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c: (get_event_mask_from_ns_event):
Add GDK button mask for NS dragging events.
(create_scroll_event): Remove obsolete comment.
(_gdk_quartz_get_current_event_mask), (gdk_event_translate): Keep
track of the latest event mask here...

* gdk/quartz/gdkwindow-quartz.c:
(_gdk_windowing_window_get_pointer): And use it here. Patch from
Kristian Rietveld.
(gdk_window_quartz_update_idle): Rename to make things clearer.

17 years agoSome more printing docs
Matthias Clasen [Tue, 15 Aug 2006 19:49:27 +0000 (19:49 +0000)]
Some more printing docs

17 years agoUpdated German translation.
Hendrik Richter [Tue, 15 Aug 2006 19:33:44 +0000 (19:33 +0000)]
Updated German translation.

2006-08-15  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

17 years agoSet CAN_DEFAULT on all buttons. (#168737, fix proposed by Benjamin Berg)
Matthias Clasen [Tue, 15 Aug 2006 18:58:57 +0000 (18:58 +0000)]
Set CAN_DEFAULT on all buttons. (#168737, fix proposed by Benjamin Berg)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Set CAN_DEFAULT
on all buttons.  (#168737, fix proposed by Benjamin Berg)

17 years agoExport privately. Adjust all callers.
Matthias Clasen [Tue, 15 Aug 2006 18:52:14 +0000 (18:52 +0000)]
Export privately. Adjust all callers.

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentryprivate.h:
* gtk/gtkentry.c (_gtk_entry_effective_inner_border): Export
privately. Adjust all callers.

* gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use it
here to get the actual inner border.  (#349429, Benjamin Berg)

17 years agoActually use a higher priority than resize
Matthias Clasen [Tue, 15 Aug 2006 18:25:35 +0000 (18:25 +0000)]
Actually use a higher priority than resize

17 years agoDon't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose):
Matthias Clasen [Tue, 15 Aug 2006 18:11:13 +0000 (18:11 +0000)]
Don't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose):

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Don't
store GSource pointers, but ids.
(gtk_file_chooser_entry_dispose): Remove idles.
(idle_add, idle_add): Factor this out.
(gtk_file_chooser_entry_maybe_update_directory):
(add_completion_idle): And use it here. (#350039, Chris Wilson)

17 years agoRun the reset_styles idle at a priority higher than size negotiation.
Matthias Clasen [Tue, 15 Aug 2006 17:44:09 +0000 (17:44 +0000)]
Run the reset_styles idle at a priority higher than size negotiation.

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.c (do_theme_change): Run the reset_styles
idle at a priority higher than size negotiation.  (#350517,
Søren Sandmann)

17 years agoDo better fallbacks if the icon theme does not have icons. (#345666,
Matthias Clasen [Tue, 15 Aug 2006 17:28:34 +0000 (17:28 +0000)]
Do better fallbacks if the icon theme does not have icons. (#345666,

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystem.c (gtk_file_info_render_icon)
(gtk_file_system_volume_render_icon): Do better fallbacks
if the icon theme does not have icons.  (#345666,
Kazuki Iwamoto)

17 years agoDon't leak no_gr_exp_gc. (#350050, Chris Wilson)
Matthias Clasen [Tue, 15 Aug 2006 17:12:23 +0000 (17:12 +0000)]
Don't leak no_gr_exp_gc. (#350050, Chris Wilson)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkruler.c (gtk_ruler_unrealize): Don't leak
no_gr_exp_gc.  (#350050, Chris Wilson)

17 years agoDon't leak ShmPixmapInfo. (#349858, Chris Wilson)
Matthias Clasen [Tue, 15 Aug 2006 17:05:00 +0000 (17:05 +0000)]
Don't leak ShmPixmapInfo. (#349858, Chris Wilson)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkdrawable-x11.c (get_shm_pixmap_for_image): Don't
leak ShmPixmapInfo.  (#349858, Chris Wilson)

17 years agoCall evince with the --preview option. (#350139, Carlos Garcia Campos)
Matthias Clasen [Tue, 15 Aug 2006 16:15:25 +0000 (16:15 +0000)]
Call evince with the --preview option. (#350139, Carlos Garcia Campos)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): Call evince
with the --preview option.  (#350139, Carlos Garcia Campos)

17 years agoSimplify, make it build against cups 1.1. (#350329)
Matthias Clasen [Tue, 15 Aug 2006 16:05:13 +0000 (16:05 +0000)]
Simplify, make it build against cups 1.1. (#350329)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* modules/printbackends/cups/gtkprintbackendcups.c (create_pickone_option):
Simplify, make it build against cups 1.1.  (#350329)

17 years agoFix docs for gtk_table_set_row/col_spacing. (#348728)
Matthias Clasen [Tue, 15 Aug 2006 15:49:41 +0000 (15:49 +0000)]
Fix docs for gtk_table_set_row/col_spacing. (#348728)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
(#348728)

17 years agoFix a typo in the docs. (#349501, Carlos GUSLiBu)
Matthias Clasen [Tue, 15 Aug 2006 15:46:24 +0000 (15:46 +0000)]
Fix a typo in the docs. (#349501, Carlos GUSLiBu)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkliststore.c (gtk_list_store_insert_with_values):
Fix a typo in the docs.  (#349501, Carlos GUSLiBu)

17 years agoTranslation updated by Wouter Bolsterlee.
Wouter Bolsterlee [Tue, 15 Aug 2006 15:28:06 +0000 (15:28 +0000)]
Translation updated by Wouter Bolsterlee.

2006-08-15  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

* nl.po: Translation updated by Wouter Bolsterlee.

17 years agoRemove a leftover debug statement. (#350072, Iago Rubio)
Matthias Clasen [Tue, 15 Aug 2006 15:15:52 +0000 (15:15 +0000)]
Remove a leftover debug statement. (#350072, Iago Rubio)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcolorsel.c (palette_paint): Remove a leftover
debug statement. (#350072, Iago Rubio)

17 years agoFix warning text. (#349277)
Matthias Clasen [Tue, 15 Aug 2006 15:02:06 +0000 (15:02 +0000)]
Fix warning text. (#349277)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbufferserialize.c (check_id_or_name): Fix
warning text.  (#349277)

17 years agoDocument new GTK_DEBUG values. (#350023, Mart Raudsepp)
Matthias Clasen [Tue, 15 Aug 2006 14:50:38 +0000 (14:50 +0000)]
Document new GTK_DEBUG values. (#350023, Mart Raudsepp)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/running.sgml: Document new GTK_DEBUG values.  (#350023,
Mart Raudsepp)

17 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Tue, 15 Aug 2006 14:35:26 +0000 (14:35 +0000)]
Updated Russian translation.

2006-08-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

17 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Tue, 15 Aug 2006 12:02:36 +0000 (12:02 +0000)]
Updated Lithuanian translation.

2006-08-15  Žygimantas Beručka  <zygis@gnome.org>

        * po/lt.po, po-properties/lt.po: Updated Lithuanian translation.

17 years agoupdate translation for Punjabi (Gurmukhi) by apbrar gmail com
Amanpreet Singh Alam [Tue, 15 Aug 2006 08:15:16 +0000 (08:15 +0000)]
update translation for Punjabi (Gurmukhi) by apbrar gmail com

17 years agoRemove. (gtk_notebook_motion_notify): Instead, update the arrow state
Matthias Clasen [Tue, 15 Aug 2006 06:59:55 +0000 (06:59 +0000)]
Remove. (gtk_notebook_motion_notify): Instead, update the arrow state

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove.
        (gtk_notebook_motion_notify): Instead, update the arrow
        state here.  (#349570, Benjamin Otte)