Re: [E-devel] ecore_evas_geometry_get()

2007-01-21 Thread Ed Presutti
On Sun, 2007-01-14 at 20:03 -0600, Ed Presutti wrote: > How do you correctly get the window position and size when using > Ecore_Evas? > > Here's a quick code snippet to demonstrate what i'm trying to do. I've > correctly gotten the size of the object, but can't seem to get the > window position r

[E-devel] xrender over ssh?

2007-01-21 Thread Andreas Volz
Hello, I created an edje app with xrender engine. Works great on my local pc. But of I open it with ssh from a remote pc I get only a empty window. Only the polygon and lines I draw in C code is drawn. Could someone explain why it doesn't work with ssh? I need to choose software_x11 engine to see

Re: [E-devel] Development of EFL without "make install"

2007-01-21 Thread Michael Jennings
On Sunday, 21 January 2007, at 19:12:33 (+0100), Andreas Volz wrote: > Could you explain such situation where is fails. Perhaps this is > also usefull for my other projects. I don't remember all the details of the many times it has failed on me. I do remember that in most cases the solution was

Re: [E-devel] Pager's defaut e_desk_show button

2007-01-21 Thread Massimo Maiurana
lok, il 21/01/2007 14:55, scrisse: > Hello, > I use the pager with btn_drag (the drag and select button) set on button 2 and > btn_noplace on button 1. And that commit : > http://e.kevb.net/cgi-bin/viewvc.cgi/e17/apps/e/src/modules/pager/e_mod_main.c?r1=1.202&r2=1.203 > Force me to use button 2 t

Re: [E-devel] Development of EFL without "make install"

2007-01-21 Thread Tilman Sauerbeck
Andreas Volz [2007-01-21 16:24]: > > Andreas Volz [2007-01-21 14:32]: > > > [snip] > > > And could someone explain why not use pkg-config. It's perfect for > > > this work. > > > > I tried to do that 3 years ago or so. IIRC raster claimed libpng.pc > > wasn't available everywhere which would make

Re: [E-devel] Development of EFL without "make install"

2007-01-21 Thread Andreas Volz
Am Sun, 21 Jan 2007 12:39:36 -0500 schrieb Michael Jennings: > On Sunday, 21 January 2007, at 14:32:14 (+0100), > Andreas Volz wrote: > > > And could someone explain why not use pkg-config. It's perfect for > > this work. > > pkgconfig is like nuclear power. When it works, it's nice and clean >

Re: [E-devel] Development of EFL without "make install"

2007-01-21 Thread Michael Jennings
On Sunday, 21 January 2007, at 14:32:14 (+0100), Andreas Volz wrote: > And could someone explain why not use pkg-config. It's perfect for > this work. pkgconfig is like nuclear power. When it works, it's nice and clean and happy. But when it doesn't, it's a freaking catastrophe. Michael -- M

Re: [E-devel] Development of EFL without "make install"

2007-01-21 Thread Andreas Volz
Am Sun, 21 Jan 2007 15:49:09 +0100 schrieb Tilman Sauerbeck: > Andreas Volz [2007-01-21 14:32]: > > [snip] > > And could someone explain why not use pkg-config. It's perfect for > > this work. > > I tried to do that 3 years ago or so. IIRC raster claimed libpng.pc > wasn't available everywhere wh

Re: [E-devel] Development of EFL without "make install"

2007-01-21 Thread Tilman Sauerbeck
Andreas Volz [2007-01-21 14:32]: > [snip] > And could someone explain why not use pkg-config. It's perfect for this > work. I tried to do that 3 years ago or so. IIRC raster claimed libpng.pc wasn't available everywhere which would make it impossible for the EFL to use it. However, libpng's pkg-co

[E-devel] Pager's defaut e_desk_show button

2007-01-21 Thread lok
Hello, I use the pager with btn_drag (the drag and select button) set on button 2 and btn_noplace on button 1. And that commit : http://e.kevb.net/cgi-bin/viewvc.cgi/e17/apps/e/src/modules/pager/e_mod_main.c?r1=1.202&r2=1.203 Force me to use button 2 to select the active desktop when I click on t

[E-devel] Development of EFL without "make install"

2007-01-21 Thread Andreas Volz
Hello, While hacking around in EFL it's taking much time to do a "make install" after changes to see the result in my app. Because of this I like the --uninstalled option from pkg-config. I noticed that EFL uses its own little helper scripts to get includes and libs. I modified the evas script for

[E-devel] evas polygon patch

2007-01-21 Thread Andreas Volz
Hello, attached is a patch to fix the polygon moving in evas. Thanks rephorm. regards Andreas? evas_polygon.patch ? src/lib/canvas/.evas_object_line.c.swp Index: src/lib/canvas/evas_object_polygon.c === RCS file: /var/cvs/e/e17/libs/

Re: [E-devel] E CVS: proto urandom

2007-01-21 Thread [EMAIL PROTECTED]
> > > ... > > > ... > > > > The file "edje_etk.c" has several lines where there is > > code like: evas_object_color_set(o, 255, 255, 255, 0); > > > > Are you *certain* that you want things like that? > > (as opposed to perhaps evas_object_color_set(o, 0, 0, 0, 0)) > > > >jose. > >