[E-devel] EFL and subpixel antialiasing

2015-12-27 Thread Stanislav Baiduzhyi
I've noticed that fonts in EFL-based apps are not as good as in Qt apps, and digging into source it looks like LCD rendering is not supported, render mode is hardcoded to FT_RENDER_MODE_NORMAL. Is that intentional or just not yet implemented feature?

Re: [E-devel] Python vs C for E development?

2015-12-27 Thread Jeff Hoogland
If you do opt to give python a try I've got a short tutorial series I am working on expanding you can find here -> http://jeffhoogland.github.io/elm-tutorials/ On Sun, Dec 27, 2015 at 8:19 AM, Stanislav Baiduzhyi < baiduzhyi.de...@gmail.com> wrote: > On Sat, Dec 26, 2015 at 8:17 PM, Davide

Re: [E-devel] Python vs C for E development?

2015-12-27 Thread Stanislav Baiduzhyi
On Sat, Dec 26, 2015 at 8:17 PM, Davide Andreoli wrote: > Hi, > the python bindings are not elementary-only, but do not cover 100% of the > efl api for various reasons: > 1. lots of the efl stuff are not needed in py (Efreet is an example, as > python-xdg yet cover that

Re: [E-devel] Python vs C for E development?

2015-12-27 Thread Stanislav Baiduzhyi
On Sat, Dec 26, 2015 at 1:52 PM, Carsten Haitzler wrote: > so yeah - dispatch thread -> mainloop. that's where main() in c/c++ would be > and > what would exist unless you CREATE a thread. efl has various ways to send code > to run in the mainloop context. ecore_thread_*

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_win: Remove unnecessary layer set for elm_win.

2015-12-27 Thread Hermet
If it doesn't cause any critical side effects/compatibility issues, I can't see any reasons to keep it in. No one expects window layer value is 50. But I'd rather ask why 50? why it should have layer 50? Specifically, evas_object_layer_set() API has been exposed, which means the layer setting

Re: [E-devel] EFL and subpixel antialiasing

2015-12-27 Thread The Rasterman
On Sun, 27 Dec 2015 16:59:33 +0100 Stanislav Baiduzhyi said: > I've noticed that fonts in EFL-based apps are not as good as in Qt > apps, and digging into source it looks like LCD rendering is not > supported, render mode is hardcoded to FT_RENDER_MODE_NORMAL. Is that

[E-devel] Ask opinion: size hint padding vs. margin

2015-12-27 Thread Conrad Um
Dear all, I'm seeking for an easier way to make a layout without edc, but only with code. I suggested a contianer having flexible padding for layouts like this. http://imgur.com/E1HfxJF Now I want to ask opinion about size hint padding or margin. The biggest difference between size hint padding

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_win: Remove unnecessary layer set for elm_win.

2015-12-27 Thread Daniel Juyung Seo
This code was there for years and it could impact the behavior. I think there must be a good reason for this code but I also have a doubt on this code. One thing I am sure is that if someone would like to change the code like this(been there for ages and could give an impact), it should be