Re: [E-devel] E SVN: discomfitor IN trunk/eina: . m4

2010-08-08 Thread Vincent Torri
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

Re: [E-devel] Major Evas font engine overhauls

2010-08-08 Thread Tom Hacohen
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().

Re: [E-devel] Virtual keyboard

2010-08-08 Thread Tom Haste
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[

[E-devel] Virtual keyboard

2010-08-08 Thread rui kou
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

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-08 Thread Paolo Ferrario
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

Re: [E-devel] Major Evas font engine overhauls

2010-08-08 Thread Brian Wang
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

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-08 Thread Michael Jennings
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

[E-devel] e16-1.0.4

2010-08-08 Thread Kim Woelders
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

Re: [E-devel] E SVN: tasn trunk/eina/src/lib

2010-08-08 Thread Tom Hacohen
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

Re: [E-devel] E SVN: tasn trunk/eina/src/lib

2010-08-08 Thread Vincent Torri
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

Re: [E-devel] Major Evas font engine overhauls

2010-08-08 Thread Tom Hacohen
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

Re: [E-devel] Major Evas font engine overhauls

2010-08-08 Thread Brian Wang
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

[E-devel] Textblock format removing behavior - consulting

2010-08-08 Thread Tom Hacohen
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