llocation is done to contain it all.
>
> But is it really useful? Does it matter?
Well, small change like removing strlen could be done. But yes, does
it really matter, I never saw that function showing up in any
benchmark. In fact, that's certainly the main reason it is slow. It
never did hu
the rest, eet will return NULL, if they
are compressed and can't be uncompressed, it will also return NULL if
it can't decode them. That pretty much limit the risk, but if you
really want to be secure, then sign your eet file.
--
Cedric BAIL
-
gt; numerical level: good idea.
Yep, done.
> file descriptor: should be the same as the eina log prints.
Yep, that's also my point of view.
> backtrace function: no comment.
Having a log post callback could be interesting, but I am wondering
what else use it could have than curren
===
>> --- trunk/eina/ChangeLog 2012-04-19 09:03:59 UTC (rev 70326)
>> +++ trunk/eina/ChangeLog 2012-04-19 09:24:04 UTC (rev 70327)
>> @@ -250,8 +250,3 @@
>>
>> * Add missing API eina_file_map_faulted() on Windows. Does n
a_Array. As an array, it should really be used like a stack
not like a list or you will use a very inneficient path. That's why it
should also not expose an API like it was a list of people will start
missusing it in my opinion.
--
Cedric BAIL
eo_query(const Eo *obj, ...);
is worth it. It does means that we do have a new class of function
pointer in Eo. So we better think about it now, rather than later and
break our structure and ABI.
--
Cedric BAIL
--
For
should really
have been our only version since day one, sadly we didn't had it when
we did our first release, so it was added to late). Now that we have a
chance to fix that, better take it !
That's all I could think about that really matter.
--
Cedric BAIL
---
ent don't introduce anything in E that would require
us to release a new set of EFL libraries.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
thr
(not in a
> function)
> make[4]: *** [ethumb.lo] Error 1
>
>
> Here is a patch that make configure.ac similar to the one from eina and
> make things work back.
>
> eio/configure.ac | 2 +-
> emotion/configure.ac |
evas/src/examples/Makefile.am | 1 +
> 4 files changed, 28 insertions(+), 2 deletions(-)
In svn and backported. Thanks,
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the
t;> or come to seoul. i live in yongsan. maybe we should have regular monthly
>> e/efl
>> dinners now we have more people spread out? if you're in seoul sometimes...
>> we
>> might be able to arrange something.
>
> What about celebrating elementary 1.0.0 n
ill cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> __
On Thu, May 3, 2012 at 9:31 AM, Gustavo Sverzut Barbieri
wrote:
> On Wednesday, May 2, 2012, Cedric BAIL wrote:
>
>> This need to be reverted. It is breaking Elementary 1.0 API theme. Any
>> theme written for Elm 1.0 will be broken by this change.
>
> We can call it 2.0,
>
>>>
>>> -Regards, Hermet-
>>>
>>>
>>> -Original Message-
>>> From: "Daniel Juyung Seo"<seojuyu...@gmail.com>
>>> To: "Enlightenment developer
>>> list"<enlightenment-
On Thu, May 3, 2012 at 4:35 PM, wrote:
> Would someone please apply this attached patch (almost immediately) ?? Fixes
> for horrible compiler warning on e_container.
As I was playing with that file, I put your patch in at the same time.
So it's in !
--
On Thu, May 3, 2012 at 4:43 PM, wrote:
> And here's another small patch to cleanup the long standing e_randr compiler
> warnings too. (Tired of looking at them sit there for several months or more
> now) ;) Please apply asap.
In svn also.
-
t;
>> ecore_main_loop_begin();
>>
>> ecore_evas_free(ee);
>> ecore_evas_shutdown();
>> return 0;
>>
>> error:
>>
>> ecore_evas_shutdown();
>> eina_shutdown();
>> return -1;
>> }
>>
>>
>> Regards
uld be way to late ?
Should we handle it ?
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can re
e time I add any allocs. Usually,
> sometimes I'm too lazy to, but often add it later.
We are speacking about E, EFL are almost always checking for memory
allocation and try to return to a safe state in case of an issue. But
thing
> never goes above 1.
There was a rouding and overflow issue in eina fixed point
implemantation of sin/cos that when getting close to 1 and above
0.999, it could wrongly round the value and think it was above 1.0. It
is now fixed, I just don't really get why no one noticed that before
as we us
ld fix this issue (and may raise
other, who knows !)
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT mana
ly improve my
> life. This feature seems like an absolute requirement.
Sounds the same to me ! More seriously, I did that on purpose, so that
most people will build with eio dep in. If you don't want it just
disable the build of edje_watch. That should do the work.
--
Cedric BAIL
-
re locked down to the library we used as 1.0
dependencies, then we would be very limited in the future. So I
clearly disagree on your argument. As people want to not build edje
against eio, then whatever they want.
--
Ce
have been looking at fixing all of this
issue due to my change to edje. Try edje_watch on elementary theme,
change the edc, see it recompile the edj (slowly) and then reload it
automatically in elementary_test. Then a few things are reset or lost
when they shouldn'
is now complex due to the amount of change between trunk and branch.
So I am also ok, if we just revert the fix.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today'
anged my mind a little about this issue. As it is a C++
library, it means C++ namespace. That should never conflict with us.
It will maybe confuse google. But using a C namespace with a C++
namespace should work properly without any clash. That's for the
technical part, now more for the
user friendly :D
I see only one way to do that. Static analysis with all the knowledge
we have about EFL API. This is the kind of issue we can detect with
static analysis. We should also be able in some case to detect use of
d always
work on NULL, so better to not use EINA_SAFETY.
Sorry I don't have much time to check your patch now. Maybe will do next week.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover
y few minutes, but I was busy
> doing other stuff. So the entire SVN compile took all day. I should
> have just put "sleep 300; killall -KILL edje_cc" in a loop.
Hey, I haven't been lazy at all. I have success
(data->length + 1));
>
> sizeof(char) is 1 by definition. Just malloc(data->length + 1).
You are wrong sizeof(unsigned char) is one. On some system, it could
be a signed char and be bigger. I think it's
s changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel ma
On Sun, May 27, 2012 at 10:19 AM, Massimo Maiurana wrote:
> Cedric BAIL, il 27/05/2012 10:07, ha scritto:
>> Hi,
>>
>> Can you please tell me what driver and hardware you are using. Also
>> are you using E17 comp module ?
>>
>> This look like a bug that bi
http://www.stack.nl/~dimitri/doxygen/commands.html#cmddeprecated
Oh, yes, very valid point here !
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
just a warning, it become an error only if the
user really ask for it, not the compiler, not the binary. So if he
want to be spanked...
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover al
need
>> to see via the web. html5 man! the solution to world peace!
>
> P
>
> The cloud, turning all your data into vapour-ware.
>
> So, when do we see EFL ported to HTML 5 so I can make my new web site
> look pretty
>> > >
>> > > Not to mention that we really don't need multiple megabyte emails for 5
>> > > lines of reply. Bandwidth is expensive in this country, if people want
>> > > to waste mine, they can damn well pay for it.
>> > >
&g
e mouse binding that's broken.
> Desktop flipping with the wheel and keyboard works fine.
I saw a patch from discomfitor on it. I have already done my bet !
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusi
date the wiki page, but you know just get an account on the wiki and
feel free to fix it as you see need.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's securit
states with transparent
>> colors).
Parser should already warn about useless property (all color and
visible information).
> Oops, and I almost forgot: this breaks the tools (edje_inspector at
> least) and the serializer/saver used by Edje Edit and thus editje.
Ah, this one I always fo
Barbieri
>> > > wrote:
>> > >> On Mon, Jun 4, 2012 at 10:10 AM, Cedric BAIL
>> > >> wrote:
>> > >>> On Mon, Jun 4, 2012 at 2:53 PM, Gustavo Sverzut Barbieri
>> > >>> wrote:
>> > >>>>
rojects/dns.c.html) and has been in
> development for ~4 years.
> it has zero documentation, no examples, and no comments: I'm pretty sure
> he's an EFL developer in disguise.
I hope you send him a mail to invite joining us :-) But is he
diff&version=83
Thanks for the report. I removed the comment, but I don't have admin
right to block the user or its ip address.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cov
On Tue, Jun 5, 2012 at 2:53 PM, Carsten Haitzler wrote:
> On Tue, 5 Jun 2012 14:40:12 +0900 Cedric BAIL said:
>> On Tue, Jun 5, 2012 at 2:24 PM, P Purkayastha wrote:
>> > Look and behold (with some proper monospaced fonts):
>> >
>> > Timestamp: 06/04/12 19:10
ed way). This patch gave the infra to work
around a limitation in a hackish way, I agree, but the time needed to
fix gstreamer is much higher than if we do it on our side.
I see that as a temporary mesure until gstreamer 1.0 is out, device
maker start to adopt it and we can start to fix it corre
released libraries. Ever.
> You can only add EINA_DEPRECATED to deprecate them.
Apparently this API where added a week ago or so, and after debate
with Gustavo, that's the resulting change.
--
Cedric BAIL
--
Live S
ape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-svn mailin
On Tue, Jun 12, 2012 at 3:28 PM, Tom Hacohen wrote:
> On 12/06/12 02:54, Cedric BAIL wrote:
>>
>> On Sun, Jun 10, 2012 at 8:14 PM, Enlightenment SVN
>> wrote:
>>>
>>> Log:
>>> Edje load: Although we don't use them that much, we have refcounts
ay you can call eina_statat yourself and
modify info to match the information you got. In fact, this should
also be true for eio_file_direct_ls. So maybe the fix is to remove the
const in fact.
Any idea ?
--
Cedric BAIL
--
>
> Just the "popout" theme of the hover widget raises the borkage. There has
> been no changes on it since ages, would it be Edje the culprit? It's being
> hard to track it. Cedric, could you help here?
Will look at it.
--
Cedric BAIL
-
On Fri, Jun 15, 2012 at 5:45 AM, Bertrand Jacquin wrote:
> This is the game of an unstable install on a production system. dpkg is now
> OK,
> but we really should think a stable system.
>
> Not sure the system will boot next time.
Time to speed up the replacement of e2 and e1 t
On Fri, Jun 15, 2012 at 9:08 PM, Enlightenment SVN
wrote:
> Log:
> Improving Eio Doc and adding an example.
>
> Author: Guilherme Iscaro
Wouhou ! \o/
--
Cedric BAIL
--
Live Security Virtual Conferen
> functionality that is provided with tabs. It's no substitute for tabs,
> it's something completely different.
It only remove them because you didn't think of a way to have them.
Now tell me that, it's really impossible to display the term title
under/over the thumbnail,
other are wrong. Need to check all of that.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT manage
part needs access or not. Then
> please review the patch and give some feedbacks. Thanks especially bluebugs.
Patch in at svn r72521.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the
re, or you should not
touch it at all because it was destroyed. Question is what are you
trying to fix with this patch ?
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways t
> But there are many gnome-terminal users out there.
> It will be great if we can fix this issue.
Yes, i observed the same behaviour, and I think it's just a "feature"
of gnome-terminal, but I may
80b4748) at eet_data.c:4410
> #6 0x008b896d in _eet_data_descriptor_encode (ed= out>, edd=0x8087d18, data_in=0x80b4710, size_ret=0xb75ce2ac) at
> eet_data.c:4809
> #7 0x008b8c6a in eet_data_write_cipher (ef=0x80908a0, edd=0x8087d18,
> name=0xb75ce32c &quo
scale and finger size into
account (something the previous attempt didn't and wasn't able to do).
In general hidding some part when the widget is to small.
--
Cedric BAIL
--
Live Security Virtual Conference
Excl
e maintain them for the life of the 1.x series. In my opinion it
would make migration from 1.x to 2.x easier in the futur. The goal of
deprecating API is to make application developper life easier by
providing them with a more powerfull/simpler solution to do the same
task. I
#x27;t tell what to use). It doesn't alter the
resulting binary.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has change
setup a svn account for you.
Anyway, I will apply this latest patch.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed
On Tue, Jun 26, 2012 at 1:32 PM, Kim Shinwoo wrote:
> Would you please keep the patch in svn?
Oh, sorry I completly forgot about pushing it on svn. It's done now
with revision r72841.
--
Cedric BAIL
--
Live
me issue, but I
have some very hard time to reproduce the problem. Having some one
else triggering the same problem could help me understand what is
going on.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive
e should be able to disable
safety check and magic check and your program should still continue to
run nicely.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today'
On Thu, Jun 28, 2012 at 10:58 AM, David Seikel wrote:
> On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> wrote:
>> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
>> wrote:
>> > Recently I've been getting a one second pause then an error message
>> > whe
On Thu, Jun 28, 2012 at 11:15 AM, Raphael Kubo da Costa
wrote:
> Cedric BAIL writes:
>> Could you please give us the name of the function that you think do it
>> wrong ? Because I will take an example as it will make this easier to
>> understand.
>
> I started think
On Fri, Jun 29, 2012 at 7:53 PM, Vincent Torri wrote:
> why not textgrid ?
>> NOTE: It currently display code in a textgrid and is
Woot ?
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live e
macs-efl idea. Go ahead with
that, it doesn't conflict at all with what we are trying to prototype
here.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's securit
On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa
wrote:
> Michael Blumenkrantz writes:
>> On Wed, 27 Jun 2012 23:43:23 -0300
>> Raphael Kubo da Costa wrote:
>>> Cedric BAIL writes:
>>> > I personally think that eina_iterator_free like any free funct
On Tue, Jul 3, 2012 at 12:30 PM, Raphael Kubo da Costa
wrote:
> Cedric BAIL writes:
>> On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa
>> wrote:
>>> I'm unsure about whether to change the following calls, so for now I
>>> haven't:
>>>
gt;> atoi(getenv("ECORE_EVAS_GL_SYNC_DRAW_DONE"));
>> +else
>> + ee->gl_sync_draw_done = 0;
>> + }
>> if (first_map_bug < 0)
>> {
>> char *bug = NULL;
>> @@ -1671,14 +1717,41 @@
>>
cs [] =
> {
> {"nilfunc", _elua_bogan_nilfunc}, // Just return a nil.
> {"__index", _elua_bogan_index}, // Return the above func.
>
>
> --
> Live Security
file with plenty of #ifdef
>
> maybe one can add another file with common code
Yep, it sounds like the best solution. Don't know if I will have time
to do that any time soon, but it sounds to me like a good idea.
--
Cedric BAIL
---
On Tue, Jul 3, 2012 at 1:17 PM, Raphael Kubo da Costa
wrote:
> Cedric BAIL writes:
>>>>> - *_foreach():
>>>>>One could argue that passing NULL should be equivalent to an empty
>>>>>loop. For example, right now
>>>>>e
I will take some drug and look at it later this week... Damn, sad world !
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has
t;> >
>> >> On Wed, 4 Jul 2012 09:58:30 +0900 Cedric BAIL
>> >> said:
>> >>
>> >> i asked last night and he claims it works with 5.1 - we were using
>> >> deprecated features that still were in 5.1 (deprecated earlier) and
>
d the ball in his foot in Berlin.
So yes, he is a truly a Brazilian !
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and
On Thu, Jul 5, 2012 at 8:57 PM, Gustavo Sverzut Barbieri
wrote:
> On Thursday, July 5, 2012, Cedric BAIL wrote:
>
>> On Thu, Jul 5, 2012 at 8:41 PM, Tom Hacohen
>> >
>> wrote:
>> > On 05/07/12 06:24, Gustavo Sverzut Barbieri wrote:
>> >>
the action is. But I have no strong opinion
there. If you have better idea on what/when key press should enable
the jump, feel free to move it around.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live event
On Wed, Jun 6, 2012 at 11:17 PM, Gustavo Sverzut Barbieri
wrote:
> On Wed, Jun 6, 2012 at 12:14 AM, Cedric BAIL wrote:
>> On Tue, Jun 5, 2012 at 4:39 PM, Gustavo Sverzut Barbieri
>> wrote:
>> > On Tue, Jun 5, 2012 at 4:22 AM, Sohyun Kim
>> > wrote:
>> >
On Thu, Jul 5, 2012 at 10:07 PM, Gustavo Sverzut Barbieri
wrote:
> On Thursday, July 5, 2012, Cedric BAIL wrote:
>> On Wed, Jun 6, 2012 at 11:17 PM, Gustavo Sverzut Barbieri
>> > wrote:
>> > On Wed, Jun 6, 2012 at 12:14 AM, Cedric BAIL
>> > >
>>
On Thu, Jul 5, 2012 at 10:30 PM, Gustavo Sverzut Barbieri
wrote:
> On Thursday, July 5, 2012, Cedric BAIL wrote:
>> On Thu, Jul 5, 2012 at 10:07 PM, Gustavo Sverzut Barbieri
>> > wrote:
>> > On Thursday, July 5, 2012, Cedric BAIL wrote:
>> >> On Wed, J
On Thu, Jul 5, 2012 at 11:28 PM, Jorge Luis Zapata Muga
wrote:
> On Thu, Jul 5, 2012 at 3:42 PM, Cedric BAIL wrote:
>> On Thu, Jul 5, 2012 at 10:30 PM, Gustavo Sverzut Barbieri
>> wrote:
>>> On Thursday, July 5, 2012, Cedric BAIL wrote:
>>>> On Thu, Jul
On Fri, Jul 6, 2012 at 2:47 PM, Vincent Torri wrote:
> On Fri, Jul 6, 2012 at 7:37 AM, Cedric BAIL wrote:
>> On Thu, Jul 5, 2012 at 11:28 PM, Jorge Luis Zapata Muga
>> wrote:
>>> On Thu, Jul 5, 2012 at 3:42 PM, Cedric BAIL wrote:
>>>> On Thu, Jul 5, 2012 a
an entry.
> - EAPI void elm_entry_magnifier_disabled_set(Evas_Object *obj, Eina_Bool
> disabled);
> - EAPI Eina_Bool elm_entry_magnifier_disabled_get(const Evas_Object *obj);
Shouldn't that be part of Elementary wind
work for me in zsh
> and
> bash.
I think some people have issue with zsh, but that's mainly because
their configuration is not for xterm. First of, did you try it in
xterm ? Then I know their is a file to change to make it work, but I
don't remember its name (Ask google, he is
contrary, I don't remember. Anyway, I have time to
> annoy you all the weekend.
>
> What about saturday?
Yeah ! Great idea ! Question is where, I would propose my apartment,
but raster is not that happy about it as that means going back through
traffic jam in Suwon. So here is a poll, S
> ninjas have nests? awesome! :) i love that word. :) perfect. it's hidden
> ninja's "nest" from now on. :)
I like that idea to !
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive l
On Mon, Jul 9, 2012 at 9:01 PM, Hyoyoung Chang wrote:
> Itaewon again? OK, i'll like to join. yay
I am not sure that raster know another place in Seoul :-D
> On Mon, Jul 9, 2012 at 7:21 PM, Cedric BAIL wrote:
>> On Mon, Jul 9, 2012 at 7:14 PM, Carsten Haitzler
>> w
On Mon, Jul 9, 2012 at 10:28 PM, Carsten Haitzler wrote:
> On Mon, 9 Jul 2012 22:22:40 +0900 Cedric BAIL said:
>
>> On Mon, Jul 9, 2012 at 9:01 PM, Hyoyoung Chang wrote:
>> > Itaewon again? OK, i'll like to join. yay
>>
>> I am not sure that raster know
. EFL is not only about GUI. You can write light server and
service with them. People are advocating using Qt for that can of job.
I believe that EFL do compete quite well in that area. We would need
to push more at azy, esskyuehl to improve the experience for this
class of application (Basically wri
On Tue, Jul 10, 2012 at 12:29 PM, Carsten Haitzler wrote:
> On Tue, 10 Jul 2012 12:22:03 +0900 Cedric BAIL said:
>> On Tue, Jul 10, 2012 at 12:03 PM, Gustavo Sverzut Barbieri
>> wrote:
>> > On Monday, July 9, 2012, Carsten Haitzler wrote:
>> >> On Mo
>> > > well. Makes life easy when you are dealing with "rotate A to X,
>> > > then rotate B to Y relative to A's X rotation" sort of things. Why
>> > > would that be important to UI? Well,
version. The best solution would be to have
>> ecore_audio doing these functions and then we have edje simplified.
>
> i like ecore_audio. Maybe it could in addition be used somewhere else
> than in edje, no?
Like in games... That's the plan ! Replace SDL with EFL !
--
Cedric B
(tc->size == size) ||
> +(tc->font == font) ||
> +(tc->font && font && !strcmp(tc->font, font)))
> + return EINA_TRUE;
> +
> +/* Update the class found */
> +eina_stringshare_del(tc->font);
> +tc->fon
ard. I discovered
edje_multisense code today, and now I saw a lot of thing that need to
be fixed. I will move it to Ecore_Pipe and try to remove the needless
crap.
--
Cedric BAIL
--
Live Security Virtual Conference
Exclusive live
On Sat, Jul 14, 2012 at 3:28 PM, Gustavo Sverzut Barbieri
wrote:
> On Saturday, July 14, 2012, Cedric BAIL wrote:
>> On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri
>> >
>> wrote:
>> > currently, multisense is not portable : pipe stuff is used and it will
>&
On Thu, Jul 5, 2012 at 10:15 AM, Cedric BAIL wrote:
> On Thu, Jul 5, 2012 at 3:34 AM, Bruno Dilly wrote:
>> I've faced an issue while working on EPhysics, basically, when we move
>> a smart object to somewhere outside the screen, it keeps at the last
>> position on the
in time and for the coming release, I think it's not
worth it. The only open source application that made use of it is
elimine. I don't know any theme that use this feature.
--
Cedric BAIL
--
Live Security Vi
slave handling in evas_cserve2_main.c is dead too
>- PRELOAD commands are responded with LOADED now
I don't like this serie of patches. To much change in a feature
freeze. Are you sure they are necessary at t
1 - 100 of 4024 matches
Mail list logo