On Wed, 4 Oct 2023 16:13:13 -0300 Aira said:
> How can I start?have already subscribed to the email list
Start what?
--
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com
___
enlightenm
hello
On Wed, Oct 4, 2023 at 9:11 PM Aira wrote:
>
> How can I start?have already subscribed to the email list
what do you want to do ?
Vincent
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.
On Tue, 17 Dec 2013 01:50:15 +0100 Thanatermesis
said:
> > i have seen many people propose edje as the solution to glade - as a
> complete
> > ui builder solution. i've seen them expect it to do things that elm boxes,
> > tables etc. etc. do and do it completely. it's very hard to do synamic
> l
On 12/18/2013 11:53 AM, Cedric BAIL wrote:
> Hello,
>
> On Tue, Dec 17, 2013 at 9:54 PM, dumblob wrote:
>>> In the end, what raster said is true, out of all the EFL C API, only some
>>> is thread safe. The EFL design does include mechanisms for marshalling
>>> unsafe calls to the main thread.
Hello,
On Tue, Dec 17, 2013 at 9:54 PM, dumblob wrote:
>> In the end, what raster said is true, out of all the EFL C API, only some is
>> thread safe. The EFL design does include mechanisms for marshalling unsafe
>> calls to the main thread. So it doesn't matter which scripting language is
>
> In the end, what raster said is true, out of all the EFL C API, only some is
> thread safe. The EFL design does include mechanisms for marshalling unsafe
> calls to the main thread. So it doesn't matter which scripting language is
> used to wrap it, somewhere along the line this call marshal
On Tue, 17 Dec 2013 10:43:03 +0900 Cedric BAIL
wrote:
> Hello,
>
> On Tue, Dec 17, 2013 at 5:46 AM, David Seikel
> wrote:
> > On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman)
> > wrote:
> >
> >> On Mon, 16 Dec 2013 08:39:47 +0100 dumblob
> >> said:
> >>
> >> > Thank you. If
Hello,
On Tue, Dec 17, 2013 at 5:46 AM, David Seikel wrote:
> On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman)
> wrote:
>
>> On Mon, 16 Dec 2013 08:39:47 +0100 dumblob said:
>>
>> > Thank you. If I got it correctly, it will be possible to use BÖBs C
>> > API from parallel thr
> i have seen many people propose edje as the solution to glade - as a
complete
> ui builder solution. i've seen them expect it to do things that elm boxes,
> tables etc. etc. do and do it completely. it's very hard to do synamic
layouts
> (lists etc.) purely in edje. it's designed mostly around a
On Tue, 17 Dec 2013 08:26:52 +1000 David Seikel said:
> On Mon, 16 Dec 2013 22:45:30 +0100 dumblob wrote:
>
> > > Just as a point of interest, my experiments with using LuaJIT in EFL
> >
> > > found that the Lua stuff itself is threadsafe so long as we use a
> > > thread safe memory allocator,
On Mon, 16 Dec 2013 22:45:30 +0100 dumblob wrote:
> > Just as a point of interest, my experiments with using LuaJIT in EFL
>
> > found that the Lua stuff itself is threadsafe so long as we use a
> > thread safe memory allocator, which LuaJIT itself provides. The
> > memory allocator we currentl
> Just as a point of interest, my experiments with using LuaJIT in EFL
> found that the Lua stuff itself is threadsafe so long as we use a
> thread safe memory allocator, which LuaJIT itself provides. The memory
> allocator we currently use in Edje Lua is not thread safe. I've been
> meaning to
On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman)
wrote:
> On Mon, 16 Dec 2013 08:39:47 +0100 dumblob said:
>
> > Thank you. If I got it correctly, it will be possible to use BÖBs C
> > API from parallel threads without being afraid something will break
> > up. That's neat and
On Mon, 16 Dec 2013 08:39:47 +0100 dumblob said:
> Thank you. If I got it correctly, it will be possible to use BÖBs C API
> from parallel threads without being afraid something will break up. That's
> neat and I'll look forward to testing first alpha versions in a few years
> :).
no - unlikely
Thank you. If I got it correctly, it will be possible to use BÖBs C API
from parallel threads without being afraid something will break up. That's
neat and I'll look forward to testing first alpha versions in a few years
:).
2013/12/16 Carsten Haitzler
> On Mon, 16 Dec 2013 06:25:54 +0100 Thana
On Mon, 16 Dec 2013 06:25:54 +0100 Thanatermesis
said:
> > slight problem is that in the process of ensuring edje does
> > its job, the over-engineering made it look like something different, and
> that
> > is where suddenly it looks bad because people use it as "something
> different"
> > then f
> slight problem is that in the process of ensuring edje does
> its job, the over-engineering made it look like something different, and
that
> is where suddenly it looks bad because people use it as "something
different"
> then find all the creaky edge cases.
Can you tell me which "creaky edge ca
On Sun, 15 Dec 2013 17:48:37 +0100 dumblob said:
bob would not be bob if it was not tied to a single specific language. lua (via
luajit) is at least the target we think is best. basically instead of
implementing stuff with edc to design ui elements, you use lua to do the same.
lua is a data file.
On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote:
> On Wed, Feb 13, 2013 at 9:36 AM, Bruno Dilly wrote:
>> On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann
>> wrote:
>>> Hello,
>>>
>>> beware, the switch to Git will be happening soon! We will migrate efl,
>>> elementary and enlightenment one
On Wed, 13 Feb 2013 13:53:35 +1000 David Seikel said:
> On Wed, 13 Feb 2013 12:35:10 +0900 Carsten Haitzler (The Rasterman)
> wrote:
>
> > On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL
> > said:
> >
> > > On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano
> > > wrote:
> > > > On Wed, Feb 13, 201
On Wed, 13 Feb 2013 12:35:10 +0900 Carsten Haitzler (The Rasterman)
wrote:
> On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL
> said:
>
> > On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano
> > wrote:
> > > On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL
> > > wrote:
> > >> Of course we don't start a
On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL said:
> On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano wrote:
> > On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote:
> >> Of course we don't start a feature addition cycle if current master
> >> branch is unstable. The hope is to be on a more rapi
On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano wrote:
> On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote:
>> Of course we don't start a feature addition cycle if current master
>> branch is unstable. The hope is to be on a more rapid development
>> cycle, but still stable and avoiding glacial e
On Wed, 13 Feb 2013 01:00:26 -0200
Iván Briano wrote:
> On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote:
> > Of course we don't start a feature addition cycle if current master
> > branch is unstable. The hope is to be on a more rapid development
> > cycle, but still stable and avoiding glac
On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote:
> Of course we don't start a feature addition cycle if current master
> branch is unstable. The hope is to be on a more rapid development
> cycle, but still stable and avoiding glacial era like we have before
> each release. Finally it should gi
On Wed, Feb 13, 2013 at 9:36 AM, Bruno Dilly wrote:
> On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann
> wrote:
>> Hello,
>>
>> beware, the switch to Git will be happening soon! We will migrate efl,
>> elementary and enlightenment one-by-one and send mails with specific
>> details when each will
On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann wrote:
> Hello,
>
> beware, the switch to Git will be happening soon! We will migrate efl,
> elementary and enlightenment one-by-one and send mails with specific
> details when each will happen.
>
> For the time when we are using Git here is a reall
As a humble e tester many thanks for the info. Tarball ->cvs ->svn -> git.
still enjoying the ride and the result!
Cheers
M
On 11 February 2013 17:07, Daniel Willmann wrote:
> Hello,
>
> beware, the switch to Git will be happening soon! We will migrate efl,
> elementary and enlightenment one-
On Sat, 3 Mar 2012 23:02:58 +0900
Bluezery wrote:
> 2012/3/3 Michael Blumenkrantz :
> > On Sat, 3 Mar 2012 13:19:24 +0900
> > Bluezery wrote:
> >
> >> Hello,
> >>
> >> This patch is for reading socks version5 proxy from global variables.
> >> This is almost same as previous socks version4.
> >>
2012/3/3 Michael Blumenkrantz :
> On Sat, 3 Mar 2012 13:19:24 +0900
> Bluezery wrote:
>
>> Hello,
>>
>> This patch is for reading socks version5 proxy from global variables.
>> This is almost same as previous socks version4.
>> discomfitor can help to review this patch.
>>
>> Thanks.
>>
> hmm I co
On Sat, 3 Mar 2012 13:19:24 +0900
Bluezery wrote:
> Hello,
>
> This patch is for reading socks version5 proxy from global variables.
> This is almost same as previous socks version4.
> discomfitor can help to review this patch.
>
> Thanks.
>
hmm I could be reading this wrong, but it looks to m
Thanks. I just removed 'libglu1-xorg-dev' from that page.
Daniel Juyung Seo (SeoZ)
On Thu, May 5, 2011 at 6:52 PM, sangho park wrote:
> you can find the change log on xorg source package.
> xorg (1:7.6+4ubuntu1) natty; urgency=low
> [ Timo Aaltonen ]
> * Merge from Debian unstable. Remaining
you can find the change log on xorg source package.
xorg (1:7.6+4ubuntu1) natty; urgency=low
[ Timo Aaltonen ]
* Merge from Debian unstable. Remaining Ubuntu changes:
...
* Removed transitional xlibmesa-gl*, libglu1-* packages, they have only
'Suggests' or 'Recommend
2011/5/5 Daniel Juyung Seo
> Hi,
>
> I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine.
> It's described in http://trac.enlightenment.org/e/wiki/Ubuntu
>
> Any reason?
>
> Thanks.
> Daniel Juyung Seo (SeoZ)
>
> ---
maybe the name is a bit different
2011/5/5 Daniel Juyung Seo
> Oops.
> (no subject).
> My bad :)
>
> Daniel Juyung Seo (SeoZ)
>
> On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo
> wrote:
> > Hi,
> >
> > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine.
> > It's described in h
Oops.
(no subject).
My bad :)
Daniel Juyung Seo (SeoZ)
On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo wrote:
> Hi,
>
> I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine.
> It's described in http://trac.enlightenment.org/e/wiki/Ubuntu
>
> Any reason?
>
> Thanks.
> Daniel Juyung
In cvs, slightly modified. Thanks :)
Toma wrote:
> Heres a little patch to add a 'Favorites' button to EFM_nav. The icon
> is taken from the default theme for favorite.
> Big thanks to ptomaine for making the home path easier to find :)
> The code could do with a review since it was just a copy n
On Mon, Aug 02, 2004 at 10:26:42PM +0200, [EMAIL PROTECTED] wrote:
> I=92ve been following the project lately. It looks like the almost only d=
> ocs
> at the moment are the doxygen-generated ones. Are the EFL docs reaching a
> =93stable=94 status? Are there more/newer docs ? I might help with some
Carlos Alberto Morales Ramirez wrote:
Hi, well, I'm using the latest cvs e16 version (Apr 22 2004) and i want to
note that when compilling since sometime ago, I've to pull the folder
e/intl/ source from cvs dated 4/2/2003 because for some reason if i do a
clean cvs update (this means doing a rm * d
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote:
>
> Congratulations to everyone who made this release a success :)
>
> I think Kim deserves special compliements for the work he has done on this
> release :)
Thanks a lot for this release. I've started using e16 again as of this
morning 8)
Alan Sch
40 matches
Mail list logo