Re: [E-devel] [RFC] Events

2007-04-06 Thread The Rasterman
On Wed, 21 Mar 2007 17:45:43 +0100 Cedric BAIL <[EMAIL PROTECTED]> babbled: i'll do this one first - it's less work than the sdl engine + cache + one :) > Another discussion, this time about events. During my test of SDL engine, I > did like the key repeat functionnality of SDL, but it wasn'

Re: [E-devel] bug in evas

2007-04-06 Thread The Rasterman
On Wed, 4 Apr 2007 10:39:13 -0500 Brian Mattern <[EMAIL PROTECTED]> babbled: > On Wed, Apr 04, 2007 at 01:39:51PM +0900, Carsten Haitzler wrote: > > all in all this isnt a simple solution. the only way i see to handle both > > methods is to have 2 calls. 1 to add a point relative to origin and one

Re: [E-devel] [RFC] SDL Engine

2007-04-06 Thread [EMAIL PROTECTED]
> > You're using the image struct's "extended_info" pointer, > > in the sdl engine, to hold an engine-specific surface (namely, > > an sdl surface), I added an extra "void *engine_surface" for > > this (I did it for the xrender and gl engines), since the > > 'extended_info' pointer was likely

Re: [E-devel] shelf authohide patch

2007-04-06 Thread Виктор Кожухаров
В чт, 2007-04-05 в 21:09 +0200, Hannes Janetzek написа: > Hi, > I made a patch so that hiding of the shelf is done by the shelf and not > by the theme. I think this will make it easier to have a consistent and > configurable shelf-hiding behaviour. > I added one theme-data item to the shelf group:

[E-devel] E17 + X screensaver + DPMS = Xorg.segv

2007-04-06 Thread Ravenlock
Hello, While investigating a different DPMS issue I've run across what I believe is an Xorg/xscreensaver/DPMS issue. Running Xorg 6.9.0 (maybe others for all I know) if I enable the xscreensaver, and setup DPMS to *not* enter standby, but *do* enter suspend... I get a segv shortly after the scr

Re: [E-devel] Another prob crosscompiling Ecore

2007-04-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimiliano Calamelli schreef: > On Thu, 05 Apr 2007 18:54:37 +0200 > Koen Kooi <[EMAIL PROTECTED]> wrote: > But now i've a little dubt: on x86 system with 2.4.xx kernel version, > it seems to me that the same ecore_fb_li.c can't compile, or in the >

Re: [E-devel] Fwd: Re: [collab4] eclair improvements

2007-04-06 Thread Párkányi Péter
> Hi Peter, > > All the changes you are describing are actually the reasons why I > started coding Etk: I needed a toolkit library to add a filechooser and > a collection manager to Eclair. Etk was just more work than I first > thought it would be, and I've never been able to work on Eclair again.

Re: [E-devel] [RFC] SDL Engine

2007-04-06 Thread Cedric BAIL
On Friday 06 April 2007 09:58:26 [EMAIL PROTECTED] wrote: > Cedric wrote: > > - evas_cache_image.diff: Add a global cache for image mechanism. > > I hope it could be shared with other engine and reduce their > > code complexity. This cache works more like the one from FreeType, > > you re

Re: [E-devel] E CVS: libs/ecore englebass

2007-04-06 Thread Stéphane Bauland
Enlightenment CVS wrote: Enlightenment CVS committal Author : englebass Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas.c ecore_evas_private.h ecore_evas_x.c Log Message: Don't use an idler to delete the evas. This wont work duri

Re: [E-devel] shelf authohide patch

2007-04-06 Thread Виктор Кожухаров
В чт, 2007-04-05 в 21:09 +0200, Hannes Janetzek написа: > Hi, > I made a patch so that hiding of the shelf is done by the shelf and not > by the theme. I think this will make it easier to have a consistent and > configurable shelf-hiding behaviour. > I added one theme-data item to the shelf group:

Re: [E-devel] easy_e17.sh

2007-04-06 Thread Peter Parkanyi
> Or else, you might wanna discover the magic "-e" arg : > #easy_e17.sh -i -e --clean --clean > > is my "default" way to build e. Or else the developer might remove entrance_edit_gui from the script, because it is pretty much broken. It uses a year old API definiton, while these stuff are changi

Re: [E-devel] [RFC] SDL Engine

2007-04-06 Thread [EMAIL PROTECTED]
Cedric wrote: > I finally got a SDL Engine running and starting to look > correct. I did split it in 3 patch. > > - evas_cache_image.diff: Add a global cache for image mechanism. > I hope it could be shared with other engine and reduce their > code complexity. This cache work

Re: [E-devel] Another prob crosscompiling Ecore

2007-04-06 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 05 Apr 2007 18:54:37 +0200 Koen Kooi <[EMAIL PROTECTED]> wrote: > You cirrus toolchain is old, broken, and only supported by cirrus itself, so > you should > ask them to solve the problem. > > You could solve the problem by either updating y