Re: [E-devel] Solaris edje troubles

2006-11-24 Thread Nathan Ingersoll
This might not actually be a problem with the X server as much as an assumption in edje that printf won't segv on a string pointer to NULL. On 11/24/06, Falko Schmidt <[EMAIL PROTECTED]> wrote: > [...] > > > > Now that I've got E17 running, I noticed that it recieves no > > > > keyboard input at a

Re: [E-devel] E17 in Debian Sid

2006-11-24 Thread Falko Schmidt
On Fri, Nov 24, 2006 at 10:43:03PM +, Lut!n wrote: > 2006/11/24, Falko Schmidt <[EMAIL PROTECTED]>: > > > > Hi all, > > > Hi Falko , > > as some of you might have noticed, I'm trying to help out by adding and > > fixing Debian packaging information in CVS since about eight months. > > Meanwh

Re: [E-devel] bad drawnig - invisible shelf

2006-11-24 Thread Metrics
On Fri, Nov 24, 2006 at 07:46:20AM +0800, Stafford Horne wrote: > On Thu, 23 Nov 2006 17:52:28 +0100 > Wiesiek <[EMAIL PROTECTED]> wrote: > > > No. I need the clock "Above Everything" and it is the problem. It is so cool > > - full transparency for mouse events. > > Wiesiek > > I see. There may

Re: [E-devel] Solaris edje troubles

2006-11-24 Thread Falko Schmidt
[...] > > > Now that I've got E17 running, I noticed that it recieves no > > > keyboard input at all (e.g. in the 'run command' dialog or and other > > > widget) although input works for applications run inside E17 (e.g. > > > xterm). I'll investigate a bit more, but maybe someone out there > > > a

Re: [E-devel] E17 in Debian Sid

2006-11-24 Thread Lut!n
2006/11/24, Falko Schmidt <[EMAIL PROTECTED]>: > > Hi all, Hi Falko , as some of you might have noticed, I'm trying to help out by adding and > fixing Debian packaging information in CVS since about eight months. > Meanwhile I took over Blake's Debian repository on edevelop.org which > now suppo

[E-devel] E17 in Debian Sid

2006-11-24 Thread Falko Schmidt
Hi all, as some of you might have noticed, I'm trying to help out by adding and fixing Debian packaging information in CVS since about eight months. Meanwhile I took over Blake's Debian repository on edevelop.org which now supports i386, AMD64, alpha and Sparc. Some days ago Jan Christoph Nordhol

Re: [E-devel] E17 CVS link not working

2006-11-24 Thread Vincent Torri
Cobra is hosting a viewcvs here: http://e.kevb.net/cgi-bin/viewvc.cgi/ Vincent > > I know the CVS has been moved to a new server. But isn't there a > viewcvs on this new server? What is the adress? - Take Surveys. Earn Cas

[E-devel] E17 CVS link not working

2006-11-24 Thread Andreas Volz
Hi, the link to E17 CVS on the website isn't working: http://enlightenment.org/Enlightenment/Get_Enlightenment/ -> http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/ I know the CVS has been moved to a new server. But isn't there a viewcvs on this new server? What is the adress? regards A

[E-devel] [epeg] _epeg_scale() not called from epeg_pixels_get()

2006-11-24 Thread Johannes Hofmann
Hi, I am using the epeg lib to generate thumbnails in memory (for display in an X11 application). Therefore I use the epeg_pixels_get() function. This works fine, but the resulting images are a bit too large. If I call epeg_encode() before epeg_pixels_get() however, _epeg_scale() gets called and

Re: [E-devel] Benchmark: Brute force copy from GL pbuffer to image as data

2006-11-24 Thread Solerman Kaplon
[EMAIL PROTECTED] escreveu: > As I mentioned a little while ago, I wanted to benchmark the speed at > which an OpenGL rendering into a buffer can be moved out of video memory, > into the system memory and then back into an Evas Image and rendered to > the screen. > That is known to be really slo