Carsten Haitzler | 1 Feb 2004 08:07
Favicon
Gravatar

Re: [E-devel] not using anti-aliasing in evas?

On Fri, 30 Jan 2004 08:03:48 +0100 "Nemec, Bernhard"
<Bernhard.Nemec <at> jaeger-toennies.com> babbled:

> Hi,
> 
> small text on low-resolution displays is easier to read without font
> anti-aliasing.
> Is there a way to switch it off in Evas?

no :) (sorry) :) i'd have to have 2 glyph caches per font then... one for aa one
for not. i'm not going to write that any time soon. the better hinted your font,
the better it looks AA at low res. try a different ttf (bitstream vera is good
at low pt size, so is arial)

> Thank you
> 
> Bernhard
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--

-- 
(Continue reading)

Mike Frysinger | 1 Feb 2004 20:28
Picon
Favicon
Gravatar

[E-devel] ecore_config updates arent so friendly ?

when updating the cvs snapshot of ecore this week i hit two snags:

(1) parallel build fails ... i filed a bug but Trill closed it on me :P
http://xcomputerman.com/bugs/view_bug_page.php?f_id=0000023
disabling ecore_config building allows -j to work just fine

(2) i've got an /etc/system.db !?  seems awfully generic to me ... 
perhaps /etc/ecore.db (ala the eplayer.db and entrance.db that already exist) 
instead ?

-mike

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
Tilman Sauerbeck | 1 Feb 2004 21:24
Picon
Favicon

[E-devel] Ecore_Evas.h and Framebuffer/GL

Hi,
at the moment, applications cannot determine whether Ecore_Evas was
built w/ Framebuffer or GL support.

To make it possible, I'd like to let autoconf generate Ecore_Evas.h,
which would then include two defines:

#define HAVE_ECORE_EVAS_FB  <at> BUILD_ECORE_EVAS_FB <at> 
#define HAVE_ECORE_EVAS_GL  <at> BUILD_ECORE_EVAS_GL <at> 

Does anyone have a better solution to the problem?
If nobody does, I'll go ahead and commit this.

--

-- 
Regards,
Tilman

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
Andrew Elcock | 1 Feb 2004 22:21
Picon
Favicon

Re: [E-devel] ecore_config updates arent so friendly ?

Mike Frysinger wrote:
> when updating the cvs snapshot of ecore this week i hit two snags:
> 
> (1) parallel build fails ... i filed a bug but Trill closed it on me :P
> http://xcomputerman.com/bugs/view_bug_page.php?f_id=0000023
> disabling ecore_config building allows -j to work just fine
> 
> (2) i've got an /etc/system.db !?  seems awfully generic to me ... 
> perhaps /etc/ecore.db (ala the eplayer.db and entrance.db that already exist) 
> instead ?
> 

Apologies - this should have been installed to $PREFIX/ecore/system.db 
will fix

> -mike
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--

-- 
(Continue reading)

Carsten Haitzler | 2 Feb 2004 02:31
Favicon
Gravatar

Re: [E-devel] Ecore_Evas.h and Framebuffer/GL

On Sun, 1 Feb 2004 21:24:49 +0100 Tilman Sauerbeck <tilman <at> code-monkey.de>
babbled:

> Hi,
> at the moment, applications cannot determine whether Ecore_Evas was
> built w/ Framebuffer or GL support.
> 
> To make it possible, I'd like to let autoconf generate Ecore_Evas.h,
> which would then include two defines:
> 
> #define HAVE_ECORE_EVAS_FB  <at> BUILD_ECORE_EVAS_FB <at> 
> #define HAVE_ECORE_EVAS_GL  <at> BUILD_ECORE_EVAS_GL <at> 
> 
> Does anyone have a better solution to the problem?
> If nobody does, I'll go ahead and commit this.

that's possible. though right now if you call:
ecore_evas_≤engine>_init() and its not supported NULL will be returned -b this
would need an xserver to be available when this test is run etc. or fb
permission etc. so yes the #defines look good for autoSPLAT detection.

> -- 
> Regards,
> Tilman
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
(Continue reading)

Mathieu Bruneau | 2 Feb 2004 03:19
Picon
Picon
Favicon

Re: [E-devel] Entice


>>>Basically entice won't work right if your container plugins aren't
>>>working properly.  So that might be your problem.  You can check to make
>>>sure that it's not edje itself that's giving you issues.
>>>
>>>$ edje /usr/local/share/entice/themes/default.eet
>>>      
>>>
>>The Edje test program works fine. It once in a while give a segmentation
>>fault when I click on the entice thumb, but I guess this is no big deal 
>>    
>>
>edje shouldn't segv viewing the theme edje.  the signals are just saying
>"do this" and "do that" but the edje viewer won't really act on those
>signals, they're hooked in externally by your app.
>  
>
>>>Click on the entice group, you should have buttons and stuff.  If that's
>>>working, esmart's container is the issue, and we have a new problem to
>>>address. :)
>>>
>>>      
>>>
Ok that part isn't working, i tried to recompile and get this working 
but hasn't got any chance...
Any hint on what to do ?

(I tried with the entice.eet send on the mailing list a few days ago too)

--

-- 
(Continue reading)

Mathieu Bruneau | 2 Feb 2004 07:07
Picon
Picon
Favicon

Re: [E-devel] Entice

Mathieu Bruneau wrote:

>
>>>> Basically entice won't work right if your container plugins aren't
>>>> working properly.  So that might be your problem.  You can check to 
>>>> make
>>>> sure that it's not edje itself that's giving you issues.
>>>>
>>>> $ edje /usr/local/share/entice/themes/default.eet
>>>>     
>>>
>>> The Edje test program works fine. It once in a while give a 
>>> segmentation
>>> fault when I click on the entice thumb, but I guess this is no big 
>>> deal   
>>
>> edje shouldn't segv viewing the theme edje.  the signals are just saying
>> "do this" and "do that" but the edje viewer won't really act on those
>> signals, they're hooked in externally by your app.
>>  
>>
>>>> Click on the entice group, you should have buttons and stuff.  If 
>>>> that's
>>>> working, esmart's container is the issue, and we have a new problem to
>>>> address. :)
>>>>
>>>>     
>>>
> Ok that part isn't working, i tried to recompile and get this working 
> but hasn't got any chance...
(Continue reading)

JC Wong | 2 Feb 2004 15:22
Picon

[E-devel] Re: E CVS: e kwo

enlightenment-cvs <at> lists.sourceforge.net wrote on Sun, Feb 01, 2004 at 08:53:41AM -0800
> Enlightenment CVS committal
> 
> Author  : kwo
> Project : e16
> Module  : e
> 
> Dir     : e16/e/src
> 
> 
> Modified Files:
> 	timestamp.h 
> 
> 
> Log Message:
> Sun Feb  1 17:54:40 CET 2004
> (Kim)
> 
> Shuffled around some focus and event handling code.
> Attempted to fix some focus problems.
> Fixed error in placement of initially shaded windows.
> Included ENLIGHTENMENT_RELEASE in version string.

hi kwo, 

I think this commits broke the Focus Setting -> Focus follows pointer
sloppily. What I tested here is all based on the 'default' setting.
Example : Window_A on top of Window_B, move the mouse cursor to
Window_B, of course Window_B get the focus plus now Window_B is on top
of Window_A now. I don't think this is pointer sloppily seting right?
(Continue reading)

Alan Schmitt | 2 Feb 2004 16:18

[E-devel] [theming in e16] getting rid of a sticky button

Hi,

Just for the fun, I decided to modify slightly the theme I'm using
(Aqua-E-Graphite) to change the bottom right resize handle (which worked
fine), and to remove the sticky button (which I cannot seem to do).

Here is what I changed: I commented out the following in
borders/DEFAULT/border.cfg

  /*
  __BORDER_PART __BGN
    __ICLASS BUTTON_CLEAR
    __ACLASS ACTION_STICKIFY
    __MIN_WIDTH 15
    __MAX_WIDTH 15
    __MIN_HEIGHT 22
    __MAX_HEIGHT 22
    __TOPLEFT_ORIGIN -1
    __TOPLEFT_X_PERCENTAGE  1024
    __TOPLEFT_X_ABSOLUTE  -23
    __TOPLEFT_Y_PERCENTAGE  0
    __TOPLEFT_Y_ABSOLUTE  0
    __KEEP_WHEN_SHADED __ON
  __END
  */

It did not have any visible effect though, even after restarting
enlightenment (and fully quitting and starting). Is there some caching
effect going on or am I modifying the wrong thing ?

(Continue reading)

Kim Woelders | 2 Feb 2004 20:50
Picon
Favicon

Re: [E-devel] Re: E CVS: e kwo

JC Wong wrote:
> I think this commits broke the Focus Setting -> Focus follows pointer
> sloppily. What I tested here is all based on the 'default' setting.
> Example : Window_A on top of Window_B, move the mouse cursor to
> Window_B, of course Window_B get the focus plus now Window_B is on top
> of Window_A now. I don't think this is pointer sloppily seting right?
> Is more like "Focus follows pointer"?
> 
Hmmm, I got "raise-on-next" confused with autoraise.
I think that should be fixed now.

> I'm using Sentience theme by pixel here, and I noticed when I open more
> then 4 windows, window title focus bar didn't get 'highlighted' though.
> 
I can't reproduce this. Can you provide exact steps?

> When surfing with Mozilla and some banners pop-up windows size smaller then
> the current mozilla window, to close the banners I have to Unshade the main
> mozilla window or Iconify before killing those anon. banners window
> because most of the time mouse cursor will get focus on the main.
> Seem like Pointer/cursor focus didn't tally with the window 'highlighted' bar.
> 
Isn't this issue the same as the first?

/Kim

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
(Continue reading)


Gmane