]> Pileus Git - ~andy/gtk/log
~andy/gtk
17 years agoJust expose the minimal region instead of the whole rect.
Richard Hult [Tue, 8 Aug 2006 20:53:09 +0000 (20:53 +0000)]
Just expose the minimal region instead of the whole rect.

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

* gdk/quartz/GdkQuartzView.c: Just expose the minimal region
instead of the whole rect.

* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_quartz_process_all_updates), (gdk_window_update_idle),
(gdk_window_impl_quartz_invalidate_maybe_recurse),
(gdk_window_impl_quartz_process_updates),
(_gdk_windowing_window_destroy): Rework the expose handling so that
it works like the X11 backend, using an idle with the right
priority instead of relying on quartz to do it.
(gdk_window_set_type_hint): Use tornoff instead of submenu as the
documentation (and Mitch) suggests.

17 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Tue, 8 Aug 2006 15:31:59 +0000 (15:31 +0000)]
Translation updated by Tino Meinen.

2006-08-08  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

17 years agosome whitespace and indentation cleanup.
Michael Natterer [Tue, 8 Aug 2006 09:12:10 +0000 (09:12 +0000)]
some whitespace and indentation cleanup.

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

* gdk/quartz/gdkdrawable-quartz.c: some whitespace and indentation
cleanup.

(gdk_quartz_draw_rectangle)
(gdk_quartz_draw_arc)
(gdk_quartz_draw_polygon)
(gdk_quartz_draw_points): for pixel-prefect drawing, stroked
coordinates need to go through pixel centers, while filled ones
need to go along pixel boundaries. Moved +0.5 adjusting to the
if(!filled) branches and added/removed some adjustments where they
were wrong.

17 years agoFixed some typos.
Inaki Larranaga [Tue, 8 Aug 2006 08:00:56 +0000 (08:00 +0000)]
Fixed some typos.

2006-08-08  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Fixed some typos.

17 years agoUpdated Basque translation.
Inaki Larranaga [Tue, 8 Aug 2006 07:59:14 +0000 (07:59 +0000)]
Updated Basque translation.

2006-08-08  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

17 years agoDon't get and release the context for each point, just once, speeds up
Richard Hult [Mon, 7 Aug 2006 16:45:16 +0000 (16:45 +0000)]
Don't get and release the context for each point, just once, speeds up

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

* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_points): Don't
get and release the context for each point, just once, speeds up
drawing many points a lot.

17 years agoneed to disconnect from signals connected in gtk_drag_dest_set() here.
Michael Natterer [Mon, 7 Aug 2006 01:49:11 +0000 (01:49 +0000)]
need to disconnect from signals connected in gtk_drag_dest_set() here.

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

* gtk/gtkdnd-quartz.c (gtk_drag_dest_unset): need to disconnect
from signals connected in gtk_drag_dest_set() here.

* gtk/gtkdnd-quartz.c (gtk_drag_dest_set): call gtk_drag_dest_unset()
instead of disconnecting the old signal connections here.

17 years agoShow non existing resources by default. (recent_meta_data_func): Do not
Emmanuele Bassi [Sun, 6 Aug 2006 23:44:46 +0000 (23:44 +0000)]
Show non existing resources by default. (recent_meta_data_func): Do not

2006-08-07  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentchooserdefault.c:
(_gtk_recent_chooser_default_init): Show non existing
resources by default.
(recent_meta_data_func): Do not mark non existing
resources as insensitive.

* gtk/gtkrecentchoosermenu.c:
(gtk_recent_chooser_menu_init): Show non existing
resources by default.
(gtk_recent_chooser_menu_create_item): Do not mark
non existing resources as insensitive.

17 years agoFree all XKB data. (#349997, Chris Wilson)
Matthias Clasen [Sun, 6 Aug 2006 06:01:18 +0000 (06:01 +0000)]
Free all XKB data. (#349997, Chris Wilson)

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

* gdk/x11/gdkkeys-x11.c (gdk_keymap_x11_finalize): Free
all XKB data. (#349997, Chris Wilson)

17 years agoOnly get the indicator-size and indicator-spacing style properties for
Matthias Clasen [Sun, 6 Aug 2006 05:58:19 +0000 (05:58 +0000)]
Only get the indicator-size and indicator-spacing style properties for

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

* gtk/gtkstyle.c (option_menu_get_props): Only get the
indicator-size and indicator-spacing style properties
for GtkOptionMenu.  (#349859, Benjamin Otte)

17 years agoBe more careful when creating gcs, also emit change notification.
Matthias Clasen [Sun, 6 Aug 2006 05:44:03 +0000 (05:44 +0000)]
Be more careful when creating gcs, also emit change notification.

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

* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines)
(gtk_tree_view_set_enable_tree_lines): Be more careful
when creating gcs, also emit change notification.
(gtk_tree_view_unrealize): Free the gcs here.  (#349834,
Chris Wilson)

17 years agoAdd an explanation of attributes. (#349367, Don Anderson)
Matthias Clasen [Sun, 6 Aug 2006 05:01:17 +0000 (05:01 +0000)]
Add an explanation of attributes. (#349367, Don Anderson)

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

* gtk/tmpl/gtkcelllayout.sgml: Add an explanation
of attributes.  (#349367, Don Anderson)

17 years agoFix a typo. (#349120, Vincent Untz)
Matthias Clasen [Sun, 6 Aug 2006 04:46:00 +0000 (04:46 +0000)]
Fix a typo. (#349120, Vincent Untz)

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

* gtk/tmpl/gtkrecentmanager.sgml: Fix a typo.  (#349120, Vincent Untz)

17 years agoUse G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, so that the
Matthias Clasen [Sun, 6 Aug 2006 04:41:31 +0000 (04:41 +0000)]
Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, so that the

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

* gtk/gtkcalendar.c (calendar_start_spinning, calendar_timer):
Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer,
so that the caller will have a chance to redraw/resize itself
between every change.  (#348824, Federico Mena Quintero, patch
by Michael Meeks)

17 years agoAdd a missing initialization. (#348787, Leonardo Boshell)
Matthias Clasen [Sun, 6 Aug 2006 04:25:57 +0000 (04:25 +0000)]
Add a missing initialization. (#348787, Leonardo Boshell)

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

* gtk/gtkfontbutton.c (gtk_font_button_update_font_info):
Add a missing initialization.  (#348787, Leonardo Boshell)

17 years agoUse $PKG_CONFIG consistently. (#348740, Jeremy Lainé)
Matthias Clasen [Sun, 6 Aug 2006 04:20:05 +0000 (04:20 +0000)]
Use $PKG_CONFIG consistently. (#348740, Jeremy Lainé)

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

* configure.in: Use $PKG_CONFIG consistently.  (#348740,
Jeremy Lainé)

17 years ago (gtk_notebook_drag_motion): Don't accept drops on
Matthias Clasen [Sun, 6 Aug 2006 04:15:23 +0000 (04:15 +0000)]
(gtk_notebook_drag_motion): Don't accept drops on
arrows.  (#348706, Benjamin Otte)

17 years agoDon't allow dragging a notebook tab to one of its children. (#348626,
Matthias Clasen [Sun, 6 Aug 2006 04:10:11 +0000 (04:10 +0000)]
Don't allow dragging a notebook tab to one of its children. (#348626,

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

* gtk/gtknotebook.c (gtk_notebook_drag_motion): Don't allow
dragging a notebook tab to one of its children.  (#348626,
Benjamin Otte)

17 years agoRemove outdated lists of authors and maintainers. (#348538, Owen Taylor)
Matthias Clasen [Sun, 6 Aug 2006 03:36:57 +0000 (03:36 +0000)]
Remove outdated lists of authors and maintainers. (#348538, Owen Taylor)

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

* docs/tutorial/gtk-tut.sgml: Remove outdated lists of
authors and maintainers.  (#348538, Owen Taylor)

17 years agoExport gtk_entry_reset_im_context privately.
Matthias Clasen [Sun, 6 Aug 2006 03:32:59 +0000 (03:32 +0000)]
Export gtk_entry_reset_im_context privately.

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

* gtk/gtkentry.c:
* gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context
privately.

* gtk/gtkentrycompletion.c (gtk_entry_completion_action_button_press):
* gtk/gtkentry.c (gtk_entry_completion_key_press): Reset the
entry's im context here.  (#348478, Nguyen Thai Ngoc Duy, Christian
Persch)

17 years agoCreate new PangoContexts and set them on the layout, to catch changes in
Matthias Clasen [Sun, 6 Aug 2006 03:15:52 +0000 (03:15 +0000)]
Create new PangoContexts and set them on the layout, to catch changes in

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

* gtk/gtktextview.c (gtk_text_view_style_set): Create new
PangoContexts and set them on the layout, to catch changes in
font options.  (#348278, Behdad Esfahbod)

17 years agoAdd a missing initialization. (#349863, Benjamin Berg)
Matthias Clasen [Sun, 6 Aug 2006 02:33:15 +0000 (02:33 +0000)]
Add a missing initialization. (#349863, Benjamin Berg)

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

* gtk/gtkstyle.c (gtk_default_draw_flat_box): Add a
missing initialization.  (#349863, Benjamin Berg)

17 years agoProtect against tree_view being NULL. (#348652, Patrick K. O'Brian, Chris
Matthias Clasen [Sun, 6 Aug 2006 02:00:24 +0000 (02:00 +0000)]
Protect against tree_view being NULL. (#348652, Patrick K. O'Brian, Chris

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

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
Protect against tree_view being NULL.  (#348652, Patrick K. O'Brian,
Chris Wilson)

17 years agoUpdated German translation.
Hendrik Richter [Sat, 5 Aug 2006 18:31:33 +0000 (18:31 +0000)]
Updated German translation.

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

* de.po: Updated German translation.

17 years agoFixed spelling
Nguyen Thai Ngoc Duy [Sat, 5 Aug 2006 13:51:53 +0000 (13:51 +0000)]
Fixed spelling

17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sat, 5 Aug 2006 13:11:31 +0000 (13:11 +0000)]
Updated Thai translation.

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

* th.po: Updated Thai translation.

17 years agoTranslation updated by Ivar Smolin.
Priit Laes [Fri, 4 Aug 2006 19:25:27 +0000 (19:25 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

17 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Fri, 4 Aug 2006 13:22:40 +0000 (13:22 +0000)]
Updated Spanish translation.

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

* es.po: Updated Spanish translation.

17 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Fri, 4 Aug 2006 10:54:54 +0000 (10:54 +0000)]
Translation updated by Tino Meinen.

2006-08-04  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

17 years agoUpddated Macedonian Translation, Arangel Angov <ufo@linux.net.mk>
Arangel Angov [Fri, 4 Aug 2006 06:28:37 +0000 (06:28 +0000)]
Upddated Macedonian Translation, Arangel Angov <ufo@linux.net.mk>

17 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Fri, 4 Aug 2006 04:55:40 +0000 (04:55 +0000)]
Updated Translation

17 years agoLazily populate the menu when creating it and after the manager emits the
Emmanuele Bassi [Thu, 3 Aug 2006 20:26:31 +0000 (20:26 +0000)]
Lazily populate the menu when creating it and after the manager emits the

2006-08-03  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentchoosermenu.c:
(set_recent_managet), (gtk_recent_chooser_menu_populate),
(idle_populate_func), (idle_populate_clean_up),
(manager_changed_cb): Lazily populate the menu when creating
it and after the manager emits the "changed" signal; this
fixes the initial bad placing of the GtkRecentChooserMenu
widget when its set as the menu of a GtkMenuToolButton.

(gtk_recent_chooser_menu_map),
(gtk_recent_chooser_menu_class_init): Remove the ::map method
override, since it's not needed anymore.

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

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

* et.po: Translation updated by Ivar Smolin.

17 years agoreset scanner config to default values while checking if an
Michael Natterer [Thu, 3 Aug 2006 14:07:26 +0000 (14:07 +0000)]
reset scanner config to default values while checking if an

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

* gtk/gtkrc.c (gtk_rc_parse_assignment): reset scanner config to
default values while checking if an expression(foobar) follows,
because if no expression follows the scanner's "next token" must
be usable for the caller of this function (fixes bug #349552).

17 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Thu, 3 Aug 2006 11:36:15 +0000 (11:36 +0000)]
Updated Norwegian bokmål translation.

2006-08-03  Kjartan Maraas  <kmaraas@gnome.org>

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

17 years agoremoved the "widget &&" part from "widget && GTK_IS_FOO (widget)" checks.
Michael Natterer [Thu, 3 Aug 2006 09:49:37 +0000 (09:49 +0000)]
removed the "widget &&" part from "widget && GTK_IS_FOO (widget)" checks.

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

* gtk/gtkstyle.c: removed the "widget &&" part from
"widget && GTK_IS_FOO (widget)" checks.

17 years agoRemoved unused call to GetPosition
Michael David Emmel [Wed, 2 Aug 2006 21:45:53 +0000 (21:45 +0000)]
Removed unused call to GetPosition

17 years agoTranslation updated by Ivar Smolin.
Priit Laes [Wed, 2 Aug 2006 19:38:59 +0000 (19:38 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

17 years agoUpdated Macedonian Translation, Arangel Angov <ufo@linux.net.mk>
Arangel Angov [Wed, 2 Aug 2006 06:51:08 +0000 (06:51 +0000)]
Updated Macedonian Translation, Arangel Angov <ufo@linux.net.mk>

17 years agoUpdated Macedonian translation, Arangel Angov <ufo@linux.net.mk>
Arangel Angov [Tue, 1 Aug 2006 22:45:53 +0000 (22:45 +0000)]
Updated Macedonian translation, Arangel Angov <ufo@linux.net.mk>

17 years agoUpdated Malayalam
Ani Peter [Tue, 1 Aug 2006 12:50:04 +0000 (12:50 +0000)]
Updated Malayalam

17 years agoUpdated Malayalam ml.po
Ani Peter [Tue, 1 Aug 2006 12:49:44 +0000 (12:49 +0000)]
Updated Malayalam ml.po

17 years agoUpdated Oriya Translation
Subhransu Behera [Tue, 1 Aug 2006 08:07:15 +0000 (08:07 +0000)]
Updated Oriya Translation

17 years agoAdded Entry for Updated Oriya Translation
Subhransu Behera [Tue, 1 Aug 2006 08:06:45 +0000 (08:06 +0000)]
Added Entry for Updated Oriya Translation

17 years agoUpdated Oriya Translation
Subhransu Behera [Tue, 1 Aug 2006 07:25:20 +0000 (07:25 +0000)]
Updated Oriya Translation

17 years agoAdded Entry for Updated Oriya Translation
Subhransu Behera [Tue, 1 Aug 2006 07:24:45 +0000 (07:24 +0000)]
Added Entry for Updated Oriya Translation

17 years agoPatch from Erik van Pienbroek to implement drawing bg_pixmaps (#348145).
Richard Hult [Mon, 31 Jul 2006 21:05:12 +0000 (21:05 +0000)]
Patch from Erik van Pienbroek to implement drawing bg_pixmaps (#348145).

2006-07-31  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable):
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Patch from Erik van
Pienbroek to implement drawing bg_pixmaps (#348145).

17 years agoUpdated German translation.
Hendrik Richter [Mon, 31 Jul 2006 15:52:16 +0000 (15:52 +0000)]
Updated German translation.

2006-07-31  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

17 years agoUpdated German translation.
Hendrik Richter [Mon, 31 Jul 2006 15:46:53 +0000 (15:46 +0000)]
Updated German translation.

2006-07-31  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

17 years agoAdded Entry for Bengali India (bn_IN) Translation updation
Runa Bhattacharjee [Mon, 31 Jul 2006 15:01:29 +0000 (15:01 +0000)]
Added Entry for Bengali India (bn_IN) Translation updation

17 years agoUpdated Bengali India Translation
Runa Bhattacharjee [Mon, 31 Jul 2006 15:00:59 +0000 (15:00 +0000)]
Updated Bengali India Translation

17 years agoUpdated Oriya Translation
Subhransu Behera [Mon, 31 Jul 2006 14:33:07 +0000 (14:33 +0000)]
Updated Oriya Translation

17 years agoAdded Entry for Updated Oriya Translation
Subhransu Behera [Mon, 31 Jul 2006 14:32:35 +0000 (14:32 +0000)]
Added Entry for Updated Oriya Translation

17 years agoUpdated Ukrainian translation.
Maxim Dziumanenko [Mon, 31 Jul 2006 07:51:37 +0000 (07:51 +0000)]
Updated Ukrainian translation.

2006-07-31  Maxim Dziumanenko <dziumanenko@gmail.com>

* Updated Ukrainian translation.

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Sun, 30 Jul 2006 14:10:16 +0000 (14:10 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-07-30  Alexander Shopov  <ash@contact.bg>

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

17 years agoAlways set success to TRUE. (gdk_color_change): Implement.
Richard Hult [Sat, 29 Jul 2006 11:05:15 +0000 (11:05 +0000)]
Always set success to TRUE. (gdk_color_change): Implement.

2006-07-29  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkcolor-quartz.c (gdk_colormap_alloc_colors): Always
set success to TRUE.
(gdk_color_change): Implement.

* gdk/quartz/GdkQuartzWindow.c
([GdkQuartzWindow -canBecomeKeyWindow]): Add comment.

* gdk/quartz/gdkevents-quartz.c (gdk_screen_get_setting): Make the
default font a bit smaller until we have made this get the system
setting.

* gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Enable
shadows for the right window types.

* gdk/quartz/gdkprivate-quartz.h:
* gdk/quartz/gdkgc-quartz.c:
* gdk/quartz/gdkdrawable-quartz.c:
* gdk/quartz/gdkcolor-quartz.c: Expose the CGContext functions,
update callers.

* gdk/quartz/gdkmain-quartz.c: (_gdk_windowing_init): No need to
get the current process ID, use the right constant instead.

17 years agohttp://bugzilla.gnome.org/show_bug.cgi?id=348792 fixed for Georgian (kaq)
Vladimer Sichinava [Fri, 28 Jul 2006 22:47:41 +0000 (22:47 +0000)]
http://bugzilla.gnome.org/show_bug.cgi?id=348792 fixed for Georgian (kaq)

17 years agoAdd the timeout for polling the file; change the default polling delta to
Emmanuele Bassi [Fri, 28 Jul 2006 20:37:58 +0000 (20:37 +0000)]
Add the timeout for polling the file; change the default polling delta to

2006-07-28  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c (gtk_recent_manager_init): Add the
timeout for polling the file; change the default polling
delta to 2000 msec.

17 years agoUpdated Tatar translation of gtk+ by Albert Fazli.
Simos Xenitellis [Fri, 28 Jul 2006 01:12:42 +0000 (01:12 +0000)]
Updated Tatar translation of gtk+ by Albert Fazli.

17 years agocast the return value of XGetWindowProperty() correctly so we don't return
Michael Natterer [Thu, 27 Jul 2006 15:22:13 +0000 (15:22 +0000)]
cast the return value of XGetWindowProperty() correctly so we don't return

2006-07-27  Michael Natterer  <mitch@imendio.com>

* gdk/x11/gdkwindow-x11.c (gdk_window_get_type_hint): cast the
return value of XGetWindowProperty() correctly so we don't return
garbage type hints. Pointed out by Tommi Komulainen, patch taken
from https://maemo.org/bugzilla/show_bug.cgi?id=724

17 years agoMove a call
Matthias Clasen [Thu, 27 Jul 2006 14:13:18 +0000 (14:13 +0000)]
Move a call

17 years agoUpdated Malayalam Translations
Ani Peter [Thu, 27 Jul 2006 13:31:37 +0000 (13:31 +0000)]
Updated Malayalam Translations

17 years agoUpdated Greek translation
Nikos Charonitakis [Wed, 26 Jul 2006 20:51:23 +0000 (20:51 +0000)]
Updated Greek translation

17 years agoUpdayed Greek translation
Nikos Charonitakis [Wed, 26 Jul 2006 20:33:14 +0000 (20:33 +0000)]
Updayed Greek translation

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Wed, 26 Jul 2006 19:36:23 +0000 (19:36 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-07-26  Alexander Shopov  <ash@contact.bg>

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

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Tue, 25 Jul 2006 16:39:21 +0000 (16:39 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-07-25  Alexander Shopov  <ash@contact.bg>

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

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Mon, 24 Jul 2006 20:13:23 +0000 (20:13 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-07-24  Alexander Shopov  <ash@contact.bg>

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

17 years agoImplement getting the double click threshold.
Richard Hult [Mon, 24 Jul 2006 12:31:17 +0000 (12:31 +0000)]
Implement getting the double click threshold.

2006-07-24  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c (gdk_screen_get_setting): Implement
getting the double click threshold.

17 years agoFix changelog.
Richard Hult [Mon, 24 Jul 2006 10:47:40 +0000 (10:47 +0000)]
Fix changelog.

17 years agoSave before committing...
Richard Hult [Mon, 24 Jul 2006 10:46:58 +0000 (10:46 +0000)]
Save before committing...

17 years agoSet the window level depending on the type hint.
Richard Hult [Mon, 24 Jul 2006 10:46:21 +0000 (10:46 +0000)]
Set the window level depending on the type hint.

2006-07-24  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Set the
window level depending on the type hint.

* gdk/quartz/gdkevents-quartz.c (gdk_keyboard_grab,
pointer_ungrab_internal): Only break the grab if the new window is
a different one.
(gdk_event_translate): Catch the case where the entire app loses
focus and break any grabs. Only do implicit grabs when the event
mask has both press and release.

* gdk/quartz/gdkkeys-quartz.c (translate_keysym):
* gdk/quartz/gdkselection-quartz.c:

        * gdk/quartz/GdkQuartzWindow.c
([GdkQuartzWindow -windowDidResignKey:]): Use this to update the
focus window instead of resignMain, fixes the case where other apps
uses focus follows mouse (like the terminal can).

17 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 24 Jul 2006 09:08:52 +0000 (09:08 +0000)]
Updated Finnish translation

17 years agoBump version
Matthias Clasen [Mon, 24 Jul 2006 02:10:48 +0000 (02:10 +0000)]
Bump version

17 years ago2.10.1
Matthias Clasen [Mon, 24 Jul 2006 02:02:14 +0000 (02:02 +0000)]
2.10.1

17 years agoUpdated Portuguese translation.
Duarte Loreto [Sun, 23 Jul 2006 23:11:58 +0000 (23:11 +0000)]
Updated Portuguese translation.

2006-07-23  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

17 years agoUpdated French translation.
Christophe Merlet [Sun, 23 Jul 2006 21:41:38 +0000 (21:41 +0000)]
Updated French translation.

17 years agoAdd a POTFILES.skip file
Matthias Clasen [Sun, 23 Jul 2006 20:19:18 +0000 (20:19 +0000)]
Add a POTFILES.skip file

17 years agoFix a memleak
Matthias Clasen [Sun, 23 Jul 2006 20:11:28 +0000 (20:11 +0000)]
Fix a memleak

17 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Sat, 22 Jul 2006 19:03:58 +0000 (19:03 +0000)]
Updated Lithuanian translation.

2006-07-22  Žygimantas Beručka  <zygis@gnome.org>

        * lt.po: Updated Lithuanian translation.

17 years agoUpdated French translation.
Christophe Merlet [Sat, 22 Jul 2006 17:34:07 +0000 (17:34 +0000)]
Updated French translation.

17 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Sat, 22 Jul 2006 13:11:21 +0000 (13:11 +0000)]
Updated Lithuanian translation.

2006-07-22  Žygimantas Beručka  <zygis@gnome.org>

        * lt.po: Updated Lithuanian translation.

17 years agoUpdated gtk+ zh_CN translation.
Funda Wang [Sat, 22 Jul 2006 07:54:37 +0000 (07:54 +0000)]
Updated gtk+ zh_CN translation.

17 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Sat, 22 Jul 2006 07:44:10 +0000 (07:44 +0000)]
Updated Lithuanian translation.

2006-07-22  Žygimantas Beručka  <zygis@gnome.org>

        * lt.po: Updated Lithuanian translation.

17 years agoUpdated Portuguese translation.
Duarte Loreto [Sat, 22 Jul 2006 01:38:48 +0000 (01:38 +0000)]
Updated Portuguese translation.

2006-07-22  Duarte Loreto <happyguy_pt@hotmail.com>

* pt,po: Updated Portuguese translation.

17 years agoupdated hebrew translation
Yair Hershkovitz [Fri, 21 Jul 2006 23:03:44 +0000 (23:03 +0000)]
updated hebrew translation

17 years agoNew function to destroy an rc context.
Matthias Clasen [Fri, 21 Jul 2006 16:12:44 +0000 (16:12 +0000)]
New function to destroy an rc context.

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkrc.h:
* gtk/gtkrc.c (_gtk_rc_context_destroy): New function to
destroy an rc context.

* gtk/gtksettings.c (gtk_settings_finalize): Destroy the rc context.
(gtk_settings_get_for_screen): Unref the settings when the screen
goes away. (#348096, Chris Wilson)

17 years agoImplement.
Richard Hult [Fri, 21 Jul 2006 15:17:59 +0000 (15:17 +0000)]
Implement.

2006-07-21  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkgc-quartz.c: (gdk_quartz_gc_get_values),
(gdk_quartz_gc_set_values), (_gdk_windowing_gc_copy),
(gdk_gc_get_screen): Implement.

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_back_pixmap):
Implement.

17 years agoReplace gtk_rc_style_ref/unref by g_object_ref/unref.
Matthias Clasen [Fri, 21 Jul 2006 14:52:05 +0000 (14:52 +0000)]
Replace gtk_rc_style_ref/unref by g_object_ref/unref.

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkstyle.c:
* gtk/gtkrc.c:
* gtk/gtkwidget.c: Replace gtk_rc_style_ref/unref by
g_object_ref/unref.

17 years ago0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy)
Matthias Clasen [Fri, 21 Jul 2006 13:42:43 +0000 (13:42 +0000)]
0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy)

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimcontextsimple.c (gtk_im_context_simple_get_preedit_string):
0-terminate outbuf in all cases.  (#348227, Nguyen Thái Ngoc Duy)

17 years agoEnable symbolic colors and color expressions in style properties. Fixes
Michael Natterer [Fri, 21 Jul 2006 08:27:31 +0000 (08:27 +0000)]
Enable symbolic colors and color expressions in style properties. Fixes

2006-07-21  Michael Natterer  <mitch@imendio.com>

Enable symbolic colors and color expressions in style
properties. Fixes bug #346751.

* gtk/gtkrc.c (rc_parse_token_or_compound): add GtkRcStyle
parameter and replace symbolic colors by color constants.

(gtk_rc_parse_assignment): likewise. Also support parsing of
expressions of the form identifier(compound).

(gtk_rc_parse_style): pass the GtkRcStyle to
gtk_rc_parse_assignment().

(gtk_rc_parse_statement): pass NULL since we don't have a
GtkRcStyle here.

17 years agoremove accidential 2nd parameter to g_object_unref().
Michael Natterer [Fri, 21 Jul 2006 08:15:53 +0000 (08:15 +0000)]
remove accidential 2nd parameter to g_object_unref().

2006-07-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
remove accidential 2nd parameter to g_object_unref().

17 years agoDon't leak the action_view. (#348120, Chris Wilson)
Matthias Clasen [Fri, 21 Jul 2006 05:23:43 +0000 (05:23 +0000)]
Don't leak the action_view. (#348120, Chris Wilson)

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
        Don't leak the action_view.  (#348120, Chris Wilson)

17 years agoImprove drawing of tabs
Matthias Clasen [Fri, 21 Jul 2006 05:20:13 +0000 (05:20 +0000)]
Improve drawing of tabs

17 years agoFix a memleak
Matthias Clasen [Fri, 21 Jul 2006 05:02:27 +0000 (05:02 +0000)]
Fix a memleak

17 years agoUnset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin
Matthias Clasen [Fri, 21 Jul 2006 04:44:24 +0000 (04:44 +0000)]
Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset
        the during_reorder flag.  (#348049, Sven Herzberg, patch
        by Benjamin Otte)

17 years agoUpdated French translation.
Christophe Merlet [Thu, 20 Jul 2006 23:44:24 +0000 (23:44 +0000)]
Updated French translation.

17 years agoArgh, initialize "passed"! (set_filename_timeout_cb): Renamed from
Federico Mena Quintero [Thu, 20 Jul 2006 20:21:10 +0000 (20:21 +0000)]
Argh, initialize "passed"! (set_filename_timeout_cb): Renamed from

2006-07-19  Federico Mena Quintero  <federico@novell.com>

* tests/autotestfilechooser.c (test_black_box): Argh, initialize
"passed"!
(set_filename_timeout_cb): Renamed from timeout_cb().
(test_confirm_overwrite): New function, test confirmation before
overwriting a file in SAVE mode.

17 years agoJust remove the scroll timeout here, don't access settings. (#348095,
Matthias Clasen [Thu, 20 Jul 2006 19:07:51 +0000 (19:07 +0000)]
Just remove the scroll timeout here, don't access settings. (#348095,

2006-07-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll
timeout here, don't access settings.  (#348095, Chris Wilson)

17 years agoFix messed up refcounting. (#348090, Chris Wilson)
Matthias Clasen [Thu, 20 Jul 2006 18:42:17 +0000 (18:42 +0000)]
Fix messed up refcounting. (#348090, Chris Wilson)

2006-07-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextlayout.c (gtk_text_layout_set_contexts): Fix
messed up refcounting.  (#348090, Chris Wilson)

17 years agoExport this privately.
Matthias Clasen [Thu, 20 Jul 2006 18:07:21 +0000 (18:07 +0000)]
Export this privately.

2006-07-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.h:
* gtk/gtkicontheme.c (_gtk_icon_theme_ensure_builtin_cache):
Export this privately.

* gtk/gtkiconfactory.c (render_fallback_image): And call it
here to initialize the builtin cache before using it.  (#348063,
Diego Pettenò)