[E-devel] Edje mouse pointer

2005-04-27 Thread Lucas Watkins
Hi all, I was trying to figure out how to get the mouse pointer to change shape at appropriate places in the window manager (like on resizable borders), and it seemed to me that the most appropriate way to do this would be to add a new action, POINTER_SET, to the edje syntax. Then the mouse poi

[E-devel] Spanish Translation

2005-04-27 Thread Matias Aguirre
Here is the translation. It can be that it contains some errors. I dont know it has some differences with spanish from spain. Any thing warns me. Aca esta la traduccion. Puede ser que contenga algunos errores. No se si tiene algunas diferencias con el espa#ol de espa#a. Cualquier cosa avisen. Gre

Re: [E-devel] Re: Eterm's latest patch

2005-04-27 Thread Mike Frysinger
On Wednesday 27 April 2005 02:49 pm, Michael Jennings wrote: > Except that for cross-compiling you'll need to check $target_cpu, not > $host_cpu. uhh, no, but most people would never notice :P build = machine the package is *building on* host = machine the package will *run on* target = machine t

Re: [E-devel] Re: Eterm's latest patch

2005-04-27 Thread Michael Jennings
On Tuesday, 26 April 2005, at 17:51:17 (-0600), John Slaten wrote: > Check out the imlib2 configure: > case $target_cpu in > i*86) > ; > x64_64) > ; > esac That's pretty much it, thanks. On Tuesday, 26 April 2005, at 20:07:59 (-0400), Mike Frysinger wrote: > if you add AC_CANONIC

Re: [E-devel] Eterm amd64 / 64 bit fix

2005-04-27 Thread Michael Jennings
On Tuesday, 26 April 2005, at 17:00:36 (-0600), Tres Melton wrote: > This was actually my patch but vapier (Mike Frysinger) submitted it > through Gentoo for me. Don't worry; you were properly credited in the ChangeLog. > It is not a 64/32 bit thing so much as it is a 32 bits/pixel thing. > I'm

Re: [E-devel] Re: Eterm patches to fix and optimize it.

2005-04-27 Thread Michael Jennings
On Tuesday, 26 April 2005, at 17:00:31 (-0600), Tres Melton wrote: > I'll do my best but I'm still learning cvs, diff, patch, etc.. The > other coding that I've done was part of a small group where cvs > wasn't as important and we could always meet around the lunch table. cd eterm/Eterm cvs diff

Re: [E-devel] compiling e

2005-04-27 Thread DM
Simon Poole wrote: Massimo Maiurana wrote: btw, what are the "aardvarks"? I could not translate this line because I don't know what is the italian for it. can you redefine it? http://en.wikipedia.org/wiki/Aardvark -- Simon Poole www.appliancestudio.com

Re: [E-devel] Fw: The results of me wasting time . . .

2005-04-27 Thread Peter Evans
On 4/27/05, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: > Carsten Haitzler <[EMAIL PROTECTED]> [2005-04-27 11:41]: > > --- /mine/CVS/misc/engage/src/module/e_mod_main.c 2005-04-26 > > 07:13:50.0 -0700 > > +++ e_mod_main.c 2005-04-26 18:21:14.0 -0700 > > @@ -1,37 +1,33 @@ >

[E-devel] [patch] fixed engage menu

2005-04-27 Thread Arpad Borsos
Hi. This patch fixes the "(unused)" and "Container 1" menu items for engage. Can someone please review this? If its good i will try to fix the menus for the other modules as well. engage_menu.patch Description: Binary data

[E-devel] Ecore_DList bugs

2005-04-27 Thread Dylan Shell
I've been messing w/ the Ecore Lists. I've found a simple example of a minor inconsistency between Ecore_DList and Ecore_List when they ought to behave similarly. (I've got an explanation of the changes in addition to the patch because last time I sent a patch, it was immediately trumped with a bet

Re: [E-devel] Patch for Ecore_Config ARGB parsing.

2005-04-27 Thread Dylan Shell
On Sun, 24 Apr 2005, Bryan Kadzban wrote: > > Why not strtoul and unsigned longs? > Ahh, that sounds like a far better idea. I didn't know of strtoul. I thought having to do a ">> 32" to check the string thereafter was unnecessarily complicated. Presumably the "less than zero" error would then

Re: [E-devel] Patch for Ecore_Config ARGB parsing.

2005-04-27 Thread Bryan Kadzban
Dylan Shell wrote: > Current CVS has a minor bug where ARGB strings that use the 32nd bit are > lost. For example > > "#" will parse into a = 0x7F, r,g,b = 0xFF. > > Attached is a simple fix that replaces the strtol with a strtoll, fixing > the glitch. > > > Dylan. Why not strtoul and

Re: [E-devel] SEGFAULT in edb_salloc.c

2005-04-27 Thread C. David Wilde
That worked, thanks. I'll try fiddling with my libraries to see what's causing it, I think Sebastian is right in that it's a problem outside of EFL. Thanks for the help. Dave W. Tilman Sauerbeck wrote: C. David Wilde <[EMAIL PROTECTED]> [2005-04-26 17:53]: and then xmms2 from BK. Now I'm tr

Re: [E-devel] ecore_con: limit connections?

2005-04-27 Thread Simon Poole
Simon Poole wrote: (B> Carsten Haitzler (The Rasterman) wrote: (B> (B>>i would make 2 flags. 1. a client count limiter ( negative == (B>>unlimited, 0 == too busy to accept any clients atm, 1+ == max number (B>>of concurrent clients.) and 2. a excess client accept policy. do they (B>>get in

Re: [E-devel] EWL filedialog and EWL entry

2005-04-27 Thread Nathan Ingersoll
Right now there is no directory only option for EWL's filedialog, but you can get close to the desired effect. Your program hooks into the Open button being clicked and can retrieve the current path and use that rather than the chosen file. I'm adding some filtering to the code so you can filter ou

Re: [E-devel] compiling e

2005-04-27 Thread Simon Poole
Massimo Maiurana wrote: btw, what are the "aardvarks"? I could not translate this line because I don't know what is the italian for it. can you redefine it? http://en.wikipedia.org/wiki/Aardvark -- Simon Poole www.appliancestudio.com --- SF.Net e

Re: [E-devel] Fw: The results of me wasting time . . .

2005-04-27 Thread Tilman Sauerbeck
Carsten Haitzler <[EMAIL PROTECTED]> [2005-04-27 11:41]: > --- /mine/CVS/misc/engage/src/module/e_mod_main.c 2005-04-26 > 07:13:50.0 -0700 > +++ e_mod_main.c 2005-04-26 18:21:14.0 -0700 > @@ -1,37 +1,33 @@ > -/* > - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 > - *

Re: [E-devel] compiling e

2005-04-27 Thread Nathan Ingersoll
http://images.google.com/images?q=aardvark On 4/27/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: > Il giorno Wed, 27 Apr 2005 11:48:13 +0900 Carsten scrisse: > > > > however, the "click_root_window->About Enlightenment" dialog is > > > still in english, although I compiled e with my it.po file.

Re: [E-devel] Feeding events around in evas

2005-04-27 Thread Tilman Sauerbeck
Ben Martin <[EMAIL PROTECTED]> [2005-04-27 23:35]: > I noticed that recent evas cvs has broken gevas event feeding. I am > calling evas_event_feed_mouse_down() inside the GTK+2 event handler and > attaching to evas objects with > evas_object_event_callback_add( > eobj, EVAS_CALLBACK_MOUSE_DOW

Re: [E-devel] esmart_container and partially concealed elements

2005-04-27 Thread Tilman Sauerbeck
Brian Mattern <[EMAIL PROTECTED]> [2005-04-26 22:07]: > hmm. i guess its a 'feature'. it should definitely be an option. i > think it might looks odd if things scroll along smoothly, then suddenly > pop into view when they fully fit. (same with scrolling 'off screen', > they'd scroll smoothly an

Re: [E-devel] ecore_con: limit connections?

2005-04-27 Thread Simon Poole
Simon Poole wrote: (B> What would be the preferred way to handle the fact that the new list (B> functions don't use void* arguments? Change the type of "clients" in (B> Ecore_Con_Server to be Ecore_List* (from Ecore_Con_Client*)? Or cast (B> explicitly when calling the ecore_list_ functions?

Re: [E-devel] ecore_con: limit connections?

2005-04-27 Thread Simon Poole
Carsten Haitzler (The Rasterman) wrote: (B> i would make 2 flags. 1. a client count limiter ( negative == (B> unlimited, 0 == too busy to accept any clients atm, 1+ == max number (B> of concurrent clients.) and 2. a excess client accept policy. do they (B> get instantly disconnected by ecore_

[E-devel] Re: Feeding events around in evas

2005-04-27 Thread Ben Martin
Ok, so now evas is starting with the mouse!=in state. Feeding a evas_event_feed_mouse_in( ev->evas, 0 ); At mouse enter GTK+2 widget time makes evas respond to other fed events again. All is well again in the GTK+2 interface world ;) On Wed, 2005-04-27 at 23:35 +1000, Ben Martin wrote: > Hi, >

Re: [E-devel] ecore_con: limit connections?

2005-04-27 Thread Simon Poole
Simon Poole wrote: (B> Is there a reason why ecore_con still uses the deprecated list stuff? (B> The ecore_list_nodes() function would be handy here. I'll port it (B> across to the new stuff if there's no obvious impediment to doing so. (B (BHere's a patch against ecore-0.9.9.004 that just br

[E-devel] Feeding events around in evas

2005-04-27 Thread Ben Martin
Hi, I noticed that recent evas cvs has broken gevas event feeding. I am calling evas_event_feed_mouse_down() inside the GTK+2 event handler and attaching to evas objects with evas_object_event_callback_add( eobj, EVAS_CALLBACK_MOUSE_DOWN, __gevas_mouse_down, object ); Though the events never

Re: [E-devel] SEGFAULT in edb_salloc.c

2005-04-27 Thread Tilman Sauerbeck
C. David Wilde <[EMAIL PROTECTED]> [2005-04-26 17:53]: > and then xmms2 from BK. Now I'm trying to get euphoria to run, the > latest one you've put in CVS and it SEGFAULTS at line 135 > @xmms.connect. I ran it through gdb, and bingo it's segfaulting at the Hack Euphoria like this: - @xmms.co

Re: [E-devel] compiling e

2005-04-27 Thread Massimo Maiurana
Il giorno Wed, 27 Apr 2005 11:48:13 +0900 Carsten scrisse: > > however, the "click_root_window->About Enlightenment" dialog is > > still in english, although I compiled e with my it.po file. > > all other texts are correctly in italian. > > it's not matching the text it seems (ie the text in the

[E-devel] EWL filedialog and EWL entry

2005-04-27 Thread Didier Casse
Sorry for the previous mail.. it went out by accident Hi! i just started getting taking a look at EWL programming at http://www.enlightenment.org/docs/ewlbook.html since I need to program some GUI for some users. Please bear the slow newbie! I have two questions concerning EWL: 1) Can we t

[E-devel] EWL filedialog and EWL entry

2005-04-27 Thread Didier Casse
Hi! i just started getting taking a look at EWL programming at http://www.enlightenment.org/docs/ewlbook.html since I need to program some GUI for some users. Please bear the slow newbie! I have two questions concerning EWL: 1) Can we tweak the Ewl_Filedialog widget to read directories in

RE: [E-devel] about font selection

2005-04-27 Thread Nemec, Bernhard
> >> but... you see, some ones like AA and others (most in CJK) > prefer bitmap fonts, cannot it be configurable ? > > > > it could be - but i'd need a bitmap -> graymap converter or > write bitmap blenders... :) and well - i don't think its > worth it myself. i do see your point though - but its

Re: [E-devel] about font selection

2005-04-27 Thread Emfox Zhou
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Wed, 27 Apr 2005 17:40:40 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: > >> Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: >> >> > On Wed, 27 Apr 2005 17:01:19 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: >> > >> >>

Re: [E-devel] ecore_con: limit connections?

2005-04-27 Thread Simon Poole
Thanks again for providing such a detailed response! (B (BCarsten Haitzler (The Rasterman) wrote: (B> THAT limited? or is the nature of the servicing itself very heavy (eg (B> xferring lots of encoded video data) etc.? (B (BIt's the nature of the servicing -- memory intensive image processing

Re: [E-devel] about font selection

2005-04-27 Thread The Rasterman
On Wed, 27 Apr 2005 17:40:40 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: (B (B> Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: (B> (B> > On Wed, 27 Apr 2005 17:01:19 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: (B> > (B> >> > you can't. evas forces the outline because it can

Re: [E-devel] about font selection

2005-04-27 Thread Emfox Zhou
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Wed, 27 Apr 2005 17:01:19 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: > >> > you can't. evas forces the outline because it can't handle the bitmap (as >> > bitmaps wont have smooth curves and edges) and evas doesn't handle readin

Re: [E-devel] about font selection

2005-04-27 Thread The Rasterman
On Wed, 27 Apr 2005 17:01:19 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: (B (B> > you can't. evas forces the outline because it can't handle the bitmap (as (B> > bitmaps wont have smooth curves and edges) and evas doesn't handle reading (B> > bitmap font data - it only handles alphamap font

Re: [E-devel] Fw: The results of me wasting time . . .

2005-04-27 Thread Andrew Elcock
Unfortunately this is now wrongly categorising the bugs... perhaps I should categorise them tho... Carsten Haitzler (The Rasterman) wrote: > fwd to the list (as i think it's better that a lot of patches go through here > so multiple people can handle getting it into cvs) :) > btw - tnx for the c

Re: [E-devel] about font selection

2005-04-27 Thread Emfox Zhou
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Wed, 27 Apr 2005 11:40:00 +0800 Emfox Zhou <[EMAIL PROTECTED]> babbled: > >> hi all~~ >> >> currently i an translating e17 into Chinese(Simplified). >> for test of it, i recompiled e17, and find the fonts are >> so ugly, that it u

[E-devel] Re: [e-users] ARGB visual for composite

2005-04-27 Thread Rajsekar Manokaran
Hi, I wrote a small patch to E16 (taken from CVS) to select ARGB visual if the window's depth is  32.  It worked partially, making the fdclock window opaque and certain places and translucent at other places.  But window decorations and everything else has vanished.  Enlightenment thinks the window

Re: [e-devel] maximization bug patch

2005-04-27 Thread ilLogict
Carsten Haitzler (The Rasterman) wrote: > On Mon, 25 Apr 2005 21:33:29 +0200 ilLogict <[EMAIL PROTECTED]> babbled: > > >> Hello! >> >> I'm attaching a patch for e_border.c (e17/apps/e/src/bin). The problem >>it *should* solve is that when you get a window which has its max height >>and width flags