Gustavo wrote:
>>> This code is part of our effort to unify common code into base libs,
>>> where its worth to avoid duplicating code over and over again.
>>>
>>> With that in Evas, we can now expose it in Edje and use it in Guarana
>>> and Elementary and possible any other toolkit. It uses Eva
I wrote:
>Ok, let me pose this this from a different view.. let's not worry about
> whether
> or not such 'layout' or 'widgetry' or 'special-purpose' or whatever kinds of
> objects
> should be added to the evas lib *api* -- I don't think they should in some
> cases,
> but that's partly i
Hey guys,
Is it possible to create an Xembed implementation in EFL? Would ecore hide
some of the nasty X code in the process?
Where should one start?
My purpose is to embed Flash Player 10 into and E application.
--
Veli Ogla Sungutay
http://gui-rd.org
-
On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote:
> Gustavo wrote:
>
This code is part of our effort to unify common code into base libs,
where its worth to avoid duplicating code over and over again.
With that in Evas, we can now expose it in Edje and u
hi,
I just want to when I clicked the swallowed part It can handle the
event according to the special icon part.
a simple code :
self.restaurant_icon=edje.Edje(self.ee.evas,
file=self.edje_file,
group="restaurant_menu")
self.restaurant.part_swallow("
Gustavo wrote:
> On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote:
>
>> Gustavo wrote:
>>
>>
> This code is part of our effort to unify common code into base libs,
> where its worth to avoid duplicating code over and over again.
>
> With that in
First, try to send plain text mails, doing html/rich text is hard to use.
On Tue, Oct 28, 2008 at 9:51 AM, dongmei zhou <[EMAIL PROTECTED]> wrote:
>
> hi,
> I just want to when I clicked the swallowed part It can handle the
> event according to the special icon part.
>
> a simp
On Tue, Oct 28, 2008 at 11:11 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote:
> Gustavo wrote:
>
>> On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Gustavo wrote:
>>>
>>>
>>
>> This code is part of our effort to unify common code into base libs,
>> wh
Hello,
I got the sources of your newly released Imlib2 1.4.2 and I did again the fixes
for Mingw+Msys.
I think I also fixed my bugs with:
1) bad mmap() detection
2) wrong use of HAVE_SIGJMP_BUF instead of HAVE_SIGSETJMP.
3) all my files are in unix format.
I tested Imlib2 with:
- Mingw+Msys
- Cygw
Hello,
here is a tiny patch to make the open() function from Evil.h closer to
the real posix open() function. Without the _O_BINARY flag, the opened
filestream is postprocessed under Windows, which leads to unexpected
carriage returns in binary files, such as in eet files for example.
Thanks for
Hey,
> here is a tiny patch to make the open() function from Evil.h closer to
> the real posix open() function. Without the _O_BINARY flag, the opened
> filestream is postprocessed under Windows, which leads to unexpected
> carriage returns in binary files, such as in eet files for example.
>
> T
Gustavo wrote:
>
>
Ok, let me pose this this from a different view.. let's not worry about
whether
or not such 'layout' or 'widgetry' or 'special-purpose' or whatever kinds
of
objects
should be added to the evas lib *api* -- I don't think they should in
sorry for that. Here it is:
Index: src/lib/Evil.h
===
--- src/lib/Evil.h (révision 37267)
+++ src/lib/Evil.h (copie de travail)
@@ -134,7 +134,7 @@
# define S_IXGRP S_IXUSR
# define S_IXOTH S_IXUSR
-# define open(path,
Hi,
the attached patch fixes the single-click feature of e_fm, so you can use
single-click on folders, not just on files.
It also removes the strdup in the affected functions that seems useless
here.
Would be nice if someone could check/review and commit it.
Greetings,
thomasg
Index: e_fm.c
===
- "Nick Hughart" <[EMAIL PROTECTED]> ha scritto:
> This is not yet an fdo specification so I'm not going to put it in
> just
> yet. It seems to have promise and is a fairly simple format, but for
>
> now we have our own methods of choosing default applications and it is
>
> similar to how
hi,
I post the working example , when I clicked the "restaurant" icon ,
it will entry the sub menu interface , then when I clicked
all the sub menu icon ("today" , "history" , "future") it will all
receive the signal in "sub_menu_contents" part, so I can't dea
Go Sachiel :)
dh
Enlightenment SVN wrote:
> Log:
> another sachiel fix! :)
>
>
> Author: raster
> Date: 2008-10-28 20:29:10 -0700 (Tue, 28 Oct 2008)
> New Revision: 37292
>
> Modified:
> trunk/evas/src/lib/canvas/evas_object_textblock.c
>
> Modified: trunk/evas/src/lib/
Jorge wrote:
> Hi all,
>
> Here i attach a patch that wraps all the calls to
> obj->layer->evas->engine.func inside the objects into a function
> itself. So instead of doing evas->engine.func->image_border_set you
> should call evas_engine_image_border_set. It looks like a cosmetic
> patch, but
On Tue, 28 Oct 2008, Lionel ORRY wrote:
sorry for that. Here it is:
Index: src/lib/Evil.h
===
--- src/lib/Evil.h (révision 37267)
+++ src/lib/Evil.h (copie de travail)
@@ -134,7 +134,7 @@
# define S_IXGRP S_IXUSR
# de
19 matches
Mail list logo