Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-09-11 Thread The Rasterman
On Mon, 11 Sep 2006 23:40:33 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > >Carsten writes: > > > > > > > 1. add api to evas itself to provide size "hints" to loaders > > > (load at size XxY at maximum and retain aspect) as well as dpi > > > hints (you will want both eventually).

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-09-11 Thread [EMAIL PROTECTED]
Carsten writes: > > > > 1. add api to evas itself to provide size "hints" to loaders > > (load at size XxY at maximum and retain aspect) as well as dpi > > hints (you will want both eventually). > > 2. add api to loaders to be able to do this. > > 3. actually use this api in the svg loader >

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-09-11 Thread The Rasterman
On Fri, 18 Aug 2006 04:36:02 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > beware. this is relatively inefficient for icons. the resulting > > evas images are generally big (1000x1000 or bigger). i need to: > > > Ha! They're hard to miss that way :) > > Rendering them a

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-17 Thread [EMAIL PROTECTED]
> beware. this is relatively inefficient for icons. the resulting > evas images are generally big (1000x1000 or bigger). i need to: > Ha! They're hard to miss that way :) Rendering them at any given pixel size is fairly easy: if their default size is w0xh0 say, and you want them

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-17 Thread David Seikel
On Fri, 18 Aug 2006 08:27:11 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Fri, 18 Aug 2006 03:43:38 +1000 David Seikel <[EMAIL PROTECTED]> > babbled: > > > On Wed, 16 Aug 2006 12:20:02 GMT "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > > > > I've attached a li

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-17 Thread The Rasterman
On Wed, 16 Aug 2006 12:20:02 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: in cvs - needs work - as per my reply to david - but it does work - thanks! :) >David: > > I've attached a librsvg based svg loader for evas in case > you might find it useful.. it uses a scale of 90 dpi

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-17 Thread The Rasterman
On Fri, 18 Aug 2006 03:43:38 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Wed, 16 Aug 2006 12:20:02 GMT "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > > I've attached a librsvg based svg loader for evas in case > > you might find it useful.. it uses a scale of 90 dpi for renderi

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-17 Thread David Seikel
On Wed, 16 Aug 2006 12:20:02 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've attached a librsvg based svg loader for evas in case > you might find it useful.. it uses a scale of 90 dpi for rendering, > and needs librsvg >= 2.13. > > If you want to give this a try, you will h

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-16 Thread [EMAIL PROTECTED]
David: I've attached a librsvg based svg loader for evas in case you might find it useful.. it uses a scale of 90 dpi for rendering, and needs librsvg >= 2.13. If you want to give this a try, you will have to add it to evas... then test it, and possibly debug it.. :( I've no

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-12 Thread The Rasterman
On Fri, 11 Aug 2006 14:04:50 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > Well, the xpm loader is ready.. I see a few other imlib2 > > > > Cool, thanks. I'm looking forward to seeing that committed. > > Ok, in case you want to try the xpm loader, I'm attaching > a tgz file w

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-12 Thread [EMAIL PROTECTED]
> > > In essence, I know absolutely nothing about using > > > glib, gdk, etc... > > > > the header files directory can be found with pkg-config. Then, > > you usually have to include glib.h, or gtk/gtk.h, or gdk/gdk.h, > > etc... > > thanks vince :) Yes, thanks.. how strange to have

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-12 Thread The Rasterman
On Sat, 12 Aug 2006 08:53:02 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > > I tried to quickly setup a stand-alone test program > > for this and found that I have no idea where the "g" related > > headers are. After some searching, they seem to be installed > > (on my system) i

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-11 Thread Vincent Torri
> I tried to quickly setup a stand-alone test program > for this and found that I have no idea where the "g" related > headers are. After some searching, they seem to be installed > (on my system) in /opt/gnome/include/... But any attempts to > use these led to multitudes of error messages

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-11 Thread [EMAIL PROTECTED]
Just to get back to the desired evas xpm and svg image loaders: I had a chance to test the xpm loader and it seems to work fine (it's actually difficult to find xpm files these days). It can do with some cleaning up and some refining but it seems ok for use as is. I've al

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-11 Thread David Seikel
On Fri, 11 Aug 2006 14:04:50 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Well, the xpm loader is ready.. I see a few other imlib2 > > > > Cool, thanks. I'm looking forward to seeing that committed. > > Ok, in case you want to try the xpm loader, I'm attaching > a tgz file wit

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-11 Thread [EMAIL PROTECTED]
> > Well, the xpm loader is ready.. I see a few other imlib2 > > loaders that may be desirable (eg. an xcf one), if anyone would > > like to have any others ported now while I'm at it, do speak up > > before I move on and start digging into librsvg. > > Just a couple quick notes on the port

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-11 Thread [EMAIL PROTECTED]
> > Well, the xpm loader is ready.. I see a few other imlib2 > > Cool, thanks. I'm looking forward to seeing that committed. Ok, in case you want to try the xpm loader, I'm attaching a tgz file with the mininmum stuff it requires :) The loader itself needs some more cleaning up..

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-10 Thread Nathan Ingersoll
On 8/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Ahhh... I see. Ok, I'm convinced, thanks.. and well done :) > > Well, the xpm loader is ready.. I see a few other imlib2 > loaders that may be desirable (eg. an xcf one), if anyone would like > to have any others ported no

Re: [E-devel] e: Using freedesktop.org .desktop files.

2006-08-10 Thread David Seikel
On Fri, 11 Aug 2006 04:52:18 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Well, the xpm loader is ready.. I see a few other imlib2 Cool, thanks. I'm looking forward to seeing that committed. signature.asc Description: PGP signature

[E-devel] e: Using freedesktop.org .desktop files.

2006-08-10 Thread [EMAIL PROTECTED]
David writes: > The user is the logged in user that will be seeing the icons. > There is a default size of 48x48 if the user doesn't use some > method of selecting other sizes. There is an fdo specified > algorithm for searching amongst any installed icon sets for an > icon that closely