On Wednesday, 12 July 2006, at 15:26:06 (-0400),
dan sinclair wrote:
> I didn't mention it but anyone that upgrades EWL will need to
> recompile the applications that link against EWL. I changed the size
> of one of the arrays used so you'll get wacky problems if you don't
> recompile your apps af
Enlightenment CVS wrote:
> Enlightenment CVS committal
>
> Author : dj2
> Project : e17
> Module : libs/ewl
>
> Dir : e17/libs/ewl/src/lib
>
>
> Modified Files:
> ewl_callback.c ewl_callback.h ewl_misc.c ewl_widget.c
> ewl_widget.h
>
>
> Log Message:
> - add a entry to the
> I don't know what the issue was with eap_edit, but your patch breaks utf
> support. I add a small function to the text_editor test, so you can now
> test utf support with hitting CTRL-a. You should see then an 'รค' (a 'a'
> with two dots).
>
Any time I tried to edited a new eap it would segv
Enlightenment CVS schrieb:
>Enlightenment CVS committal
>
>Author : dj2
>Project : e17
>Module : libs/ewl
>
>Dir : e17/libs/ewl/src/lib
>
>
>Modified Files:
> ewl_text.c
>
>
>Log Message:
>- fixup some issues with the positioning in ewl_text.
> - this fixes eap_edit so it dosen't seg