Re: [E-devel] Possible OpenGL ES 2.0 + Evas 3D Incompatibility Problem - only EVAS_3D_SHADE_MODE_DIFFUSE works

2014-11-13 Thread Brian Wang
On Thu, Nov 13, 2014 at 12:29 PM, David Seikel onef...@gmail.com wrote: On Thu, 13 Nov 2014 11:29:17 +0800 Brian Wang brian.wang.0...@gmail.com wrote: Hello all, Symptoms: Running efl/src/examples/evas/evas-3d-xxx.c examples in efl-1.11 is generally unsuccessful on my target box

Re: [E-devel] Possible OpenGL ES 2.0 + Evas 3D Incompatibility Problem - only EVAS_3D_SHADE_MODE_DIFFUSE works

2014-11-13 Thread Brian Wang
; } --- Now it renders! I don't know why though... Hopefully, this would give the experts more clues on what is wrong. Brian cheers, Sung On Thu, Nov 13, 2014 at 12:29 PM, Brian Wang brian.wang.0...@gmail.com wrote: Hello all, Symptoms: Running efl/src/examples/evas/evas

[E-devel] Possible OpenGL ES 2.0 + Evas 3D Incompatibility Problem - only EVAS_3D_SHADE_MODE_DIFFUSE works

2014-11-12 Thread Brian Wang
Hello all, Symptoms: Running efl/src/examples/evas/evas-3d-xxx.c examples in efl-1.11 is generally unsuccessful on my target box (Allwinner A13 with Mali-400 MP GPU). They often result in no rendering at all. Everything runs fine on my x86 box though (not OPENGL ES 2.0, I suppose) After some

[E-devel] [PATCH] Do not use the non-existent ELM_SCALE_SIZE macro in test_notify.c for elementary-1.11

2014-11-11 Thread Brian Wang
Hello all, Just a simple one-liner as follows: diff --git a/src/bin/test_notify.c b/src/bin/test_notify.c index f5ae7cb..472b226 100644 --- a/src/bin/test_notify.c +++ b/src/bin/test_notify.c @@ -62,7 +62,7 @@ test_notify(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_in

[E-devel] Problem running evas_3d_cube example

2014-11-07 Thread Brian Wang
Hello all, I tried to run evas_3d_cube example on my board. Lots of error messages output like these: --- ERR498:evas_main modules/evas/engines/gl_common/evas_gl_3d_shader.c:1112 _shader_compile() Shader compilation failed. 0:1: S0032: no default precision defined for variable ERR498:evas_main

Re: [E-devel] Problem running evas_3d_cube example

2014-11-07 Thread Brian Wang
On Fri, Nov 7, 2014 at 5:49 PM, ChunEon Park her...@naver.com wrote: failed compile shader sources with your opengl driver. did u launch the elementary_test with gl ? $ELM_ENGINE=gl elementary_test Yes, elementary_test is run with ELM_ENGINE=gl. The gears spin smoothly without problems.

Re: [E-devel] Problem running evas_3d_cube example

2014-11-07 Thread Brian Wang
, the colors and the sides are different. Maybe this is a separate problem. I am running EFL on Allwinner A13 with ARM Mali-400 MP (binary MALI r3p0). Thanks in advance. Brian good luck. Sung On Fri, Nov 7, 2014 at 6:55 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Fri, Nov 7

Re: [E-devel] Elementary edje_externals Label Problem

2014-09-14 Thread Brian Wang
buttons. Hope it helps. Brian On Sat, Sep 13, 2014 at 9:34 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Fri, Sep 5, 2014 at 6:39 AM, Michaël Bouchaud y...@efl.so wrote: Hum something wrong here too. I have no labels with external object. You could fill a report with this subject. I

Re: [E-devel] Elementary edje_externals Label Problem

2014-09-13 Thread Brian Wang
, Elementary 1.11.2 release tarballs. Same blank labels for elementary external objects... Brian 2014-09-03 6:22 GMT+00:00 Brian Wang brian.wang.0...@gmail.com: Hello all, I just pulled the latest EFL and Elementary from git. The labels on the buttons within all the ExtButton, ExtSlider

[E-devel] Elementary edje_externals Label Problem

2014-09-03 Thread Brian Wang
Hello all, I just pulled the latest EFL and Elementary from git. The labels on the buttons within all the ExtButton, ExtSlider, Ext* tests of elementary_test are all blank. No text is shown. I am wondering if I am the only one having the problem, as my upgrade method may not be proper. Thanks

Re: [E-devel] Any Advantage of Using the OpenGL Backend?

2014-06-22 Thread Brian Wang
On Mon, Jun 16, 2014 at 6:45 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 14 Jun 2014 08:36:10 +0800 Brian Wang brian.wang.0...@gmail.com said: On Fri, Jun 13, 2014 at 10:47 PM, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jun 13, 2014 at 12:05 PM, Carsten Haitzler ras

[E-devel] Any Advantage of Using the OpenGL Backend?

2014-06-13 Thread Brian Wang
Hello all, Are there any advantages when using the gl-x11 backend vs X11+software rendering? Any performance boost? I am now on a ARM Cortex-A8 processor with a MALI GPU and wondering if I should go through the hassle of setting up the driver/library. Thanks in advance. Brian -- brian

Re: [E-devel] Any Advantage of Using the OpenGL Backend?

2014-06-13 Thread Brian Wang
On Fri, Jun 13, 2014 at 10:47 PM, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jun 13, 2014 at 12:05 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 13 Jun 2014 15:28:30 +0800 Brian Wang brian.wang.0...@gmail.com said: Hello all, Are there any advantages when using the gl

[E-devel] [PATCH] elm_index : set it-letter to NULL after eina_stringshare_del

2012-08-27 Thread Brian Wang
Hello all, In elm_index.c, _item_del_pre_hook calls _item_free, where it-letter is not set to NULL after eina_stringshare_del. This will cause invalid access later on. The attached patch fixes the problem, which is reproducible in my code before the fix. Please check if this makes sense. I am

Re: [E-devel] [PATCH] elm_index : set it-letter to NULL after eina_stringshare_del

2012-08-27 Thread Brian Wang
On Mon, Aug 27, 2012 at 4:23 PM, ChunEon Park her...@naver.com wrote: in 74723 thank you. Cool! Thanks. :-) brian -Regards, Hermet- -Original Message- From: Brian Wangbrian.wang.0...@gmail.com To:

Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Brian Wang
now need to do fancier stuff like we do for text objects, e.g splitting recalc and recalc apply. This is a patch on the way to there. The fix is good for the both the simple test case and my application. Thanks! Brian -- Tom. On 27/08/12 08:47, Brian Wang wrote: Hello all, I have

[E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-26 Thread Brian Wang
Hello all, I have a textblock with fit: 1 1. When it first gets loaded, the text within the textblock is very small. After some time, I change the text and the text size seems to be more correct. I guess the geometry calculation of the textblock is somehow broken when the window is first

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-23 Thread Brian Wang
On Thu, Aug 23, 2012 at 2:22 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Aug 23, 2012 at 10:23:50AM +0800, Brian Wang wrote: On Thu, Aug 23, 2012 at 10:06 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Wed, Aug 22, 2012 at 10:57 PM, Brian Wang brian.wang.0...@gmail.com

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-23 Thread Brian Wang
. :) brian From gitorious, it works too, just move to HTTP (https://git.gitorious.org/enlightenment/eina.git) and clone. On 08/23/2012 09:22 AM, Martin Jansa wrote: On Thu, Aug 23, 2012 at 10:23:50AM +0800, Brian Wang wrote: On Thu, Aug 23, 2012 at 10:06 AM, Eduardo Lima (Etrunko) ebl

[E-devel] How to Clone from http://git.enlightenment.fr

2012-08-22 Thread Brian Wang
Hello all, This is probably a dumb question... How do I git clone from the git repositories at http://git.enlightenment.fr without ssh access? Thanks in advance. Brian -- brian -- Cool-Karaoke - The smallest recording studio, in your palm, open-sourced

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-22 Thread Brian Wang
On Thu, Aug 23, 2012 at 10:06 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Wed, Aug 22, 2012 at 10:57 PM, Brian Wang brian.wang.0...@gmail.com wrote: Hello all, This is probably a dumb question... How do I git clone from the git repositories at http://git.enlightenment.fr without

[E-devel] [BUG REPORT] elm_genlist inside elm_flip does not work

2012-08-08 Thread Brian Wang
Hello all, For the recent elementary version, it seems that genlist does not work when set inside elm_flip. It used to work though. Please refer to the short test code attached. I totally have no clue what went wrong... Thanks in advance. brian -- brian -- Cool-Karaoke -

[E-devel] [BUG REPORT] elementary does not compile when EMAP support is turned off

2012-08-08 Thread Brian Wang
Hello all, If HAVE_ELEMENTARY_EMAP is not defined, elementary does not compile. I commented out some parts, added some semicolons and fixed some spellings to get it compiled. What I did is attached just for reference, as I did not check if it affects when HAVE_ELEMENTARY_EMAP is defined...

[E-devel] [BUG REPORT] valgrind complaints on _elm_scroll_hold_animator and elm_flipselector

2012-08-06 Thread Brian Wang
Hello all, Running valgrind on a relatively new elementary_test (r74896) and the rest of EFL are all pretty up-to-date, there are errors: 1. By scrolling around the tests selector scroller: - ==7397== Conditional jump or move depends on uninitialised value(s)

[E-devel] Possible Unmatched LKL and LKU in _ecore_thread_shutdown

2012-08-06 Thread Brian Wang
Hello all, In ecore_thread.c:_ecore_thread_shutdown(), if there is still some _ecore_running_job, ecore_thread_cancel() will be called while _ecore_pending_job_threads_mutex is being held. In ecore_thread_cancel(), it will try to acquire the same mutex, causing _ecore_thread_shutdown()

Re: [E-devel] Possible Unmatched LKL and LKU in _ecore_thread_shutdown

2012-08-06 Thread Brian Wang
On Tue, Aug 7, 2012 at 11:47 AM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Aug 7, 2012 at 11:28 AM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Aug 7, 2012 at 10:18 AM, Brian Wang brian.wang.0...@gmail.com wrote: In ecore_thread.c:_ecore_thread_shutdown(), if there is still some

Re: [E-devel] [BUG REPORT] valgrind complaints on _elm_scroll_hold_animator and elm_flipselector

2012-08-06 Thread Brian Wang
On Tue, Aug 7, 2012 at 12:10 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 7 Aug 2012 09:08:39 +0800 Brian Wang brian.wang.0...@gmail.com said: first one i couldnt reproduce... but reading the code i can see how it might happen so i fixed it in theory. can you check? second one

[E-devel] [BUG REPORT] Elementary, elm_genlist invalid access

2012-04-24 Thread Brian Wang
Hello all, A large genlist within my app crashed here and there. valgrind helps point out an invalid access. I do not know the exact sequence of how it occurs but it must have something to do with race conditions that probably only show up where the cpu is slow (running with valgrind would do it

[E-devel] [BUG REPORT] edc 'inherit' keyword causing problems

2012-04-18 Thread Brian Wang
Hello all, I am not sure if this is intended. However, it used to work. Case : A part with multiple states (sizes) State #1 : default State #2 : inherit State #1, with different size (different rel1, rel2) -- State #2 seems to fail to change the rel1 and rel2 properties. Please see the

Re: [E-devel] [BUG REPORT] edje_cc seg fault

2012-04-15 Thread Brian Wang
On Sat, Apr 14, 2012 at 9:55 AM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 14 Apr 2012 08:41:33 +0800 Brian Wang brian.wang.0...@gmail.com said: On Fri, Apr 13, 2012 at 6:25 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 13 Apr 2012 15:02:21 +0800 Brian Wang brian.wang

Re: [E-devel] [BUG REPORT] edje_cc seg fault

2012-04-15 Thread Brian Wang
On Mon, Apr 16, 2012 at 8:42 AM, Brian Wang brian.wang.0...@gmail.com wrote: On Sat, Apr 14, 2012 at 9:55 AM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 14 Apr 2012 08:41:33 +0800 Brian Wang brian.wang.0...@gmail.com said: On Fri, Apr 13, 2012 at 6:25 PM, Carsten Haitzler ras

[E-devel] [BUG REPORT] edje_cc seg fault

2012-04-13 Thread Brian Wang
Hello list, I just checked out the latest EFL but failed to complete compilation. The first thing to fail is that edje_cc doesn't seem to like LOSSY n in some of the edc files. I just changed them to COMP to pass the compilation. The next thing is when building

[E-devel] Is Evas Compatible with libjpeg8/libjpeg-turbo8?

2012-04-13 Thread Brian Wang
Hello all, I am using the latest EFL from svn. The previous problem with edje_cc was related to references to sky.jpg in elementary/data/objects/test.edc. When I played a bit with elementary_test, it is getting faults here and there. glibc backtrace shows invalid free in jpeg loader.

Re: [E-devel] [BUG REPORT] edje_cc seg fault

2012-04-13 Thread Brian Wang
On Fri, Apr 13, 2012 at 6:25 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 13 Apr 2012 15:02:21 +0800 Brian Wang brian.wang.0...@gmail.com said: type my commit : 70168. i memset'd cinfo to 0 - how did this creep in here. it shuldn't have. g. :( Now, it doesn't seg fault

Re: [E-devel] HEADER SIZE POLL

2011-07-28 Thread Brian Wang
On Fri, Jul 29, 2011 at 12:42 AM, Mike Blumenkrantz m...@zentific.com wrote: This is a community project, so we can do stuff like having polls and taking votes right? Okay then, since there's been some disagreement with strong opinions on either side we're voting on a super important issue -

[E-devel] [BUG REPORT, with valgrind output] elm_flipselector : shorter flip interval causes the display to show invalid/wrong characters

2011-05-18 Thread Brian Wang
, 2011 at 11:18 AM, Brian Wang brian.wang.0...@gmail.com wrote: Hello all, If elm_flipselector_interval_set() the interval to be shorter, say 0.25, the displayed item may be question marks or wrong characters. Thanks in advance. brian -- brian -- Cool-Karaoke

Re: [E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-18 Thread Brian Wang
On Wed, May 18, 2011 at 3:11 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On Wed, 2011-05-18 at 10:04 +0300, Tom Hacohen wrote: There are the eina utf8 functions that do exactly that. I wonder what logic is implemented in that widget that needs that... I wonder what whoever who

[E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-17 Thread Brian Wang
Hello all, elm_diskselector seems to support only ASCII characters when cutting the text strings at the sides. _check_string/_check_letter() may be examined. Does evas has some handy exported functions to cut the text at proper UTF-8 character boundaries? Thanks in advance. brian -- brian

[E-devel] [BUG REPORT] elm_diskselector : shorter flip interval causes the display to show invalid/wrong characters

2011-05-17 Thread Brian Wang
Hello all, If elm_flipselector_interval_set() the interval to be shorter, say 0.25, the displayed item may be question marks or wrong characters. Thanks in advance. brian -- brian -- Cool-Karaoke - The smallest recording studio, in your palm, open-sourced

[E-devel] [PATCH] evas evas_textblock_cursor_content_get : don't strdup if NULL

2011-05-12 Thread Brian Wang
Hello all, In some cases, evas_textblock_cursor_content_get() would seg fault due to strdup(NULL). The patch tries to avoid that. Please check the attached trivial patch and adjust it as you see fit. Thanks in advance. brian -- brian -- Cool-Karaoke - The smallest recording

Re: [E-devel] [PATCH] elm_slideshow : take care null item_prev/item_next when pre-creating the previous and next items

2011-05-10 Thread Brian Wang
On Tue, May 10, 2011 at 4:39 PM, michael bouchaud michael.bouch...@gmail.com wrote: Thanks for report, fixed now in svn. Thanks. I haven't tested it but it seems good. :-) brian 2011/5/10 Brian Wang brian.wang.0...@gmail.com Hello all, When elm_slideshow's loop attribute is not set

[E-devel] [BUG REPORT] elm_genlist/Edje : Invisible Text When Switching the Elipsis Attribute of an Item

2011-05-09 Thread Brian Wang
Hello all/tasn, This is definitely a bug but quite tricky to reproduce the problem. I'll do my best to describe the problem and my observation. I have a custom compressed genlist theme, which sets the elipsis attribute to 1.0 when an item is selected. The label part of a genlist item with the

Re: [E-devel] [BUG REPORT] elm_genlist/Edje : Invisible Text When Switching the Elipsis Attribute of an Item

2011-05-09 Thread Brian Wang
On Tue, May 10, 2011 at 1:23 AM, Tom Hacohen t...@stosb.com wrote: Fixed, in SVN, thanks. Confirmed fixed in r59305. Thanks. :-) brian -- Tom. -- brian -- Cool-Karaoke - The smallest recording studio, in your palm, open-sourced http://cool-idea.com.tw/ iMaGiNaTiOn

[E-devel] [PATCH] elm_slideshow : take care null item_prev/item_next when pre-creating the previous and next items

2011-05-09 Thread Brian Wang
Hello all, When elm_slideshow's loop attribute is not set, _item_realize() will access NULL item_prev and item_next when trying to pre-create the previous and next items. Please find the trivial fix as attached and adjust it as you see fit. Thanks. brian -- brian --

[E-devel] [BUG REPORT] elm_genlist : Missing ASCII Characters When the Label Contains Mixed Chinese and ASCII Characters

2011-05-03 Thread Brian Wang
Hello all, I just svn'd up (r59145) and found this strange problem. When a genlist item's label contains mixed Chinese and ASCII characters, the ASCII characters within the string are all gone! For example, _CHINESE_ will be displayed for the actual string, 1 _CHINESE_. Please see the

Re: [E-devel] [BUG REPORT] elm_genlist : Missing ASCII Characters When the Label Contains Mixed Chinese and ASCII Characters

2011-05-03 Thread Brian Wang
On Tue, May 3, 2011 at 10:37 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: Oops, my bad ;P It's now fixed (in svn), sorry. Confirmed fixed with r59152. Thanks. :-) brian -- Tom. On Tue, 2011-05-03 at 19:12 +0800, Brian Wang wrote: Hello all, I just svn'd up (r59145

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/bmp

2011-03-10 Thread Brian Wang
On Thu, Mar 10, 2011 at 8:11 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: ok - finally - biran wang... you get your hacky bmp loader. cool and thanks. :-) Author:       raster Date:         2011-03-10 04:11:42 -0800 (Thu, 10 Mar 2011) New Revision: 57668 Trac:        

[E-devel] Is it possible to make elm_scroller always show an item?

2011-01-28 Thread Brian Wang
Hello all, The widgets are: an elm_scroller contains an elm_box, which packs a list of elm_entry objects. Loading a long list of elm_entries (100+) is somehow slow on my device and the user may skip to the very end of the list. Therefore, to improve responsiveness, when the user skips to a

[E-devel] elm_scroller : _focus_region_hook() behaviour

2010-12-30 Thread Brian Wang
Hello all, The current elm_scroller.c:_focus_region_hook() behaviour is somehow troublesome. The code snippet is pasted below. Why does it scroll? When I press/click on a scroller, the viewport seems to change and the sudden jumpy change is annoying (at least to me). I commented out the code

Re: [E-devel] elm_toolbar api and icons

2010-11-03 Thread Brian Wang
On Wed, Nov 3, 2010 at 5:27 PM, Rui Miguel Silva Seabra r...@1407.org wrote: Em 03-11-2010 01:05, Brian Wang escreveu: On Wed, Nov 3, 2010 at 8:11 AM, Rui Miguel Silva Seabrar...@1407.org  wrote: Hi, So I've been a bit surprised by the change of icons in elm_toolbar from an Evas_Object

[E-devel] [BUG REPORT] evas / fontconfig problem? Chinese display problem

2010-11-01 Thread Brian Wang
Hello all, I just svn'd up and my app doesn't show Chinese characters properly anymore. All of them become square blocks... I tried embedding fonts in my theme file and it worked. Thus, probably a fontconfig usage problem? Any pointers? Thanks in advance. brian -- brian --

Re: [E-devel] [BUG REPORT] evas / fontconfig problem? Chinese display problem

2010-11-01 Thread Brian Wang
On Mon, Nov 1, 2010 at 11:29 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On Mon, 2010-11-01 at 23:21 +0800, Brian Wang wrote: Hello all, I just svn'd up and my app doesn't show Chinese characters properly anymore.  All of them become square blocks... I tried embedding fonts in my

Re: [E-devel] [BUG REPORT] evas / fontconfig problem? Chinese display problem

2010-11-01 Thread Brian Wang
On Tue, Nov 2, 2010 at 12:14 AM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On Mon, 2010-11-01 at 23:44 +0800, Brian Wang wrote: Sorry... I should have written down the revision number before any update. Nah, that's fine. Anyway, I remember my previous bug report

Re: [E-devel] [BUG REPORT] evas / fontconfig problem? Chinese display problem

2010-11-01 Thread Brian Wang
On Tue, Nov 2, 2010 at 12:55 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 2 Nov 2010 00:31:38 +0800 Brian Wang brian.wang.0...@gmail.com said: fixed in commit #54085. :) Confirmed fixed. Thanks. brian On Tue, Nov 2, 2010 at 12:14 AM, Tom Hacohen tom.haco

Re: [E-devel] E SVN: bdilly IN trunk/TMP/st/elementary/src: bin lib

2010-10-27 Thread Brian Wang
On Wed, Oct 27, 2010 at 9:50 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Wed, Oct 27, 2010 at 4:18 AM, David Seikel onef...@gmail.com wrote: On Tue, 26 Oct 2010 16:23:22 -0200 Bruno Dilly bdi...@profusion.mobi wrote: As requested by people that usually don't read the commit messages, I'm

[E-devel] [BUG REPORT] invalid access to eina chained mempool (elm_toolbar_add - elm_theme - edje - eina mempool)

2010-10-27 Thread Brian Wang
Hello list, I just svn'd up. A simple elm_toolbar_add call triggers this. Don't know which part of EFL is at fault (probably due to the newly introduced valgrind macros in eina mempools?). valgrind log: -- ==11056== Invalid free() / delete /

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-25 Thread Brian Wang
On Mon, Oct 25, 2010 at 2:19 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 22 Oct 2010 07:05:09 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Friday, October 22, 2010, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Oct 22, 2010 at 7:22 AM, Carsten Haitzler

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-25 Thread Brian Wang
On Mon, Oct 25, 2010 at 3:15 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 25 Oct 2010 15:10:30 +0800 Brian Wang brian.wang.0...@gmail.com said: On Mon, Oct 25, 2010 at 2:19 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 22 Oct 2010 07:05:09 -0200 Gustavo Sverzut

Re: [E-devel] Fwd: E SVN: acidx IN trunk/TMP/st/elementary/src: bin lib

2010-10-20 Thread Brian Wang
On Thu, Oct 21, 2010 at 6:54 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Brian and other interested peers, the elm menu changed WRT icon. Expect more changes soon to the way menus are structured. Thanks for the heads-up. I'm glad I'm not affected this time. :-) brian

Re: [E-devel] [PATCH] elm_genlist: delete the swipe timer

2010-10-18 Thread Brian Wang
Any comments? The invalid access occurs when the mouse is not up but elm_genlist_clear is called. On Sun, Oct 17, 2010 at 11:22 PM, Brian Wang brian.wang.0...@gmail.com wrote: Hello all, The swipe cancel timer isn't deleted in elm_genlist_clear, that will cause invalid access later

[E-devel] [PATCH] elm_genlist: delete the swipe timer

2010-10-17 Thread Brian Wang
Hello all, The swipe cancel timer isn't deleted in elm_genlist_clear, that will cause invalid access later on. Please ignore the first part of the patch. That affect performance on my device. Please apply the second part of the diff file. Thanks. :-) brian -- brian --

Re: [E-devel] [Question] How to use the new Elementary toolbar API (elm_toolbar_item_add) to load non-standard icons

2010-10-16 Thread Brian Wang
On Sat, Oct 16, 2010 at 1:31 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Friday, October 15, 2010, Brian Wang brian.wang.0...@gmail.com wrote: Hello list, I just svn'd up and found elm_toolbar_item_add() API is modified to take an icon string instead of the old Evas_Object

Re: [E-devel] [Question] How to use the new Elementary toolbar API (elm_toolbar_item_add) to load non-standard icons

2010-10-16 Thread Brian Wang
On Sun, Oct 17, 2010 at 1:50 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Saturday, October 16, 2010, Brian Wang brian.wang.0...@gmail.com wrote: On Sat, Oct 16, 2010 at 1:31 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Friday, October 15, 2010, Brian Wang

[E-devel] [PATCH] Make elementary compile again

2010-10-16 Thread Brian Wang
Hello list, Please apply the patch. Elementary doesn't compile due to TRUE instead of EINA_TRUE typos... Thanks. brian -- brian -- Cool-Karaoke - The smallest recording studio, in your palm, open-sourced http://cool-idea.com.tw/ iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

Re: [E-devel] [BUG REPORT] Edje edje_object_part_text_cursor_next() never returns (infinite loops)

2010-10-15 Thread Brian Wang
Hello all, It turns out that I'm not using elm_entry_cursor_content_get() correctly. I just assume it would return NULL if there's something wrong. Therefore, the infinity loop is my bad. Sorry for the false alarm. brian On Thu, Oct 14, 2010 at 2:44 PM, Brian Wang brian.wang.0...@gmail.com

[E-devel] [Question] How to use the new Elementary toolbar API (elm_toolbar_item_add) to load non-standard icons

2010-10-15 Thread Brian Wang
Hello list, I just svn'd up and found elm_toolbar_item_add() API is modified to take an icon string instead of the old Evas_Object * as its icon. I have bunch of dynamically loaded icons (associated with modules within subdirectories) and they are not part of a standard theme file. How do I set

[E-devel] [BUG REPORT] Edje edje_object_part_text_cursor_next() never returns (infinite loops)

2010-10-14 Thread Brian Wang
Hello all, I'm using a fairly recent svn version (r53178). Calling elm_entry_cursor_next() under a certain circumstance will cause an infinite loop somewhere. I'll try to describe the problem in my best: --- I have: elm_bubble |--- elm_scroller |--- elm_entry The

[E-devel] [PATCH] _edje_text_fit_x problem with non-ascii strings

2010-10-07 Thread Brian Wang
Hello list, Edje's text chopping code seems to be mixing up the usage of UTF-8 character index with Unicode character index. This causes Chinese text strings to be cut off at the very beginning leaving lots of spaces following the elipsis. Please see the patch for the fix/hack. And it's not a

Re: [E-devel] [PATCH] _edje_text_fit_x problem with non-ascii strings

2010-10-07 Thread Brian Wang
The fix isn't correct. I'm testing more. hold on. On Thu, Oct 7, 2010 at 6:50 PM, Brian Wang brian.wang.0...@gmail.com wrote: Hello list, Edje's text chopping code seems to be mixing up the usage of UTF-8 character index with Unicode character index.  This causes Chinese text strings

[E-devel] [Question] Is it possible to copy the image snapshot of an Evas_Object to another Evas_Object?

2010-10-04 Thread Brian Wang
Hello list, My question is pretty much as the title. I want to take a snapshot (just the rendered image) of an Evas_Object to another Image Evas_Object and so some effect on the new object. It's like store a screenshot of an evas object in another evas object. Thanks in advance. brian --

Re: [E-devel] [Question] Is it possible to copy the image snapshot of an Evas_Object to another Evas_Object?

2010-10-04 Thread Brian Wang
On Mon, Oct 4, 2010 at 3:16 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 4 Oct 2010 15:11:30 +0800 Brian Wang brian.wang.0...@gmail.com said: you can't do that (yet). :) Shoot... I thought it was trivial for Evas to do this kind of task... Thanks. :-) brian Hello list, My

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 1:11 AM, Vincent Torri vto...@univ-evry.fr wrote: On Sat, 25 Sep 2010, Brian Wang wrote: r52593 commit broke this.  Some header file definitions cause this problem.  Please find below the patch (probably not the right fix?) or as attached (if it goes through properly

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 26 Sep 2010, Brian Wang wrote: Now the only part that doesn't compile for cross mingw32 is elementary's edje_externals.  I just commented out the target in Makefile.  The errors

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 4:10 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 26 Sep 2010, Brian Wang wrote: On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 26 Sep 2010, Brian Wang wrote: and paste the link command of the edje externals ? Making

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 6:42 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 26 Sep 2010, Brian Wang wrote: On Sun, Sep 26, 2010 at 4:34 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 26 Sep 2010, Brian Wang wrote: k...@kma-laptop:~/development/EFLWindowsXP/TMP/st/elementary

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Mon, Sep 27, 2010 at 1:05 PM, Vincent Torri vto...@univ-evry.fr wrote: On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 2:37 AM, Vincent Torri vto...@univ-evry.fr wrote: On Mon, 27 Sep 2010, Brian Wang wrote: After make maintainer-clean, the problem persists. Actually

[E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-25 Thread Brian Wang
Hello list, I just svn'd up EFL and here's a new mingw32 cross compilation problem: -- In file included from edje_module.c:35: edje_private.h:1420: warning: ‘_edje_edd_init’ redeclared without dllimport attribute: previous dllimport ignored edje_private.h:1421: warning:

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-25 Thread Brian Wang
On Sat, Sep 25, 2010 at 9:58 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sat, 25 Sep 2010, Brian Wang wrote: Hello list, I just svn'd up EFL and here's a new mingw32 cross compilation problem: -- In file included from edje_module.c:35: edje_private.h:1420

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-25 Thread Brian Wang
On Sat, Sep 25, 2010 at 10:47 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Sat, Sep 25, 2010 at 9:58 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sat, 25 Sep 2010, Brian Wang wrote: Hello list, I just svn'd up EFL and here's a new mingw32 cross compilation problem

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-15 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:00 PM, Vincent Torri vto...@univ-evry.fr wrote: Hey, I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. Thanks to the wiki, with just a few glitches, I've finally built my EFL + Elementary!!! The question now is: how do I move the whole

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-15 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:08 PM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 15 Sep 2010, Brian Wang wrote: On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang brian.wang.0...@gmail.com said: Hello list

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-15 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:12 PM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 15 Sep 2010, Brian Wang wrote: On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang brian.wang.0...@gmail.com said: I'm writing

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-15 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:38 PM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 15 Sep 2010, Brian Wang wrote: Untar it (using 7zip for example) in a path without space. You'll be able to launch an MSYS terminal. All the needed dependencies should be there. Just check out the libs

Re: [E-devel] EFL on WindowsXP Slowness (Startup time) --- eet_open()

2010-09-15 Thread Brian Wang
On Thu, Sep 16, 2010 at 1:13 PM, Vincent Torri vto...@univ-evry.fr wrote: Hey, EFL/Elementary app is slow to launch on Windows XP (gdi-based). Please find the log (captured by Process Monitor) in CSV format as attached.  There will be some garbage characters displayed (Chinese characters, I

[E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
Hello list/Vincent, I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. Thanks to the wiki, with just a few glitches, I've finally built my EFL + Elementary!!! The question now is: how do I move the whole runtime environment of EFL to Windows (XP)? My dev/compile

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang brian.wang.0...@gmail.com said: Hello list/Vincent, I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. Thanks to the wiki, with just a few

[E-devel] [BUG REPORT, RE: Edje cursor content get?] elm_entry_cursor_content_get BROKEN with tags

2010-09-02 Thread Brian Wang
Hello all, If there are tags (babc def/b) in elm_entry, elm_entry_cursor_content_get() returns the wrong character. It seems to be off by the length of the starting tag and may be short due to the closing tag. Please see the attached source for demonstration of the problem. brian -- brian

[E-devel] Powered by EFL Logo ?

2010-08-17 Thread Brian Wang
Hello list, Is there any offical powered by EFL logo available for use on a website/project wiki/device? Thanks in advance. brian -- brian -- Cool-Karaoke - The smallest recording studio, in your palm, open-sourced http://cool-idea.com.tw/ iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN

Re: [E-devel] Powered by EFL Logo ?

2010-08-17 Thread Brian Wang
On Tue, Aug 17, 2010 at 10:05 PM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Aug 17, 2010 at 3:58 PM, Rafael Antognolli antogno...@profusion.mobi wrote: On Tue, Aug 17, 2010 at 3:09 AM, Brian Wang brian.wang.0...@gmail.com wrote: Hello list, Is there any offical powered by EFL logo

Re: [E-devel] E SVN: raster IN trunk/eina: . doc src/include src/lib

2010-08-16 Thread Brian Wang
That was scary... A little svn up broke the compilation... eina-0 to eina-1 patch for the libraries I use is attached. It's exciting to see the recent movements toward EFL 1.0 release. With the _heated_ discussions about the coding styles and release plans, EFL is only getting better and better.

Re: [E-devel] E SVN: raster IN trunk/eina: . doc src/include src/lib

2010-08-16 Thread Brian Wang
On Mon, Aug 16, 2010 at 4:51 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 16 Aug 2010 14:27:33 +0800 Brian Wang brian.wang.0...@gmail.com said: wish i could say yes to the patch.. but i actually changed it from eina-1 to eina ... just check eina = 1.0.0 :) consistency

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread Brian Wang
On Sat, Aug 14, 2010 at 6:24 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 11 Aug 2010 10:27:58 +0800 Brian Wang brian.wang.0...@gmail.com said: Hello raster, I stole some time and made an app for showing bitmaps in bmpsuite.zip.  Please see the PNG screenshot disguised in txt

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread Brian Wang
On Sat, Aug 14, 2010 at 9:11 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 14 Aug 2010 21:06:33 +0800 Brian Wang brian.wang.0...@gmail.com said: On Sat, Aug 14, 2010 at 6:24 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 11 Aug 2010 10:27:58 +0800 Brian Wang brian.wang

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

2010-08-10 Thread Brian Wang
Thanks! It works! On Tue, Aug 10, 2010 at 3:16 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Edje: Fixed edje_object_part_text_cursor_content_get to handle non-english.  Thanks to Brian Wang for reporting. Author:       tasn Date:         2010-08-10 00:16:45 -0700 (Tue, 10

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 tom.haco...@partner.samsung.com 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

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 tom.haco...@partner.samsung.com 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

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

2010-08-07 Thread Brian Wang
On Wed, Jul 28, 2010 at 7:59 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: Hi all, Although the commit (and log) gives enough information by itself, I decided to write this post to further clarify the subject. This commit changed the font engine, textblock object and text object to

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

2010-08-07 Thread Brian Wang
On Sat, Aug 7, 2010 at 9:32 PM, Tom Hacohen t...@stosb.com wrote: On Sat, Aug 7, 2010 at 11:04 AM, Brian Wang brian.wang.0...@gmail.com wrote: I can confirm this commit breaks evas text handling for Chinese characters. Please find the attached file for reproducing the problem. I reverted

[E-devel] Question: how to force using bitmap fonts when the font size if smaller than NN?

2010-07-28 Thread Brian Wang
Hello all, For Chinese characters, small text looks bad with all those anti-aliasing edges and it affects readability of the text. How do I make sure that Evas/Edje/Elementary uses bitmap fonts when the font size is small and uses scalable fonts when the font size is larger? Or is it a font

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-27 Thread Brian Wang
On Wed, Jul 28, 2010 at 7:55 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 14 Jul 2010 18:22:24 +0800 Brian Wang brian.wang.0...@gmail.com said: unfortunately this breaks loading of images from a bmp test suite i have. (as such evas's loader loads more files correctly than gqview

  1   2   3   >