commit fbf8bc4b5185754dc898f409fba5f6f76690e873 Author: Matthias Clasen Date: Sun Apr 3 17:54:34 2011 -0400 Update for 3.0.8 NEWS | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit 9c1b238bf98b6354b011be9a62d5d175a41014a0 Author: Matthias Clasen Date: Sun Apr 3 17:40:37 2011 -0400 Make gdk_x11_window_set_theme_variant do nothing for non-toplevels This avoids problems when calling this e.g. on offscreen windows. gdk/x11/gdkwindow-x11.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 62053dbe476ee8f74552373eda52b5146ee30da6 Author: Matthias Clasen Date: Sat Apr 2 18:39:28 2011 -0400 Keymap: properly initialize lock state We need to get explicitly lock state initially, before we can rely on state changed events to track it. https://bugzilla.gnome.org/show_bug.cgi?id=645341 gdk/x11/gdkkeys-x11.c | 44 +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 39 insertions(+), 5 deletions(-) commit cc837f531bb61fbc10c95cca065b1fd078f96d45 Author: Tristan Van Berkom Date: Sun Apr 3 18:09:22 2011 +0900 Fixed warning catch in gtk_window_compute_hints(). gtk/gtkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c551de2576ea6a6acba21e3490ee30da357f3c7a Author: Wolfgang Stöggl Date: Sun Apr 3 19:19:30 2011 +0200 [l10n] Updated German translation, umlauts fixed po-properties/de.po | 241 +++++++++++++++++++++++++++++---------------------- 1 files changed, 137 insertions(+), 104 deletions(-) commit 544d5820cc08f7f8d7b4b1423e01b179fa046ddc Author: Yuri Kozlov Date: Sun Apr 3 20:15:51 2011 +0400 Updated Russian translation po-properties/ru.po | 294 ++++++++++++++++++++++++++------------------------- 1 files changed, 151 insertions(+), 143 deletions(-) commit 0435283237ea129d2934ba48a8f288a47134d6a1 Author: Inaki Larranaga Murgoitio Date: Sun Apr 3 13:36:57 2011 +0200 Updated Basque language po/eu.po | 1010 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 578 insertions(+), 432 deletions(-) commit e6a5ce020973792db6f71e01c207bcf24bc77a76 Author: Inaki Larranaga Murgoitio Date: Sun Apr 3 13:25:26 2011 +0200 Updated Basque language po-properties/eu.po | 1717 ++++++++++++++++++++++++++------------------------- 1 files changed, 878 insertions(+), 839 deletions(-) commit 45f350bbfd5b26eec637f874a495da4eba8169e7 Author: Carlos Garnacho Date: Sun Apr 3 12:21:57 2011 +0200 theme: Fix prelight on selected rows' expanders There was no prelight effect on selected rows' expanders with the builtin theme, noticed by Kris Rietveld. gtk/gtkcssprovider.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 5a340126ccfe83c4b745078240431273847467f5 Author: Daniel Nylander Date: Sun Apr 3 11:36:46 2011 +0200 Updated Swedish translation po-properties/sv.po | 916 ++++++++++++++++++++++++--------------------------- 1 files changed, 437 insertions(+), 479 deletions(-) commit ca73bcf566030238e0d473f4263adb101f882f62 Author: Lucian Adrian Grijincu Date: Sun Apr 3 02:12:32 2011 +0200 Updated Romanian translation po-properties/ro.po | 816 +++++++++++++++++++-------------------------------- 1 files changed, 306 insertions(+), 510 deletions(-) commit 7ef205c52e16d611c6dd37bb6cb46c387892129d Author: Lucian Adrian Grijincu Date: Sun Apr 3 02:06:14 2011 +0200 Updated Romanian translation po-properties/ro.po | 4258 ++++++++++++++++++++++++++++----------------------- po/ro.po | 1675 ++++++++++++--------- 2 files changed, 3340 insertions(+), 2593 deletions(-) commit 88181d1cc2b4ed817114284ca472c5600607c241 Author: Jorge González Date: Sat Apr 2 20:45:05 2011 +0200 Updated Spanish translation po-properties/es.po | 784 ++++++++++++++++++++++++++------------------------- 1 files changed, 397 insertions(+), 387 deletions(-) commit c7f02139bfd6a90d2499b4c3e94fbf8db137d352 Author: Matthias Clasen Date: Sat Apr 2 11:13:16 2011 -0400 Revert "Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode" This reverts commit bb39638c4f9fadca4a9254d1f6d3f18b72ee3d06. gtk/gtkbin.c | 14 +++++++++++++ gtk/gtkbox.c | 12 +++++++++++ gtk/gtkcellview.c | 11 ---------- gtk/gtkcontainer.c | 54 -------------------------------------------------- gtk/gtkenums.h | 4 +-- gtk/gtkgrid.c | 21 +++++++++++++++--- gtk/gtklabel.c | 8 ++---- gtk/gtksizerequest.c | 40 +++++++----------------------------- gtk/gtkwidget.c | 4 +- gtk/gtkwidget.h | 15 +++++-------- 10 files changed, 63 insertions(+), 120 deletions(-) commit c69d473a3b8cb3d2885d6e529bf6ee3f533515ef Author: Matthias Clasen Date: Sat Apr 2 11:13:07 2011 -0400 Revert "Reduce memory consumption of the size request cache." This reverts commit 148d4cd3fa6eaae027baad89c9c479dfb1a9122c. gtk/gtksizerequest.c | 168 +++++++++++++++-------------------------------- gtk/gtkwidget.c | 3 - gtk/gtkwidgetprivate.h | 20 ++---- 3 files changed, 59 insertions(+), 132 deletions(-) commit 7790f3091b2fc5ac5483d14a153d4907458a0da1 Author: Matthias Clasen Date: Sat Apr 2 11:11:31 2011 -0400 Revert "Cache heights-for-range-of-widths instead of height for every width." This reverts commit edb44589dc141565aeb33891f0e54f6dfec0ebe2. gtk/gtksizerequest.c | 411 ++++++++++++++++++++---------------------------- gtk/gtkwidget.c | 3 +- gtk/gtkwidgetprivate.h | 42 +++--- 3 files changed, 192 insertions(+), 264 deletions(-) commit 42ce306c8de7441f52b864c0215e5114f3997fee Author: Ask H. Larsen Date: Sat Apr 2 19:44:22 2011 +0200 Updated Danish translation po-properties/da.po | 319 +++++++++++++++++++++++++-------------------------- 1 files changed, 159 insertions(+), 160 deletions(-) commit eb45a064b32b353c5781b9f4483cb6264a0d3ae3 Author: George Stefanakis Date: Sat Apr 2 17:56:17 2011 +0300 l10n: Updated Greek translation for gtk+ po/el.po | 1355 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 615 insertions(+), 740 deletions(-) commit ae4de72b555997f5ac59e2b19480d11aaa756107 Author: Gil Forcada Date: Sat Apr 2 09:09:35 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 611 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 377 insertions(+), 234 deletions(-) commit b9031f7bc81970979a240583d8314fa7c8a8631d Author: Matthias Clasen Date: Fri Apr 1 23:52:46 2011 -0400 GtkAppChooserButton: avoid some leaks gtk_tree_model_get() returns a reference for objects. https://bugzilla.gnome.org/show_bug.cgi?id=646462 gtk/gtkappchooserbutton.c | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit c546cf5f596b25d9a6d4c8ac3375fa5039b6dd6c Author: Matthias Clasen Date: Fri Apr 1 22:02:38 2011 -0400 Fix some refcounting issues in the print dialog gtk_tree_model_get returns a reference for objects, but the printers in the model can be NULL, https://bugzilla.gnome.org/show_bug.cgi?id=646446 gtk/gtkprintunixdialog.c | 22 ++++++++++------------ 1 files changed, 10 insertions(+), 12 deletions(-) commit 53ae5a1c09fb4fc8e8c81e6ebdd5cbb93bc39c3d Author: Benjamin Otte Date: Sat Apr 2 03:57:27 2011 +0200 widget: Do the sanity checks earlier This avoids a crash in broken applications, in particular the gdm greeter. https://bugzilla.gnome.org/show_bug.cgi?id=646498 gtk/gtkwidget.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 6647a735631ed10318a2b422b31340b90ef1e5df Author: Benjamin Otte Date: Sat Apr 2 03:54:38 2011 +0200 frame: Make sure the size we compute doesn't get unsigned-promoted gtk/gtkframe.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 51737af6fca2f05237966b7a4fbd7eb5e0b5e86f Author: Fran Dieguez Date: Sat Apr 2 01:17:02 2011 +0200 Updated Galician translations po-properties/gl.po | 546 ++++++++++++++++++++++++++------------------------- 1 files changed, 277 insertions(+), 269 deletions(-) commit d031b3731e0e78745be2070e860f393dd4fb52d2 Author: Matthias Clasen Date: Fri Apr 1 17:10:41 2011 -0400 Bump version configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)