Re: [E-devel] /usr/local/include/Ebg.h:118: variable or field `obj'declared void

2003-01-16 Thread Cristalle Azundris Sabon
Elias Pouloyiannis writes: > > > > (AFAIK essence will become the file manager) > > > > "How many times!?" :-S There is no "essence." > > > again... that's not my personal opinion. it was only something i read on > http://e1x.codewordt.co.uk > on a post that as i understood was refering

[E-devel] !!Ecore!!

2003-01-16 Thread Cristalle Azundris Sabon
Cool, you re-invented glib! : ) [ear-marked for evidence2] --- This SF.NET email is sponsored by: Thawte.com Understand how to protect your customers personal information by implementing SSL on your Apache Web Server. Click here to g

[E-devel] e17 on Irix?

2003-01-16 Thread David Fredin
Hi! Have anyone tried out e17 on Irix? I'm a new systems admin for a bunch of Indys and O2:s and I'm curious if anyone have experience of e on Irix... Anyone know any good mailing list for Irix admin? /David Fredin --- This SF.NET email is

[E-devel] is cvs server down?

2003-01-16 Thread Massimo Maiurana
Hi, I tried to connect to the cvs server both yesterday and today, but that's what I take: max@maiurana:/usr/src/cvs$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/enlight enment login Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/enlig htenment CVS password: cvs [login aborted]: connect to c

Re: [E-devel] is cvs server down?

2003-01-16 Thread Elias Pouloyiannis
same here. since i can't even browse it through sourcefourge it's safe to assume that it's down Massimo Maiurana wrote: Hi, I tried to connect to the cvs server both yesterday and today, but that's what I take: max@maiurana:/usr/src/cvs$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/enlight enment

Re: [E-devel] !!Ecore!!

2003-01-16 Thread The Rasterman
On Thu, 16 Jan 2003 13:35:27 +0100 Cristalle Azundris Sabon <[EMAIL PROTECTED]> babbled: > Cool, you re-invented glib! : ) so how's the re-inventing of nautilus going? :) glib is a very different beast by far and wide. the only thing that glib and ecore have in common is that they both provid

Re: [E-devel] is cvs server down?

2003-01-16 Thread The Rasterman
On Thu, 16 Jan 2003 22:31:36 +0100 Massimo Maiurana <[EMAIL PROTECTED]> babbled: > Hi, > I tried to connect to the cvs server both yesterday and today, but > that's what I take: > > max@maiurana:/usr/src/cvs$ cvs > -d:pserver:[EMAIL PROTECTED]:/cvsroot/enlight > enment login > Logging in to > :ps

Re: [E-devel] is cvs server down?

2003-01-16 Thread Nate Custer
Sourceforge has yanked anoncvs access while they work on some issues. You can read more here: http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#cvs --Nate Custer On Thu, 2003-01-16 at 16:04, Elias Pouloyiannis wrote: > same here. since i can't even browse it through sourcefourg

Re: [E-devel] !!Ecore!!

2003-01-16 Thread The Rasterman
On 16 Jan 2003 15:02:23 +0100 Moritz Angermann <[EMAIL PROTECTED]> babbled: > This Network thingy is something really attracting me. > if i understand it right, that doesn't include a protocol lib, right? > i mean i'd LOVE to have some netowrk-evas like thingy *g* haha. i see you're seeing my evi

[E-devel] imlib and evas2

2003-01-16 Thread bmattern
I want to take a small section of the screen and copy it into an evas object. Using imlib, i can get the image data i want (and if i save it out i can see that it is correct), so I figured doing the following would work: evas_object_image_data_set(obj, imlib_get_image_data_for_reading_only()); w

[E-devel] evas smart objects

2003-01-16 Thread bmattern
I've been playing around with the smart objects in evas a bit, and found something that I think would be nice to have (but haven't thought of any cons yet), so i'll run it by here first. I think if you set a callback on a smart object it should put that callback on all of the objects that are memb

Re: [E-devel] Re: E CVS: libs/eprog rephorm

2003-01-16 Thread bmattern
Hmm, looks like i forgot to do a list reply. Just so everyone else knows, if you have errors while compiling the test program after doing a cvs update it is because it is trying to link the new test program against the older installed version of the library. So, one solution is to ./make install an

[E-devel] elicit/eprog/etc.

2003-01-16 Thread bmattern
Ok, after the recent eprog API changes and the current turmoil in CVS, I have tarballs of elicit, eprog, ecore, evas2, and ebits (as of SPLIT yesterday before the ecore wipe) at http://www.rephorm.com/files I did this so that people who want to try out these libraries would have versions that defi

Re: [E-devel] Theme colour changes

2003-01-16 Thread bmattern
Hey, e17 currently does have color changing functionality, (the color classes in etcher). For instance, give a bit the Title BG color class and it'll be a greenish blue (the color of the default theme). The main problem is that only the title bg is currently being set, and its hard coded into e. i

Re: [E-devel] e17 SPLIT - border/menu text appears as squares

2003-01-16 Thread bmattern
Hey, I have the same problem. Haven't tried switching the fonts yet, but assuming that works, then for some reason borzoib works for some people's evas2's and not for others. Could this possible be due to different freetype 2 config options? (maybe enabling the good hinter makes borzoib unreadable?

[E-devel] elicit

2003-01-16 Thread bmattern
Version 0.1 of elicit is ready for psuedo-public consumption. What is elicit you ask? It's a eprog/ebits based color grabber and screen zoomer. see: http://www.rephorm.com/rephorm/graphics/shots/elicit.png for a screenshot. The code is up at: http://www.rephorm.com/files/elicit-0.1.tar.gz Give

Re: [E-devel] elicit/eprog/etc.

2003-01-16 Thread bmattern
* Kevin Brosius <[EMAIL PROTECTED]> [2002-11-11 21:53:20 -0500]: > [EMAIL PROTECTED] wrote: > > > > > > Ok, after the recent eprog API changes and the current turmoil in CVS, I have > > tarballs of elicit, eprog, ecore, evas2, and ebits (as of SPLIT yesterday > > before the ecore wipe) at http:/

[E-devel] eprog

2003-01-16 Thread bmattern
I guess anyone following the cvs commits already knows that a new version of Eprog is available in cvs (e17/libs/eprog). It uses evas2 now and is much cleaner and more general than the old one. For more information on eprog, and a quick little tutorial, see: http://www.rephorm.com/rephorm/code/epr

Re: [E-devel] Window Menus

2003-01-16 Thread bmattern
Nope you aren't mad. These worked perfectly at one time, but were broken some time a few months ago. -- brian * Andrew Elcock <[EMAIL PROTECTED]> [2003-01-02 12:28:39 +]: > Sure - sorry, I could not think of how to describe it. > > It may be a false expectation - but I had funny images in my

[E-devel] sorry

2003-01-16 Thread bmattern
i would like to apologize for flooding your inboxes. i decided to give balsa a go, and it seems to have taken my "outbox" mbox (of mail i've previously sent) as "mail that needs to be sent" and resent most of my emails from the past few weeks. gah! -- brian ---

Re: [E-devel] e17 SPLIT - border/menu text appears as squares

2003-01-16 Thread Phil Morris
On Thu, Oct 17, 2002 at 02:21:20PM -0500, [EMAIL PROTECTED] wrote: > Hey, I have the same problem. Haven't tried switching the fonts yet, but > assuming that works, then for some reason borzoib works for some people's > evas2's and not for others. Could this possible be due to different freetype >

Re: [E-devel] imlib and evas2

2003-01-16 Thread The Rasterman
On Wed, 6 Nov 2002 16:20:30 -0600 [EMAIL PROTECTED] babbled: > I want to take a small section of the screen and copy it into an evas object. > Using imlib, i can get the image data i want (and if i save it out i can see > that it is correct), so I figured doing the following would work: > > evas_

Re: [E-devel] sorry

2003-01-16 Thread The Rasterman
On Thu, 16 Jan 2003 17:50:24 -0600 [EMAIL PROTECTED] babbled: > i would like to apologize for flooding your inboxes. i decided to give balsa > a go, and it seems to have taken my "outbox" mbox (of mail i've previously sylpheed sylpheed! :) > sent) as "mail that needs to be sent" and resent most

Re: [E-devel] evas smart objects

2003-01-16 Thread The Rasterman
On Mon, 16 Dec 2002 18:05:48 -0600 [EMAIL PROTECTED] babbled: > I've been playing around with the smart objects in evas a bit, and found > something that I think would be nice to have (but haven't thought of any cons > yet), so i'll run it by here first. > > I think if you set a callback on a sma

Re: [E-devel] e17 SPLIT - border/menu text appears as squares

2003-01-16 Thread The Rasterman
On Thu, 16 Jan 2003 17:21:08 -0700 Phil Morris <[EMAIL PROTECTED]> babbled: > On Thu, Oct 17, 2002 at 02:21:20PM -0500, [EMAIL PROTECTED] wrote: > > Hey, I have the same problem. Haven't tried switching the fonts yet, but > > assuming that works, then for some reason borzoib works for some people'

Re: [E-devel] imlib and evas2

2003-01-16 Thread Ben Martin
On Thu, 2002-11-07 at 08:20, [EMAIL PROTECTED] wrote: > I want to take a small section of the screen and copy it into an evas object. > Using imlib, i can get the image data i want (and if i save it out i can see that it >is correct), so I figured doing the following would work: > > evas_object_i