Re: GTK-Canvas

2006-02-27 Thread Sven Herzberg
On Di, 2006-02-28 at 02:18 -0500, Behdad Esfahbod wrote: > The obvious question, any plan to merge efforts with GooCanvas? GooCanvas has taken some decisions for its API that I tried to avoid from the beginning (e.g., having two classes per item-type) to make writing custom items easier (less code

Re: GTK-Canvas

2006-02-27 Thread Behdad Esfahbod
Nice work Sven, The obvious question, any plan to merge efforts with GooCanvas? behdad On Mon, 27 Feb 2006, Sven Herzberg wrote: > Hi there, > > I spend the last weeks to develop a cairo based canvas for GTK+. When > developing that canvas I was inspired by the GNOME canvas API. For > people

Re: GTK-Canvas

2006-02-27 Thread Havoc Pennington
Hi, On Tue, 2006-02-28 at 01:41 +0100, Sven Herzberg wrote: > If you have questions, bug reports, recommendations, feel free to send > them either per email (I read the lists I sent this email to) or take > the newly created Wiki Page [1] and edit it. It looks slick and nicely done (congrats!)

Bug 317387 – CellRendererCombo's "edited " signal not firing when needed

2006-02-27 Thread Daniel Kasak
Greetings. I'm a Gtk2-Perl developer. I have encountered a bug with CellRendererCombo which I'm unable to work around, and would *very* much appreciate it if a developer could take a quick look. The bug report, which contains a Gtk2-Perl script to demonstrate the problem, is at: http://bugzil

Re: Pango-1.11.99 "Just In Case" released [unstable]

2006-02-27 Thread Behdad Esfahbod
On Mon, 27 Feb 2006, Federico Mena Quintero wrote: > On Mon, 2006-02-27 at 13:45 -0500, Behdad Esfahbod wrote: > > > You sure? Until just before 0.11.6 it was validating the string > > all the time. And none of us noticed anything in performance > > analysis, right? > > Oh, was it? > > If it wa

Re: Popup menus for GtkTreeView

2006-02-27 Thread Emmanuele Bassi
On Fri, 2006-02-24 at 22:41 -0600, Federico Mena Quintero wrote: > I want a context-sensitive menu in a GtkTreeView. [snip on heavy hackery and m4d sk1llz] > We need a signal in GtkTreeView like this: > > gboolean (* tree_popup_menu) (GtkTreeView *tree_view, > i

Re: Pango-1.11.99 "Just In Case" released [unstable]

2006-02-27 Thread Federico Mena Quintero
On Mon, 2006-02-27 at 13:45 -0500, Behdad Esfahbod wrote: > You sure? Until just before 0.11.6 it was validating the string > all the time. And none of us noticed anything in performance > analysis, right? Oh, was it? If it was, then I'm all for leaving it in. It indeed did not show up in th

GTK-Canvas

2006-02-27 Thread Sven Herzberg
Hi there, I spend the last weeks to develop a cairo based canvas for GTK+. When developing that canvas I was inspired by the GNOME canvas API. For people who have been using the GNOME canvas, it's very easy to use, there's just one bis change: Model/View split. The dependency list of that can

xinput support

2006-02-27 Thread Andrew Zabolotny
Hello! A couple of weeks ago I involuntarily got involved into developement of a linux tablet driver (bought a wacom bluetooth tablet and it turned out that it isn't supported by linux so I sat down and wrote the driver in a couple of evenings ;-) Now I have it working in X11, thanks to Ping Chen

Re: Pango-1.11.99 "Just In Case" released [unstable]

2006-02-27 Thread Owen Taylor
On Mon, 2006-02-27 at 12:11 -0600, Federico Mena Quintero wrote: > On Sun, 2006-02-26 at 21:47 -0500, Behdad Esfahbod wrote: > > * Insert '?' chars instead of invalid UTF-8 sequences in > > pango_layout_set_text [#33195] > > A long, long time ago we mande the decision to assume that > pango_layo

Re: Pango-1.11.99 "Just In Case" released [unstable]

2006-02-27 Thread Matthias Clasen
On 2/27/06, Behdad Esfahbod <[EMAIL PROTECTED]> wrote: > On Mon, 27 Feb 2006, Federico Mena Quintero wrote: > > > On Sun, 2006-02-26 at 21:47 -0500, Behdad Esfahbod wrote: > > > * Insert '?' chars instead of invalid UTF-8 sequences in > > > pango_layout_set_text [#33195] > > > > A long, long time

Re: Pango-1.11.99 "Just In Case" released [unstable]

2006-02-27 Thread Behdad Esfahbod
On Mon, 27 Feb 2006, Federico Mena Quintero wrote: > On Sun, 2006-02-26 at 21:47 -0500, Behdad Esfahbod wrote: > > * Insert '?' chars instead of invalid UTF-8 sequences in > > pango_layout_set_text [#33195] > > A long, long time ago we mande the decision to assume that > pango_layout_set_text()

Re: Pango-1.11.99 "Just In Case" released [unstable]

2006-02-27 Thread Federico Mena Quintero
On Sun, 2006-02-26 at 21:47 -0500, Behdad Esfahbod wrote: > * Insert '?' chars instead of invalid UTF-8 sequences in > pango_layout_set_text [#33195] A long, long time ago we mande the decision to assume that pango_layout_set_text() gets a valid UTF-8 string. Doing otherwise would kill performa