Re: [E-devel] EFL and subpixel antialiasing

2015-12-28 Thread Stanislav Baiduzhyi
On Mon, Dec 28, 2015 at 9:35 PM, Michal Suchanek wrote: >> That makes some sense. Pity, on still very popular 96 DPI monitor >> readability of subpixeled font is one step higher. > Popular in the sense you can easily pull a working one from the trash? In a sense that around

Re: [E-devel] EFL and subpixel antialiasing

2015-12-28 Thread Stanislav Baiduzhyi
On Sun, Dec 27, 2015 at 11:27 PM, Carsten Haitzler wrote: > 100% intended. there is no way we are doing that insanely bad sub-pixel rgb > stuff n efl. an explicit decision to not support it. why? That makes some sense. Pity, on still very popular 96 DPI monitor readability

Re: [E-devel] EFL and subpixel antialiasing

2015-12-28 Thread Stanislav Baiduzhyi
On Tue, Dec 29, 2015 at 1:00 AM, Carsten Haitzler wrote: > so thats why we have a scale factor setting in e (and elm) and this just sizes > stuff up - not JUST fonts, but many many many things. it's the "make it bigger > - i can't see that" option which is what people

[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 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] Python vs C for E development?

2015-12-26 Thread Stanislav Baiduzhyi
On Sat, Dec 26, 2015 at 8:48 AM, Simon Lees wrote: > Hi, > > I presume your asking because python is your stronger language, if thats > the case yes the python bindings are in reasonable shape. epymc is a > decent sized application written in python and there are a couple of >

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

2015-12-25 Thread Stanislav Baiduzhyi
Hi All, So, I want to start writing yet another never finished project, fast and simple twin-panel file manager this time, and recently I was very inspired by Enlightenment, so I would like to try EFL+Elementary. And I've noticed that there are python bindings, which may be very helpful to