commit a00b21d2e4d72e1167a81f780afe4b41220a4250 Author: Matthias Clasen Date: Sat Jun 27 23:31:50 2009 -0400 Update for 2.16.3 NEWS | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit 47b3f983404ce06a2ee327dd8db428e63f52d1f7 Author: Marco Túlio Gontijo e Silva Date: Mon Jun 22 10:18:44 2009 -0300 Updated Brazilian Portuguese translation po-properties/pt_BR.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc27497020de7287c74a012b8f6a49c9f30c35b8 Author: Stanislav Brabec Date: Tue Jun 23 14:05:32 2009 -0500 bgo#529908 - Sanitize handling of motion events in GtkNotebook GtkNotebook used gdk_window_get_pointer() incorrectly, as it already had coordinates from various GdkEvents. Using get_pointer() means that you get pointer positions *after* the event has happened, which leads to visual out-of-sync results, or inadvertently detached tabs if you click on them while your machine is being slow. Signed-off-by: Federico Mena Quintero gtk/gtknotebook.c | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) commit 072ddd923d23956d48acaa5fed8e26ca89e57f18 Author: Bastien Nocera Date: Mon Jun 22 17:19:21 2009 +0100 Bug 461944 – pressing the volume icon in full screen shuts down the sound Don't pass the click on the button through to the scale when the dock popup will be moved, otherwise we could end up changing the sound in unexcepted ways (to zero for vertical popups at the bottom of the screen for example). gtk/gtkscalebutton.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit c216fcc16d3f3f27a9e50fed0162f70f55d0866b Author: Matthias Clasen Date: Mon Jun 22 12:19:52 2009 -0400 Remove extra padding from comboboxes We do want to have consistent padding in menus in menubars and context menus, but the menus used in comboboxes don't need the extra padding. Add private GtkMenu API for turning this off. Bug 564063 gtk/gtkcombobox.c | 3 +++ gtk/gtkmenu.c | 34 +++++++++++++++++++++++++--------- gtk/gtkmenu.h | 6 ++++++ 3 files changed, 34 insertions(+), 9 deletions(-) commit c4aae6a41106e6d8e2bccb89fd95a52dd23345e6 Author: Matthias Clasen Date: Sun Jun 21 23:30:27 2009 -0400 Fix 'Add to bookmarks' initial sensitivity Make sure that we always call bookmarks_check_add_sensitivity() at least once before popping up a newly created menu. Fixes bug 585858. gtk/gtkfilechooserdefault.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 5268657befe2653b243369cf3bd2469c9ddd78da Author: Matthias Clasen Date: Sat Jun 20 20:51:37 2009 -0400 Update some links in the tutorial This fixes bug 585953. docs/tutorial/gtk-tut.sgml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 8d41fc7ef16b8498a6adc809ca3deeeb855d34ac Author: Matthias Clasen Date: Sat Jun 20 13:54:33 2009 -0400 Reduce roundtrips Setting a tooltip on a widget unfortunately triggers several roundtrips to the X server. We reduce this overhead by only doing it if the widget is visible, and by deferring to an idle. See bug 585626. gtk/gtkwidget.c | 49 +++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 41 insertions(+), 8 deletions(-) commit 1b4d4628b94f9aff0af63aebfbc2e3ed73eed56b Author: Matthias Clasen Date: Thu Jun 18 22:08:31 2009 -0400 Fix an oversight in mnemonic handling In some situations, GtkButton would ignore the use-underline property. This was reported in bug 586330. gtk/gtkbutton.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit e227a8b0d7a55388bf504169731d977d45920a02 Author: Federico Mena Quintero Date: Thu Jun 18 21:29:54 2009 -0500 bgo#586315 - gtk_file_chooser_list_shortcut_folders() was crashing The virtual method list_shortcut_folders returns a GSList * of GFile *. In turn, gtk_file_chooser_list_shortcut_folders() converts those to strings. However, the delegate in gtkfilechooserutils.c was calling gtk_file_chooser_list_shortcut_folders() every time, so we were trying to convert invalid data. Now we have an internal function that deals with GFile *. That function is called by the delegate, and the conversion is done only once by the API entry points. Signed-off-by: Federico Mena Quintero gtk/gtkfilechooser.c | 11 +++++++++-- gtk/gtkfilechooserprivate.h | 1 + gtk/gtkfilechooserutils.c | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) commit b12515cf2beedddec69adf940572c849f6c64bc5 Author: A S Alam Date: Thu Jun 18 06:45:45 2009 +0530 updating Punjabi Translation for branch po-properties/pa.po | 3586 +++++++++++++++++++++++++-------------------------- po/pa.po | 2142 +++++++++++++++--------------- 2 files changed, 2859 insertions(+), 2869 deletions(-) commit 97b64d80370fb284cd8461effca01eb5dd8449ed Author: Daniel Elstner Date: Sun Jun 14 01:14:00 2009 +0200 Terminate case with break in switch statement * gtk/gtkstatusicon.c (gtk_status_icon_set_property): Add missing break statements to unterminated case blocks inside switch. gtk/gtkstatusicon.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit cdca87d715691def2789b8aab4bc121a4e717d80 Author: Matthias Clasen Date: Mon Jun 15 21:10:34 2009 +0200 Bug 565317 - Resulting image of GtkCellRendererPixbuf depends on order of set properties (gtk_cell_renderer_pixbuf_set_property): add back evil code that makes sure that the current image is only unset if the new image was created from the same property or the new property is not NULL. gtk/gtkcellrendererpixbuf.c | 155 ++++++++++++++++++++++++++++++++----------- 1 files changed, 117 insertions(+), 38 deletions(-) commit 523ddd573ed376b2f2dd8b757dcebe764addd38e Author: Daniel Nylander Date: Sun Jun 14 22:12:48 2009 +0200 Updated Swedish translation po/sv.po | 2686 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1213 insertions(+), 1473 deletions(-) commit 7d6991b80ba860559388dba5289738338683a147 Author: Manoj Kumar Giri Date: Wed Jun 10 19:46:30 2009 +0530 Added entries for Hindi Translation updated by Rajesh Ranjan po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 32dae07600b93683b60e46eeb67c89da02473a80 Author: Manoj Kumar Giri Date: Wed Jun 10 19:44:57 2009 +0530 Updated Hindi Translation on behalf of Rajesh Ranjan po/hi.po | 2126 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1062 insertions(+), 1064 deletions(-) commit a7c59cfe53e3bef1afe7b661de95a6ee61825b59 Author: Runa Bhattacharjee Date: Tue Jun 9 10:28:29 2009 +0530 Updated Bengali India Translations po/bn_IN.po | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 69 insertions(+), 6 deletions(-) commit 4163c21667f68ded82f6c97e58c7b4eaacbdb0b5 Author: Manoj Kumar Giri Date: Mon Jun 8 19:22:20 2009 +0530 Updated Oriya Translation po-properties/or.po | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit abea8a81765e517c3df78336f4bc86b22ee54e30 Author: Manoj Kumar Giri Date: Mon Jun 8 19:17:59 2009 +0530 Added entries for Oriya Translation po-properties/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit dc11d389ed00127afaabb10ce1d6f989240be741 Author: Manoj Kumar Giri Date: Mon Jun 8 19:16:14 2009 +0530 Updated Oriya Translation po-properties/or.po | 3840 +++++++++++++++++++++++++-------------------------- 1 files changed, 1893 insertions(+), 1947 deletions(-) commit ed9e9fc4e4c53ad79151e8e6153a46247f289afb Author: Takeshi AIHANA Date: Sun May 31 16:52:30 2009 +0900 Updated Japanese translation. po/ja.po | 2082 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1045 insertions(+), 1037 deletions(-) commit ba08850ab0eafb70594f61fe0fa16d4eb29db83e Author: Matthias Clasen Date: Sun May 31 01:11:38 2009 -0400 Bump version to 2.16.3 configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 06175da87c6b071b0022a181d0d8c12c9a27351d Author: Matthias Clasen Date: Sun May 31 01:06:45 2009 -0400 2.16.2 modules/printbackends/Makefile.am | 2 +- po-properties/af.po | 2 +- po-properties/am.po | 2 +- po-properties/ang.po | 2 +- po-properties/ar.po | 2 +- po-properties/as.po | 2 +- po-properties/ast.po | 2 +- po-properties/az.po | 2 +- po-properties/az_IR.po | 2 +- po-properties/be.po | 2 +- po-properties/be@latin.po | 2 +- po-properties/bg.po | 2 +- po-properties/bn.po | 2 +- po-properties/bn_IN.po | 2 +- po-properties/br.po | 2 +- po-properties/bs.po | 2 +- po-properties/ca.po | 2 +- po-properties/ca@valencia.po | 2 +- po-properties/crh.po | 2 +- po-properties/cs.po | 2 +- po-properties/cy.po | 2 +- po-properties/da.po | 2 +- po-properties/de.po | 2 +- po-properties/dz.po | 2 +- po-properties/el.po | 2 +- po-properties/en_CA.po | 2 +- po-properties/en_GB.po | 2 +- po-properties/eo.po | 2 +- po-properties/es.po | 2 +- po-properties/et.po | 2 +- po-properties/eu.po | 2 +- po-properties/fa.po | 2 +- po-properties/fi.po | 2 +- po-properties/fr.po | 2 +- po-properties/ga.po | 2 +- po-properties/gl.po | 2 +- po-properties/gu.po | 2 +- po-properties/he.po | 2 +- po-properties/hi.po | 2 +- po-properties/hr.po | 2 +- po-properties/hu.po | 2 +- po-properties/hy.po | 2 +- po-properties/ia.po | 2 +- po-properties/id.po | 2 +- po-properties/io.po | 2 +- po-properties/is.po | 2 +- po-properties/it.po | 2 +- po-properties/ja.po | 2 +- po-properties/ka.po | 2 +- po-properties/kn.po | 2 +- po-properties/ko.po | 2 +- po-properties/ku.po | 2 +- po-properties/li.po | 2 +- po-properties/lt.po | 2 +- po-properties/lv.po | 2 +- po-properties/mai.po | 2 +- po-properties/mi.po | 2 +- po-properties/mk.po | 2 +- po-properties/ml.po | 2 +- po-properties/mn.po | 2 +- po-properties/mr.po | 2 +- po-properties/ms.po | 2 +- po-properties/nb.po | 2 +- po-properties/ne.po | 2 +- po-properties/nl.po | 2 +- po-properties/nn.po | 2 +- po-properties/nso.po | 2 +- po-properties/oc.po | 2 +- po-properties/or.po | 3551 +++++++++++++++++++------------------ po-properties/pa.po | 2 +- po-properties/pl.po | 2 +- po-properties/ps.po | 2 +- po-properties/pt.po | 2 +- po-properties/pt_BR.po | 2 +- po-properties/ro.po | 2 +- po-properties/ru.po | 2 +- po-properties/rw.po | 2 +- po-properties/si.po | 2 +- po-properties/sk.po | 2 +- po-properties/sl.po | 2 +- po-properties/sq.po | 2 +- po-properties/sr.po | 2 +- po-properties/sr@ije.po | 2 +- po-properties/sr@latin.po | 2 +- po-properties/sv.po | 2 +- po-properties/ta.po | 2 +- po-properties/te.po | 2 +- po-properties/th.po | 2 +- po-properties/tk.po | 2 +- po-properties/tr.po | 2 +- po-properties/tt.po | 2 +- po-properties/uk.po | 3392 ++++++++++++++++++------------------ po-properties/ur.po | 2 +- po-properties/uz.po | 2 +- po-properties/uz@cyrillic.po | 2 +- po-properties/vi.po | 2 +- po-properties/wa.po | 2 +- po-properties/xh.po | 2 +- po-properties/yi.po | 2 +- po-properties/zh_CN.po | 2 +- po-properties/zh_HK.po | 2 +- po-properties/zh_TW.po | 2 +- po/af.po | 82 +- po/am.po | 82 +- po/ang.po | 82 +- po/ar.po | 2069 +++++++++++----------- po/as.po | 82 +- po/ast.po | 82 +- po/az.po | 82 +- po/az_IR.po | 82 +- po/be.po | 82 +- po/be@latin.po | 82 +- po/bg.po | 2069 +++++++++++----------- po/bn.po | 82 +- po/bn_IN.po | 82 +- po/br.po | 82 +- po/bs.po | 82 +- po/ca.po | 2069 +++++++++++----------- po/ca@valencia.po | 82 +- po/crh.po | 82 +- po/cs.po | 2069 +++++++++++----------- po/cy.po | 82 +- po/da.po | 2069 +++++++++++----------- po/de.po | 2072 +++++++++++----------- po/dz.po | 82 +- po/el.po | 2069 +++++++++++----------- po/en_CA.po | 82 +- po/en_GB.po | 2072 +++++++++++----------- po/eo.po | 82 +- po/es.po | 2072 +++++++++++----------- po/et.po | 2072 +++++++++++----------- po/eu.po | 82 +- po/fa.po | 82 +- po/fi.po | 82 +- po/fr.po | 82 +- po/ga.po | 2069 +++++++++++----------- po/gl.po | 82 +- po/gu.po | 128 +- po/he.po | 82 +- po/hi.po | 82 +- po/hr.po | 82 +- po/hu.po | 2111 +++++++++++----------- po/hy.po | 82 +- po/ia.po | 82 +- po/id.po | 82 +- po/io.po | 82 +- po/is.po | 82 +- po/it.po | 2072 +++++++++++----------- po/ja.po | 82 +- po/ka.po | 82 +- po/kn.po | 2117 +++++++++++----------- po/ko.po | 82 +- po/ku.po | 82 +- po/li.po | 82 +- po/lt.po | 82 +- po/lv.po | 82 +- po/mai.po | 82 +- po/mi.po | 82 +- po/mk.po | 82 +- po/ml.po | 82 +- po/mn.po | 82 +- po/mr.po | 82 +- po/ms.po | 82 +- po/nb.po | 82 +- po/ne.po | 82 +- po/nl.po | 82 +- po/nn.po | 82 +- po/nso.po | 82 +- po/oc.po | 82 +- po/or.po | 119 +- po/pa.po | 82 +- po/pl.po | 82 +- po/ps.po | 82 +- po/pt.po | 82 +- po/pt_BR.po | 2072 +++++++++++----------- po/ro.po | 82 +- po/ru.po | 82 +- po/rw.po | 82 +- po/si.po | 82 +- po/sk.po | 82 +- po/sl.po | 2069 +++++++++++----------- po/sq.po | 82 +- po/sr.po | 2069 +++++++++++----------- po/sr@ije.po | 82 +- po/sr@latin.po | 2097 +++++++++++----------- po/sv.po | 82 +- po/ta.po | 82 +- po/te.po | 82 +- po/th.po | 82 +- po/tk.po | 82 +- po/tr.po | 82 +- po/tt.po | 82 +- po/uk.po | 2069 +++++++++++----------- po/ur.po | 82 +- po/uz.po | 82 +- po/uz@cyrillic.po | 82 +- po/vi.po | 82 +- po/wa.po | 82 +- po/xh.po | 82 +- po/yi.po | 82 +- po/zh_CN.po | 2072 +++++++++++----------- po/zh_HK.po | 82 +- po/zh_TW.po | 82 +- 203 files changed, 27647 insertions(+), 27740 deletions(-)