what is rwlock for ?
btw, in case you haven't seen yet, there is a autotools/ dir in PROTO
where the modifications must be done. Then the files must be copied from
that dir to the project m4/ dir
Vincent
On Sun, 8 Aug 2010, Enlightenment SVN wrote:
> Log:
> split out spinlock detection to s
On Mon, 2010-08-09 at 09:19 +0800, Brian Wang wrote:
> OK. Is Edje handling strings in UTF-8 or Eina_Unicode/Unicode? It
> seems to be using utf8 seems the use of Eina_Unicode does not exit in
> Edje code. However, it passes the cursor position (CHARACTER index)
> to evas_string_char_next_get().
Feel free to rewrite Keys which is in /PROTO/. Its a python keyboard
that would do with some love.
Toma
On 8/9/10, rui kou wrote:
> I want to write a virtual keyboard in python, I found these code In
> illume-softkey:
>
>
>>/* set this window to not show in taskbar or pager */
>
>states[
I want to write a virtual keyboard in python, I found these code In
illume-softkey:
>/* set this window to not show in taskbar or pager */
states[0] = ECORE_X_WINDOW_STATE_SKIP_TASKBAR;
states[1] = ECORE_X_WINDOW_STATE_SKIP_PAGER;
ecore_x_netwm_window_state_set(swin->win->evas_win
On Sun, 8 Aug 2010, Michael Jennings wrote:
> On Wednesday, 04 August 2010, at 22:37:21 (+0200),
> Kim Woelders wrote:
>
>> A few comments...
>>
>> The "else if (rq->target == XA_STRING)" case is redundant - same as final
>> "else" case.
>
> You're right.
Yes, I know, in my first version I wrote i
On Sun, Aug 8, 2010 at 7:33 PM, Tom Hacohen
wrote:
> On Sun, 2010-08-08 at 18:00 +0800, Brian Wang wrote:
>> Please use the test source code I previously attached.
>> ** Within the elm_entry object (three chinese characters in the front,
>> followed by some english letters), click with your mouse
On Wednesday, 04 August 2010, at 22:37:21 (+0200),
Kim Woelders wrote:
> I don't think there will be portability issues with this patch
> unless you somehow get non-matching old Xlib/Xmu versions - not very
> likely I'd say.
> If I were in a cleaning mood I'd get rid of Xmu, which as far as I
> ca
e16-1.0.4 is available for download:
http://sourceforge.net/projects/enlightenment/files/
This release is primarily intended to fix a few regressions in 1.0.3.
e16-1.0.4:
- Enable showing outline for window selected in focuslist.
- Fix changing move/resize modes in dialog.
- Re-add ~/.e16 to icon
On Sun, 2010-08-08 at 15:00 +0200, Vincent Torri wrote:
> in the end, it's the same, it's the multiplication of the size by the nbr
> of elements, and as the multiplication with real numbers is commutative...
It's just a matter of working clean. Variable names and parameter names
help understand
On Sun, 8 Aug 2010, Enlightenment SVN wrote:
> Log:
> eina: fix strdup calloc, it's number of elements and then size, and not the
> other way around.
in the end, it's the same, it's the multiplication of the size by the nbr
of elements, and as the multiplication with real numbers is commutat
On Sun, 2010-08-08 at 18:00 +0800, Brian Wang wrote:
> Please use the test source code I previously attached.
> ** Within the elm_entry object (three chinese characters in the front,
> followed by some english letters), click with your mouse on any of the
> chinese characters at the start of the st
On Sun, Aug 8, 2010 at 2:37 PM, Tom Hacohen
wrote:
> On Sun, 2010-08-08 at 09:33 +0800, Brian Wang wrote:
>> Hello Tom,
>>
>> Thanks for looking into this problem.
>>
>> Is r50887 fresh enough? r50887 is what I first tried and failed.
>> I reverted evas to r50594 and r50595 (while all other EFL l
Hey all,
Consider the following text:
"bla" (which of course shows just "bla" bold).
At the moment, erasing the will leave the text as:
"bla" and erasing the will leave the text as: "bla".
I find this behavior very odd, because there's no way to really reuse
the other part in a sane manner. Espe
13 matches
Mail list logo