Pango indent marks

2015-02-11 Thread Detlef Reichl
Hi, is Pango able to render indent marks like dots for spaces and arrows for tabs? I found nothing like this in the docs. If not, what is the best way to do it my self? Cheers, detlef ___ gtk-list mailing list gtk-list@gnome.org

Introspection with GUPnP

2015-02-11 Thread Nick Glencross
Hello, [I'm resending this as I originally sent it before I joined the mailing list, and I've not seen it appear on the list archives. Sorry if it dupes] I'm hoping someone might be able to help me with the following. I've been using the Glib::Object::Introspection perl module to call into the

Workaround to display horizontal scrollbars on treeview on pre-3.14 environments

2015-02-11 Thread Thiago Bellini Ribeiro
Hi all, So, the application I'm working is suffering from this issue [1] (minimum/natural size semantics commit to GtkTreeView breaks GtkScrolledWindow) that was resolved in this commit [2]. Since that applications is targeting gnome 3.10 and that fix is only available, AFAIK, on 3.14+, is there

[resend PATCH] gmacros.h: Don't use __alloc_size__ with clang

2015-02-11 Thread Lubomir Rintel
It doesnt's support it yet. Add a clang feature check in case it gets added later. Signed-off-by: Lubomir Rintel lkund...@v3.sk --- glib/gmacros.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/glib/gmacros.h b/glib/gmacros.h index 62b61cb..2505b91 100644 ---

Re: [resend PATCH] gmacros.h: Don't use __alloc_size__ with clang

2015-02-11 Thread Emmanuele Bassi
hi; thank you for you patch. GLib uses Bugzilla for tracking and reviewing patches. could you please open a new issue against the glib product on https://bugzilla.gnome.org/enter_bug.cgi?product=glib instead of using the mailing list? thanks! ciao, Emmanuele. On Wednesday, February 11, 2015,

Replacement for gtk_widget_override_background_color() with GtkTextView

2015-02-11 Thread Murray Cumming
The gtk_widget_override_*() functions were recently deprecated: https://git.gnome.org/browse/gtk+/commit/?id=63efdca2 (These had themselves replaced gtk_widget_modify_*(): https://git.gnome.org/browse/gtk+/commit/?id=f383e6b0 ) I'd like to improve the deprecation documentation to give more exact