Re: [E-devel] Engycad Compilation Issues

2007-07-22 Thread Yuri
Thanks, fixed. 2007/7/21, Ed Presutti <[EMAIL PROTECTED]>: > Can someone please add the pthread_libs to the Makefile.am in > engycad/src? serv.c fails to compile without it. (Unless it's passed in > from some of the other packages) I've attached a patch. > > Thanks, > Ed Presutti (ekrunch on freen

Re: [E-devel] compile patch for engycad

2007-07-12 Thread Yuri
Ok, I've fixed issue with dualcores. However my ISP is bitching :( Commit will be as soon as possible. 2007/7/8, Vincent Torri <[EMAIL PROTECTED]>: > > Hey, > > here is a patch for the compilation of engy (no more *-config scripts are > used now). I've also added math.h in a file > > Nevertheless,

Re: [E-devel] compile patch for engycad

2007-07-08 Thread Yuri
2007/7/8, Vincent Torri <[EMAIL PROTECTED]>: > > Hey, > > here is a patch for the compilation of engy (no more *-config scripts are > used now). I've also added math.h in a file Thanks! That was an old configure.in > > Nevertheless, on my computer (core2 duo, so 64 bits), the program does not > wo

[E-devel] cvs developer access for glassy

2007-07-06 Thread Yuri
Hi guys! I spend some time on EngyCAD and get it working on current EFL. I'd like to put it to e.org CVS, if you don't mind :) Here comes my info and cvs pubkey. Yours', glassy. - This SF.net email is sponsored by DB2 Expr

[E-devel] Let's start seminars?

2004-09-18 Thread Yuri
Hi, Sorry for interrupting you with my English, I have one (probably stupid) idea. Let's make kinda seminars here -- time to time post interesting EFL-related small articles. Whether full-texted or URLed. Possible topics: - gcc command-line options for building EFL applications and simplest Makefi

[E-devel] E16 and -remote issue

2004-09-17 Thread Yuri
Hi all, I'm running DR16.6 (Date: 2003/11/05) on mdk 10. And noticed that mozilla -remote and xawtv-remote can't find their mates' windows if i have them running on multiple desktops (as in Settings -> Multiple Desktop Settings). And both work fine if i have mozilla/xawtv on real root desktop (

Re: [E-devel] (forw) [mgansser@ngi.de: gozer error: couldn't create imlib image for text area.]

2003-12-22 Thread Yuri
from freshrpms, all works fine. any hints ? Regards, Yuri --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything fr

[E-devel] edc.vim

2003-10-27 Thread Yuri
You can get it here: http://ict197.gratis.kg/imlib2/edc.vim.gz Help on installing syntax files: :help 44.11 Useful command are :set syntax=edc or :setf edc, you may edit filetypes.vim as well. Using this syntax file it's quite easy to find mistakes in edc files, like "offset, -61, -1;" in the

[E-devel] edc.vim

2003-10-27 Thread Yuri
You can get it here: http://ict197.gratis.kg/imlib2/edc.vim.gz Help on installing syntax files: :help 44.11 Useful command are :set syntax=edc or :setf edc, you may edit filetypes.vim as well. Using this syntax file it's quite easy to find mistakes in edc files, like "offset, -61, -1;" in the

Re: [E-devel] entice suggestions (was Re: E CVS apps/entice)

2003-08-20 Thread Yuri Hudobin
1. What does it mean "zooming in/out twice doubles/halves the scale factor"? Usually i need to scale faces up or down to fit screen. My vote for AutoCAD mousewheel behaviour. I was trying to think of a concise way to say that the zoom factor is approximately sqrt(2) and is multiplicative, so zoom

[E-devel] Re: E CVS: apps/entice

2003-08-20 Thread Yuri Hudobin
[EMAIL PROTECTED] пишет: Enlightenment CVS committal Author : zuluone Project : e17 Module : apps/entice Dir : e17/apps/entice Modified Files: README Log Message: Changed zoom behaviour so that zooming in/out twice doubles/halves the scale factor, and increased the maximum zoom factor to

Re: [E-devel] Entice error

2003-08-18 Thread Yuri
Can't find my entice sources, but long time ago i made some changes, zooming related. piece: scale -= 0.5; if (scale < 0.5) scale = 0.5; e_handle_resize(); IMHO should be replaced with scale /=0.8; and scale *=1.25; otherwise. changes should be made in both buttons.c and event.c --

Re: [E-devel] e16.6-pre3 is out

2003-06-17 Thread Yuri
Feature request... people want to navigate menus with arrow keys (read on one russian forum) Selected changes since e16.6-pre2: De-iconify to current desk and viewport. Native cursor support. Many tweaks and bug fixes for Extended Window Manager Hint code (i.e. GNOME2/KDE3 compatibility). Ignore

Re: [E-devel] Using ecore_x

2003-06-03 Thread Yuri
My test app made from ecore/src/bin/ecore_test.c didn't recieve CreateNotify too. Maybe it's a bug. Hi, I've checkouted the SPLIT branch of Ecore yesterday ( may 17th ), and I am having trouble upgrading my apps to work with this new version. Actually I am trying to add functionality to rephor

Re: [E-devel] mouse wheel z-value

2003-06-01 Thread Yuri
I'd like to know why 4th button means z=1 and 5th z=-1 and not otherwise :) It seems to me a little bit alogic. 1 = up, -1 = down... :) i guess :) it's a bit arbitary :) piece of my code: if (ee->z < 0){ h++; if(h == 24) h = 0; } else { h--; if(h == -1) h = 23; } Better stil

Re: [E-devel] mouse wheel z-value

2003-05-31 Thread Yuri
I'd like to know why 4th button means z=1 and 5th z=-1 and not otherwise :) It seems to me a little bit alogic. 1 = up, -1 = down... :) i guess :) it's a bit arbitary :) piece of my code: if (ee->z < 0){ h++; if(h == 24) h = 0; } else { h--; if(h == -1) h = 23; } Oh, i just

[E-devel] mouse wheel z-value

2003-05-30 Thread Yuri
Hi there, I'd like to know why 4th button means z=1 and 5th z=-1 and not otherwise :) It seems to me a little bit alogic. Yuri --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaple

Re: [E-devel] e16 and gnome2

2003-05-29 Thread Yuri
Dear Michael and Robert, Imho that's fixable. Sorta clean-exit file-flag with backup of the last clean snapshot will do the job. And i guess now you will blame me :) ...holding my breathe :) I don't use anything to manage my session in e.16 but E itself and I experience this problem. It's

Re: [E-devel] "state of the E-nion"

2003-04-04 Thread Yuri
Estyle is more or less finished, afaik, so we could just leave it there and use it "under the hood" in Etox for now (if we decide to keep Etox). However, text-styles really should be handled by evas at some point, imo.. yup. leave it for now :) btw, I suggest bluring for text / transparent im

Re: [E-devel] Background displays Weather

2003-03-17 Thread Yuri Hudobin
Cristalle Azundris Sabon wrote: Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: my eventual plans are to have the desktop background managed by a separate process to e - evidence would be one, or any other you want to put there that works with e. I think that was just about everyb

[E-devel] Enaa samples: Background displays Weather

2003-03-05 Thread Yuri
Bartley J.Kleypas : Actualy, I was kidding. I hang out on the IRC channel a lot, and people laff at me for wanting realtime satalight picture backgrounds, auto updating with a website, while having backgrounds that would be kinda like old-school side scrolling video games, ie mario and sonic. Where

Re: [E-devel] Background displays Weather

2003-03-05 Thread Yuri
Bartley J.Kleypas ?: Actualy, I was kidding. I hang out on the IRC channel a lot, and people laff at me for wanting realtime satalight picture backgrounds, auto updating with a website, while having backgrounds that would be kinda like old-school side scrolling video games, ie mario and sonic

[E-devel] Enaa, The Grand Evil

2003-03-04 Thread Yuri
Screenshots: http://engy.sourceforge.net/test2.png http://engy.sourceforge.net/win2k-1.png http://engy.sourceforge.net/win2k-2.png Source (enaa + themes + old themes + theme creation tool + Enstrom-like theme viewer): http://engy.sourceforge.net/enaa-0.0.3.tar.gz Some time ago i presented #edevel

[E-devel] Evas API

2003-02-20 Thread Yuri
Hi! struct _Evas_Event_Mouse_Down and -Up have first field called "button", while other mouse-related events have it called "buttons". "button" containes button number, and "buttons" containes mask of pressed buttons. So, the question is, why don't use in both cases keyword buttons and retur