On Mon, 13 Apr 2015 21:27:49 +0200 Adrien Nader said:
sorry - not addressing the below.. but i have now got a local dokuwiki patch
that extends geshi (the code syntax hilighter) to teach it new keywords. the
awesome bit - the keywords are just a text file in the wiki!
http://www.enlightenment.or
Hello.
On 14/04/15 06:08, Vitor Sousa wrote:
> felipealmeida pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85b75c81a395269f6f349d7d78f
>
> commit d53038989886a85b75c81a395269f6f349d7d78f
> Author: Vitor Sousa
> Date: Mon Jan 12 12:00:59
Em 14/04/2015 05:46, "Stefan Schmidt" escreveu:
>
> Hello.
Hello,
> On 14/04/15 06:08, Vitor Sousa wrote:
> > felipealmeida pushed a commit to branch master.
> >
> > http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85b75c81a395269f6f349d7d78f
> >
> > commit d53038989886a85b75c81
On Tue, 14 Apr 2015 10:44:42 +0200 Stefan Schmidt
said:
> Hello.
>
> On 14/04/15 06:08, Vitor Sousa wrote:
> > felipealmeida pushed a commit to branch master.
> >
> > http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85b75c81a395269f6f349d7d78f
> >
> > commit d53038989886a85b75c8
Hello.
On 14/04/15 11:04, Felipe Magno de Almeida wrote:
> Em 14/04/2015 05:46, "Stefan Schmidt" escreveu:
>> Hello.
> Hello,
>
>> On 14/04/15 06:08, Vitor Sousa wrote:
>>> felipealmeida pushed a commit to branch master.
>>>
>>> http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85
Hi,
while packaging efl and friends for Mac OS, I noticed that it depends on
libtiff, mandatorily. Does that still make sense?
Cheers,
Leif
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your ow
Hey list,
I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to
loop through items (like the tab-key would). However when reaching the
end of the chain, the focus does not return to the beginning (it also
doesn't for the tab key for that matter) Wheras the documentation
clearl
Hey list,
I was playing with EVAS_CALLBACK_AXIS_UPDATE to get data from my REL_Z
input device. Unfortunatly, i never received a single callback from
elm/evas.
Changing my input device to the type of MOUSE_WHEEL made it all
magically work. So my input device did get picked up properly that time
Hi,
Let's get this straight: the title of this mail was only to trick you
into reading what's below and "considered harmful" should never be used.
I'm updating win-builds.org with EFL git and ephysics failed building
because too many things use the EAPI define.
EAPI is useful because some platfor
FWIW, I'm getting a similar problem with Emotion. Not exactly the same
and probably more annoying to fix but still a variation on the same
theme.
--
Adrien Nader
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1P
On Tue, 14 Apr 2015 16:28:48 +0200 Olliver Schinagl
said:
> Hey list,
>
> I was playing with EVAS_CALLBACK_AXIS_UPDATE to get data from my REL_Z
> input device. Unfortunatly, i never received a single callback from
> elm/Eva's.
ummm... that event is for pen devices... eg - the tilt of a pen.
On Tue, 14 Apr 2015 16:22:57 +0200 Leif Middelschulte
said:
> Hi,
>
> while packaging efl and friends for Mac OS, I noticed that it depends on
> libtiff, mandatorily. Does that still make sense?
yes. to load tiff files. libtiff is very common as a dependency (you find it in
most places without
On Tue, 14 Apr 2015 16:31:06 +0200 Olliver Schinagl
said:
> Hey list,
>
> I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to
> loop through items (like the tab-key would). However when reaching the
> end of the chain, the focus does not return to the beginning (it also
> d
On Tue, 14 Apr 2015 21:50:01 +0200 Adrien Nader said:
> Hi,
>
> Let's get this straight: the title of this mail was only to trick you
> into reading what's below and "considered harmful" should never be used.
>
> I'm updating win-builds.org with EFL git and ephysics failed building
> because to
On Tue, 14 Apr 2015 21:50:01 +0200 Adrien Nader wrote:
> "considered harmful" should never be used.
"Considered harmful" is considered harmful?
--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
signature.asc
Description: PGP sig
On Mon, 13 Apr 2015 22:16:04 +0200 Davide Andreoli
said:
> 2015-04-08 2:55 GMT+02:00 Carsten Haitzler :
>
> > raster pushed a commit to branch master.
> >
> >
> > http://git.enlightenment.org/core/elementary.git/commit/?id=2d64175722db124b1e4be6c735503f29e4453015
> >
> > commit 2d64175722db124b1
On Sat, 21 Mar 2015 13:26:36 -0500 Jeff Hoogland said:
> Is there an option to allow panes to be clickable anywhere along the break
> instead of just in the very center? I have some panes that are very large
> and would prefer if the user didn't have to scroll down/up to change the
> size.
it ca
Leaving something like this to the theme is frustrating and creates an
inconsistent user experience.
On Tue, Apr 14, 2015 at 9:48 PM, Carsten Haitzler
wrote:
> On Sat, 21 Mar 2015 13:26:36 -0500 Jeff Hoogland
> said:
>
> > Is there an option to allow panes to be clickable anywhere along the
> b
On Wed, 15 Apr 2015 00:06:52 -0500 Jeff Hoogland said:
> Leaving something like this to the theme is frustrating and creates an
> inconsistent user experience.
leaving it to the programmer is worse. :) the theme is meant to come from a ui
designer who has decided what ui is nice/good - it's then
Hey Raster,
On 15-04-15 00:26, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 14 Apr 2015 16:31:06 +0200 Olliver Schinagl
> said:
>
>> Hey list,
>>
>> I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to
>> loop through items (like the tab-key would). However when reaching th
Hey raster,
On 15-04-15 00:49, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 14 Apr 2015 16:28:48 +0200 Olliver Schinagl
> said:
>
>> Hey list,
>>
>> I was playing with EVAS_CALLBACK_AXIS_UPDATE to get data from my REL_Z
>> input device. Unfortunatly, i never received a single callback from
>
Hello.
You realize we are in freeze for 1.14?
This is adding a new EAPI without even having a user for it.
If you want to keep this in I would need to hear a good justification
for it.
regards
Stefan Schmidt
On 15/04/15 06:58, Jaehwan Kim wrote:
> jaehwan pushed a commit to branch master.
>
>
Hello.
On 14/04/15 22:57, Dave Andreoli wrote:
> davemds pushed a commit to branch master.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=d021b7e36d001ecdeb3767bb6a67cc361d0f7ee9
>
> commit d021b7e36d001ecdeb3767bb6a67cc361d0f7ee9
> Author: Dave Andreoli
> Date: Tue Apr 14 22:1
Hello.
On 15/04/15 01:56, Mike Blumenkrantz wrote:
> discomfitor pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=03ed82704db55ab328335686788289feb37a3825
>
> commit 03ed82704db55ab328335686788289feb37a3825
> Author: Mike Blumenkrantz
> Date: Tue Apr 14
Hi,
On Wed, Apr 15, 2015 at 3:19 PM, Stefan Schmidt
wrote:
> Hello.
>
> You realize we are in freeze for 1.14?
>
> This is adding a new EAPI without even having a user for it.
>
> If you want to keep this in I would need to hear a good justification
> for it.
>
Yep. I already spoke to him about
25 matches
Mail list logo