Re: [e-users] Terminology and EFL 1.10.0 beta 1

2014-05-13 Thread The Rasterman
On Tue, 13 May 2014 21:18:03 +0200 [email protected] said: > Hi all, > > On Sun, May 11, 2014 at 11:17:10AM +0200, ADA wrote: > > > > It looks like, I've screwed up something, so my Terminology git was not > >up to date. I've cloned it again to get a clean state, now it compiles fine. > > > > By the

Re: [e-users] Terminology and EFL 1.10.0 beta 1

2014-05-13 Thread Boris Faure
On 14-05-11 09:32, Carsten Haitzler wrote: > it should build with 1.10 - what did you change? why didn't it build? app_server. I was fed up with making that thing compatible with different efl versions. On git, this part is only compiled with efl ≥ 1.10. If people care about that part of the could

Re: [e-users] Terminology and EFL 1.10.0 beta 1

2014-05-13 Thread tcech
Hi all, On Sun, May 11, 2014 at 11:17:10AM +0200, ADA wrote: It looks like, I've screwed up something, so my Terminology git was not up to date. I've cloned it again to get a clean state, now it compiles fine. By the way, the only file with problems was app_server.c. I've just tracked the chan

Re: [e-users] Using Mode_switch breaks Left Alt in e18

2014-05-13 Thread Marc MERLIN
On Tue, May 13, 2014 at 06:11:01PM +1000, Dave wrote: > In the EFL source tree, edit the src/lib/ecore_x/xlib/ecore_x.c file, and > comment out the following line: >ECORE_X_MODIFIER_ALTGR = _ecore_x_key_mask_get(XK_Mode_switch) > > It's not root cause of the issue, but it'll fix things for y

Re: [e-users] Using Mode_switch breaks Left Alt in e18

2014-05-13 Thread Dave
In the year 2014, of the month of May, on the 12th day, Marc MERLIN wrote: > On Mon, May 12, 2014 at 02:07:30AM +1000, Dave wrote: > > I had a little look at the enlightenment source code to try and figure this > > out, half as an excuse to start learning about the code for enlightenment. > > >

Re: [e-users] Adapt canvas content when the canvas is resized

2014-05-13 Thread jcazaux
Le Sun, 11 May 2014 01:37:25 +0200, Carsten Haitzler a écrit: > On Mon, 05 May 2014 09:06:34 +0200 [email protected] said: Hello, Thank you for your response >> However with the callback way, content of the canvas will not be resized >> automatically. > > that's your job in the callback - t