Re: Editable GtkLabel?

2006-07-21 Thread Jonathan Blandford
On Thu, 2006-07-20 at 10:04 +0200, Murray Cumming wrote:
> In the GTK+ meeting at GUADEC
> ( http://www.gtk.org/plan/meetings/20060625.txt )
> there was talk of making GtkLabel editable.
> 
> For what is this needed?

It would also be used by evince for forms.  I would also have used them
for GtkCellRendererText in the treeview had it existed.

Thanks,
-Jonathan


signature.asc
Description: This is a digitally signed message part
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


[GTK+ on Mac OS X] Does the transparency work ?

2006-07-21 Thread Malik NakaMura
Hi,

I tested GTK+ on Mac OS X (built with Imendio Build Page) and It seems that 
the transparency is not working. Does anyone have this problem ?

In gdkdrawable-quartz.c, and in this function gdk_quartz_draw_image(...) I 
see that there is a parameter that maybe has to be changed 
(kCGImageAlphaNoneSkipFirst) :

cgimage = CGImageCreate (image->width, image->height, 8,
   32, image->bpl,
   colorspace,
   kCGImageAlphaNoneSkipFirst,
   data_provider, NULL, FALSE, 
kCGRenderingIntentDefault);

so I replaced kCGImageAlphaNoneSkipFirst by kCGImageAlphaFirst but the 
transparency is still not working...


Best Regards,

Malik


___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: EggRegex

2006-07-21 Thread Marco Barisione
Owen Taylor wrote:

> Considering that a large amount of the size of GLib is Unicode tables,
> it's almost certainly better that a few apps have two copies of the PCRE
> code than all processes have two copies of the Unicode tables.

Using the internal copy, if there is a security bug in PCRE, distros 
have to update two libraries instead of just libpcre.


Can someone take a look to pcre/ucptable.c, pcre/ucp.h and 
pcre/pcre_ucp_searchfuncs.c?

The files are here:
http://techn.ocracy.org/eggregex/?f=03897669abe3;file=pcre/ucp.h;style=raw
http://techn.ocracy.org/eggregex/?f=3ad939693cb3;file=pcre/ucptable.c;style=raw
http://techn.ocracy.org/eggregex/?f=b567294355b0;file=pcre/pcre_ucp_searchfuncs.c;style=raw

I need some advice to do this.

-- 
Marco Barisione
http://www.barisione.org/
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


GTK+ 2.10 examples with DirectFB

2006-07-21 Thread karuna karan
Hi all,
I have built gtk+-2.10 with directfb-0.9.25.1 backend on my x86 running 
Linux FC2.

Sample programs from examples/ do indeed use Directfb. But when programs 
under
test/ is run no DirectFB initialisaition happens ie. they do not appear to 
be using DirectFB.
Is this a known thing? How can we build the tests/ or demos/ directories 
with directfb?

Regards,
Karuna.

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list