User Details
- User Since
- Feb 14 2016, 9:57 PM (332 w, 4 d)
- Availability
- Available
Sep 3 2020
This patch fixes a compatibility issue. I think this is absolutely necessary.
Aug 17 2020
Looks good to me.
This patch completely fixes rendering issues in Myanmar e vowel + ZWNJ.
Aug 10 2020
Aug 4 2020
Jul 21 2020
fix for ninja test
Jul 20 2020
fix build warning
Jul 19 2020
Jul 16 2020
this can handle all kinds of whitespace
Jun 30 2020
it is not very different from previous version of this patch.
but, I cut the string generation in half.
Jun 28 2020
Jun 22 2020
Example 1)
Jun 18 2020
Good news : )
If use D11990, it will be simpler logic. I wiil try it. Thanks.
Jun 11 2020
ensure to replace the last tag
Jun 10 2020
Finally I understood.
In general, if properties are duplicated, the last property in the textblock style is valid.
However, if the values of duplicate properties are same, the properties located in front are valid. (The property in front is replaced by eina_strbuf_replace)
I will find a way to solve this problem.
Thanks.
If there is more than one font or font_size in the textblock style, the last tag is replaced.
Because if there are multiple tags, then tag->font, tag->font_size in code is the last tag.
As you say, textblock style may have multiple font or font_size, however only the last tag is valid.
May 24 2020
unit test updated
May 21 2020
Apr 5 2020
Feb 28 2020
Feb 24 2020
Jan 30 2020
Thanks for your effort :)
Jan 15 2020
This patch works fine.
Jan 7 2020
Dec 24 2019
This problem is related to whether the font contains a glyph representation.
However, this patch guarantees clustered remove of 'Char' + 'U+FE0E' regardless of the font glyph.
So I think this patch is necessary.
Dec 23 2019
Thanks to reply :)
I agree with you.
There are some case of limitations on user font fallback priority and efl font cache logic.
(I think some are related to performance, trade off)
Dec 22 2019
Dec 3 2019
Nov 18 2019
Nov 17 2019
refactored into a single function for reduce duplicate code.
Nov 15 2019
using CLAMP macro to reduce duplicate code.
update example
logic reordering
Nov 14 2019
update missing code
remove white space
add missing conditions.
remove white spaces.
remove white space
Aug 29 2019
changed entire conditions to eina_streq
Aug 27 2019
I have no problem running the evas suite. (Before Patch & After Patch)
Aug 19 2019
@ali.alzyod
This is a demo that can simple check the change of font (with font source applied)
but the font files(DejaVuSerif.ttf, NanumGothic.ttf) are missing by mistake.
Aug 12 2019
May 20 2019
The else part was my mistake. I removed it.
Apr 23 2019
This is a necessary patch.
Mar 27 2019
looks good, this is a feature that should be supported.
Mar 25 2019
fix commit msg
modified in better way.
Mar 13 2019
This patch fixes the wrong indexing.
This seems necessary.
Feb 14 2019
The correct buffer size has already been calculated.
Jan 31 2019
add FIXME
Jan 30 2019
Jan 29 2019
Jan 28 2019
Dec 18 2018
Dec 16 2018
Dec 3 2018
Nov 29 2018
add missing file
Nov 28 2018
@JackDanielZ
Hi Daniel
Why is the landing of this patch delayed?
As a result, other patches related to this are also being delayed.
Nov 27 2018
Hi Daniel, I fixed typo.
And I fixed warnings. D7365
Nov 26 2018
Hello Daniel Zaoui
Nov 22 2018
fix some detail of theme
Hi, thanks to your comment,
I modified the code to fit the comments.
This patch wiil be replaced by another patch
Oct 31 2018
Oct 28 2018
Good. This helps prevent the toolbar from moving like crazy in some SHRINK_EXPAND. (For example, elementary_test toolbar8)
Oct 26 2018
Oct 10 2018
remove unused code.
Oct 2 2018
Oct 1 2018
Sep 21 2018
add missing file.
Sep 20 2018
Sep 19 2018
This seems necessary.
Sep 14 2018
Sep 12 2018
From now, the directory is not visible on tab.
and fix build warning.