Re: [E-devel] Detecting textblock reflow?

2024-02-05 Thread Ali Al-Zyoud
Hello David, It has been ages since I touch text-block code :-) , so I will try to remember things well. TextBlock internally layout and calculates the text size, and how it will fit internally. there could be some conditions that prevent it from calculating, like if it is visible or not (to save

[EGIT] [core/efl] master 01/01: remove space

2021-12-23 Thread ali-alzyod
ali-alzyod pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=57b2bedac3a55805155bfdbbf67036a029a99d60 commit 57b2bedac3a55805155bfdbbf67036a029a99d60 Author: ali-alzyod Date: Fri Dec 24 09:34:46 2021 +0200 remove space --- src/lib/evas/canvas

[EGIT] [admin/devs] master 01/01: update geodata

2021-12-23 Thread ali-alzyod
ali-alzyod pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=12e5f9f2f3209849f84188e8bfd5fe5ca018922c commit 12e5f9f2f3209849f84188e8bfd5fe5ca018922c Author: ali-alzyod Date: Fri Dec 24 09:28:49 2021 +0200 update geodata --- developers/ali-alzyod

[EGIT] [core/efl] master 01/01: fix if state formatting

2021-08-30 Thread ali-alzyod
ali-alzyod pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5f419d5b5fb2bd1abdf369eff8e0247e0eb3d576 commit 5f419d5b5fb2bd1abdf369eff8e0247e0eb3d576 Author: ali-alzyod Date: Mon Aug 30 21:19:14 2021 +0300 fix if state formatting --- src/bin

[EGIT] [core/efl] master 01/01: Content Fit Enhancment

2021-08-30 Thread ali-alzyod
ali-alzyod pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3a5d04b12506daf0e6ce41b218190e65f68cdc3a commit 3a5d04b12506daf0e6ce41b218190e65f68cdc3a Author: ali-alzyod Date: Mon Aug 30 21:13:38 2021 +0300 Content Fit Enhancment Summary

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to version 4.2)

2020-10-04 Thread Ali Al-Zyoud
Hello, Can we un-revert this patch now? Thanks Ali Alzyod On Wed, Sep 2, 2020 at 9:56 AM Stefan Schmidt wrote: > Hello. > > On 01.09.20 15:10, Ali Al-Zyoud wrote: > > Dear Stefan, > > > >> Also, the static lib update should be a standalone patch and not mix

Re: [E-devel] Committer access proposal: ali.alzyod (Ali Alzyod)

2020-09-28 Thread Ali Al-Zyoud
Yes I am using the right keys, Also when I am calling ssh -T git@git.enlightenment. it returns hello ali-alzyod. this is git@e5 running etc So I think keys are fine, but there are some privilege that does not allow me to push code there On Mon, Sep 28, 2020 at 2:45 PM Carsten Haitzler

Re: [E-devel] Committer access proposal: ali.alzyod (Ali Alzyod)

2020-09-28 Thread Ali Al-Zyoud
hts have been granted? or still, it needs to be done whenever I try to git push I get, = Total 6 (delta 5), reused 0 (delta 0) remote: FATAL: W refs/heads/master core/efl ali-alzyod DENIED by fallthru remote: error: hook declined to update refs/heads/master To git+ssh://git.enlightenment.org

Re: [E-devel] EFL 1.24 first abi checker results (beta2)

2020-04-23 Thread Ali Al-Zyoud
Hello, For Efl_Canvas_Text and Efl_Text_Cursor_Cursor, I do not think they are supposed to be used anyway especially in a Legacy application (also they were beta anyway), but the defines leaked out from headers. Thanks Ali Alzyod On Thu, Apr 23, 2020 at 12:16 PM Jean Rene Dawin <

[E-devel] Developer access request

2020-03-16 Thread Ali Al-Zyoud
Dears, I would like to request for developer access for myself. I work mainly on text related stuff, and I think this request could help the community to speed-up in this area. If you agree please let me know with +1, and if you do not agree let me know with -1 Also giving me your opinion if poss

[EGIT] [core/efl] master 01/01: Polish text interface methods

2019-11-28 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7bdb63d045cf3377abb7966d018da10c4e8d6b13 commit 7bdb63d045cf3377abb7966d018da10c4e8d6b13 Author: Ali Alzyod Date: Thu Nov 28 16:55:26 2019 +0900 Polish text interface methods Summary

[EGIT] [core/efl] master 01/01: Efl.Text.Attribute_Factory

2019-11-26 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c7f37fe61852ea45dce071e0f80f98adcce08981 commit c7f37fe61852ea45dce071e0f80f98adcce08981 Author: Ali Alzyod Date: Wed Nov 27 13:04:31 2019 +0900 Efl.Text.Attribute_Factory Summary

Re: [E-devel] Things I have encounter while making a keyboard

2019-11-24 Thread Ali Al-Zyoud
""e" us not valid in EFL you should use """ semicolon should be part of the escape word. On Sun, Nov 24, 2019 at 1:50 PM michael bouchaud wrote: > If you want to save some of your time to create a virtual keyboard. You > could take a look into https://git.enlightenment.org/libs/ekbd.git/. It's >

[EGIT] [core/efl] master 01/01: evas_textblock: cursor function null check at start

2019-11-22 Thread ali
lauromoura pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=aeee3497afaff7ca7b1bfe80a2dd85cd3ede712d commit aeee3497afaff7ca7b1bfe80a2dd85cd3ede712d Author: ali Date: Fri Nov 22 15:32:01 2019 -0300 evas_textblock: cursor function null check at start

[EGIT] [core/efl] master 01/01: evas_textblock: content fit feature

2019-11-05 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2f676a6591c117e15d65f263ebd267866963b627 commit 2f676a6591c117e15d65f263ebd267866963b627 Author: Ali Alzyod Date: Tue Nov 5 20:40:59 2019 +0900 evas_textblock: content fit feature

[EGIT] [core/efl] master 01/01: evas_object_textblock: add support for variation sequences

2019-10-18 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=46f2d8acdcda3f374c9e393ecb734ff9d00fef7d commit 46f2d8acdcda3f374c9e393ecb734ff9d00fef7d Author: Ali Alzyod Date: Sat Oct 19 14:01:36 2019 +0900 evas_object_textblock: add support for variation

[EGIT] [core/efl] master 01/01: evas_textblock: allocator use same heap if it is large enough

2019-09-16 Thread Ali Alzyod
sanghyeonlee pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f7cfd0f8339bcfa13a89a7ce0a1c005c77bf05c7 commit f7cfd0f8339bcfa13a89a7ce0a1c005c77bf05c7 Author: Ali Alzyod Date: Thu Aug 29 18:43:00 2019 +0900 evas_textblock: allocator use same heap if

[EGIT] [tools/examples] master 01/01: example: fix compilation error

2019-09-16 Thread Ali Alzyod
xartigas pushed a commit to branch master. http://git.enlightenment.org/tools/examples.git/commit/?id=17609ba6bf8bea42e121f742fceea77308e50d5d commit 17609ba6bf8bea42e121f742fceea77308e50d5d Author: Ali Alzyod Date: Mon Sep 2 16:18:27 2019 +0200 example: fix compilation error

[EGIT] [core/efl] master 01/01: evas_textblock: apply coding convention

2019-09-15 Thread Ali Alzyod
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f2937018910751a73bcf87448785d6f688e374a4 commit f2937018910751a73bcf87448785d6f688e374a4 Author: Ali Alzyod Date: Tue Sep 3 11:05:08 2019 + evas_textblock: apply coding convention

[EGIT] [core/efl] master 01/01: eina_test: resolve build warning

2019-09-15 Thread Ali Alzyod
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=080f75e8c9fe420d081d5d77b5822939cbd0f9d6 commit 080f75e8c9fe420d081d5d77b5822939cbd0f9d6 Author: Ali Alzyod Date: Thu Aug 29 07:44:22 2019 + eina_test: resolve build warning

[EGIT] [core/efl] master 01/08: evas_object_textblock: add support for variation sequences

2019-09-15 Thread Ali Alzyod
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f7ce771e3243e19f8a12672ea2be752dedccbcf6 commit f7ce771e3243e19f8a12672ea2be752dedccbcf6 Author: Ali Alzyod Date: Thu Jul 18 08:51:28 2019 + evas_object_textblock: add support for variation

[EGIT] [core/efl] master 03/03: evas_textblock: markup text: improve handling invalide escape characters

2019-09-15 Thread ali
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e08ca174888da9d11742e2b08501a1449ebe5b7d commit e08ca174888da9d11742e2b08501a1449ebe5b7d Author: ali Date: Sat Aug 3 09:19:20 2019 + evas_textblock: markup text: improve handling invalide

[EGIT] [core/efl] master 02/03: evas_common: parse color in rgb()/rgba() format

2019-09-15 Thread ali
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a821eb456a8c89943f306286669093e2a43aa1f1 commit a821eb456a8c89943f306286669093e2a43aa1f1 Author: ali Date: Thu Aug 1 23:00:07 2019 + evas_common: parse color in rgb()/rgba() format

[EGIT] [core/efl] master 01/01: elm_entry: handle cursor delete/backspace with clusters consist of one or multible glyphs

2019-09-15 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7a05d8d76997399bb55893d4b456b24e65a223cc commit 7a05d8d76997399bb55893d4b456b24e65a223cc Author: Ali Alzyod Date: Thu Sep 5 14:52:51 2019 +0900 elm_entry: handle cursor delete/backspace with

[EGIT] [core/efl] master 01/03: evas_textblock: reduce _evas_textblock_changed calls with markup_text_append

2019-09-15 Thread Ali Alzyod
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1d76452aa964c93cd7b8ea343f918866bf9cacb8 commit 1d76452aa964c93cd7b8ea343f918866bf9cacb8 Author: Ali Alzyod Date: Mon Jul 22 15:25:17 2019 + evas_textblock: reduce _evas_textblock_changed

[EGIT] [tools/expedite] master 01/01: evas_textblock: add test for parsing styles time (fill_format)

2019-09-15 Thread ali
cedric pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=dc6c931dc2e6c240d3e240f24578980c689ab7fc commit dc6c931dc2e6c240d3e240f24578980c689ab7fc Author: ali Date: Sat Aug 10 11:33:18 2019 + evas_textblock: add test for parsing styles time

[EGIT] [core/efl] master 01/01: evas_textblock: markup: handle invalid/missing escape characters

2019-09-15 Thread Ali Alzyod
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0bab8be791b7454f19d6b813fb005cd78333bd67 commit 0bab8be791b7454f19d6b813fb005cd78333bd67 Author: Ali Alzyod Date: Mon Jul 29 14:00:04 2019 +0200 evas_textblock: markup: handle invalid/missing

[EGIT] [core/efl] master 01/01: evas_text: backward compatibility for setting text size

2019-09-15 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eee58425eae4253abe16e86718fb08afc221a1b9 commit eee58425eae4253abe16e86718fb08afc221a1b9 Author: Ali Alzyod Date: Wed Aug 7 20:39:33 2019 +0900 evas_text: backward compatibility for setting

[EGIT] [core/efl] master 01/01: evas_textblock: fix compilation without harfbuzz

2019-09-15 Thread Ali Alzyod
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=155f2f98af9f006c9a47f0a2a436b13c1ab78c26 commit 155f2f98af9f006c9a47f0a2a436b13c1ab78c26 Author: Ali Alzyod Date: Thu Sep 5 08:26:57 2019 + evas_textblock: fix compilation without harfbuzz

[EGIT] [core/efl] master 01/01: evas_textblock: fix warning

2019-09-15 Thread ali
zmike pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c9399b2154d6cdad89fd2e8bc45627c3fcf8be05 commit c9399b2154d6cdad89fd2e8bc45627c3fcf8be05 Author: ali Date: Wed Sep 11 11:07:51 2019 -0400 evas_textblock: fix warning Reviewers: zmike

[EGIT] [core/efl] master 01/01: efl_gfx_color: fix color_code_set

2019-09-15 Thread Ali Alzyod
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1c0a459293981ef9691b9bb5acd468ba84e502b4 commit 1c0a459293981ef9691b9bb5acd468ba84e502b4 Author: Ali Alzyod Date: Mon Jul 29 12:10:18 2019 +0200 efl_gfx_color: fix color_code_set

[EGIT] [core/efl] master 01/01: evas_textblock: change font-size/font-family only using EFL.Text.Font Interface

2019-09-15 Thread ali
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=32cffb4494c46fa3705062c8e43294bf8f5eca87 commit 32cffb4494c46fa3705062c8e43294bf8f5eca87 Author: ali Date: Mon Jul 29 20:18:37 2019 + evas_textblock: change font-size/font-family only using

[EGIT] [core/efl] master 01/01: README: update COMPILING AND INSTALLING section

2019-07-19 Thread ali
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e57d819b2a7be24a990eb3eb34a9a99f365ad425 commit e57d819b2a7be24a990eb3eb34a9a99f365ad425 Author: ali Date: Fri Jul 19 16:29:31 2019 +0200 README: update COMPILING AND INSTALLING section

[EGIT] [core/efl] master 01/01: evas_object_textblock: update documentation, setting color part

2019-07-14 Thread Ali Alzyod
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7ad0dda73d19cd0c951c9c260b9f39e24fa8d5b3 commit 7ad0dda73d19cd0c951c9c260b9f39e24fa8d5b3 Author: Ali Alzyod Date: Tue Jul 9 19:31:44 2019 +0200 evas_object_textblock: update documentation

[EGIT] [core/efl] efl-1.22 14/119: efl_ui_text: clear selection after cut

2019-05-30 Thread Ali Alzyod
zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=8d5b9c4807f218c88fb8f10fbd1ba401d156c56b commit 8d5b9c4807f218c88fb8f10fbd1ba401d156c56b Author: Ali Alzyod Date: Mon May 6 14:01:24 2019 +0200 efl_ui_text: clear selection after cut

[EGIT] [core/efl] efl-1.22 13/119: elm_entry: speed up setting text (check if same text is already set), fix setting same text pointer

2019-05-30 Thread Ali Alzyod
zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=546805650ea7e8c0c6fa61306c09c6dfff11b35f commit 546805650ea7e8c0c6fa61306c09c6dfff11b35f Author: Ali Alzyod Date: Tue Apr 23 15:46:47 2019 + elm_entry: speed up setting text (check if same