RFC on several enhancement bugs for glib

2010-05-29 Thread Paolo Bonzini
Hi all, about a month ago I posted some enhancements (mostly new functionality) to glib in Bugzilla. I received some comments referring me to existing similar bugs, and accordingly closed bugs that turned out to be duplicates or not worthwhile according to the glib developers who replied. E

Re: Speeding up 2.16

2008-12-18 Thread Paolo Bonzini
> - progress in entries (this has been committed, but still has some > issues that need to be addressed) > - icons in entries (that patch has seen a lot of revision and is almost ready) > - a GtkActivatable interface for action proxies (this is important, > since it is a prerequisite for having >

Re: GObject-Introspection 0.5.0

2008-09-08 Thread Paolo Bonzini
Mikkel Kamstrup Erlandsen wrote: > 2008/9/7 Paolo Bonzini <[EMAIL PROTECTED]>: >>>> I'm leaning towards using the "ownership" terminology instead of >>>> "transfer". >>>> typedef enum { >>&

Re: GObject-Introspection 0.5.0

2008-09-07 Thread Paolo Bonzini
>> I'm leaning towards using the "ownership" terminology instead of "transfer". >> typedef enum { >>GI_OWNERSHIP_CALLER, /* caller owns it, caller should free it after use */ >>GI_OWNERSHIP_CALLEE /* callee owns it, caller should leave it as it is */ >> } GITypeOwnership; > > Just as a

Re: [RFC] supporting an alternative layout management algorithm

2008-09-04 Thread Paolo Bonzini
Matthias Clasen wrote: > On Tue, Sep 2, 2008 at 1:24 PM, Behdad Esfahbod >> These changes of your to GTK+ are quite similar to the "ExtendedLayout" work >> that Mathias Hasselmann has done previously, though that's not merged into >> GTK+ yet. He also introduces an interface that adds height-for-w

Re: [PATCH] limit the number of extended layout features supported by GtkLabel at the same time

2008-09-04 Thread Paolo Bonzini
with or without my patch), and I also fixed autotestextendedlayout because it failed in the current tip of the branch, independent of my previous patch. Paolo 2008-09-03 Paolo Bonzini <[EMAIL PROTECTED]> * gtk/gtklabel.c: Disable natural size layout for wrapping label

[PATCH] Add extended layout support for GtkViewport

2008-09-04 Thread Paolo Bonzini
. So I'm a bit lost about where to implement it. I'll probably make my own container when time comes. (Of course, I cannot really rely on something that is on a branch, so I'll go on with my GtkManagedLayout for a while. However, I'll eagerly wait for GTK+ 2.16 so tha

[PATCH] Fix a number of GtkLabel extended layout issues

2008-09-04 Thread Paolo Bonzini
In the meanwhile, this patch makes things work properly. Ok? (I obviously require someone to commit it for me if accepted). Paolo 2008-09-04 Paolo Bonzini <[EMAIL PROTECTED]> * gtk/gtklabel.c: Set priv->wrap_width in the extended-layout height_for_width code.