PGNetHun
2a129562d8
docs: fix links, add references, rename files ( #5138 )
2024-01-04 07:25:13 +01:00
jimbom
6136bd6cd0
fix(widgets): wrong casting in some widgets when calling lv_event_get… ( #5169 )
...
Co-authored-by: Jim Boström <jim.bostrom@indra.no>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-04 13:18:43 +08:00
Benign X
7a256919fe
chore(image_decoder): down premul log to TRACE level ( #5179 )
2024-01-04 13:14:55 +08:00
Neo Xu
e217674295
chore: move lv_obj_t define to lv_types.h ( #5161 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 21:44:36 +01:00
Neo Xu
11afc952e4
chore(vg_lite): use draw buffer for internal logic ( #5103 )
...
Signed-off-by: Xuxingliang <xuxingliang@xiaomi.com>
2024-01-03 20:12:29 +08:00
Neo Xu
6245bc89cb
feat(decoder): add indexed image support for GPU ( #5087 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 20:11:58 +08:00
Neo Xu
b902600b83
feat(decoder): remove img_data
and use decoded
draw buffer instead ( #4985 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 20:08:38 +08:00
Neo Xu
398e181dd3
feat(draw_buf): add API to reshape existing draw buf ( #5133 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 20:07:53 +08:00
Carlos Diaz
91e2617410
feat(scale): use the style_length property for ticks ( #5141 )
2024-01-03 11:34:54 +01:00
Xu Xingliang
28eced31a7
fix(vector): use layer stride for thorvg canvas stride
...
ThorVG supports only ARGB8888, so added check.
Update test to use non-regular stride.
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 11:28:56 +01:00
Xu Xingliang
d0b59cba9b
chore(vg_lite): fix macro typo and use it for RAD
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 11:28:56 +01:00
Xu Xingliang
9278c42c9b
fix(layer): use provided buf stride directly
...
In case of externally provided draw buffer, it already has its own stride parameter set. Use it directly
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 11:28:56 +01:00
lhdjply
61367fcd5f
fix(warning): fix warning in benchmark ( #5165 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-03 10:53:14 +01:00
Neo Xu
fc08bea8d2
fix(decoder): do not put image to cache if args say no ( #5111 )
...
Signed-off-by: Xuxingliang <xuxingliang@xiaomi.com>
2024-01-03 09:56:15 +01:00
Neo Xu
aba8c3e0d4
feat(bin_decoder) do not add image to cache if can be used directly ( #5162 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 09:15:52 +01:00
Neo Xu
7963ffbe9c
chore(binfont): reduce code indent ( #5159 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-02 21:31:07 +08:00
Neo Xu
39193010a7
fix(tinyttf): remove duplicated code ( #5158 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-02 18:03:38 +08:00
yushuailong
95e40c4652
feat(style): add API to check specific style property is set ( #5055 )
...
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-01-02 08:43:47 +01:00
dependabot[bot]
6d57d71f41
chore(deps): bump actions/setup-python from 4 to 5 ( #5149 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 08:15:13 +01:00
Gabor Kiss-Vamosi
8b1ae269cd
feat: simplify the PR template ( #5134 )
2024-01-02 08:10:46 +01:00
dependabot[bot]
3cc2f997a3
chore(deps): bump actions/upload-artifact from 3 to 4 ( #5147 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 08:08:38 +01:00
dependabot[bot]
9e768bee49
chore(deps): bump actions/stale from 8 to 9 ( #5148 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 08:08:16 +01:00
Gabor Kiss-Vamosi
e79cbf7e63
feat: update issue template ( #5140 )
2024-01-02 08:07:09 +01:00
Benign X
1563a2cce8
feat(script): add freetype install requirements ( #5155 )
2024-01-02 08:05:36 +01:00
Gabor Kiss-Vamosi
3664f35364
feat(style): add length style property ( #5135 )
2024-01-02 14:29:14 +08:00
PGNetHun
a0e75077d8
fix(lodepng): fix LodePNG 8 bit palette image to RGBA data conversion bug ( #5108 )
2024-01-02 14:18:45 +08:00
Carlos Diaz
91f336c69e
docs(README): fix link to the simulator ( #5139 )
2024-01-02 14:15:06 +08:00
Petteri Aimonen
78ef17a465
chore(docs): fix some outdated information ( #5144 )
2024-01-02 14:10:13 +08:00
Benign X
797ab90fa1
chore(freetype): remove duplicated code ( #5142 )
2024-01-02 11:53:11 +08:00
Gabriel Wang
ba052161b3
chore(cmsis-pack): catch up the latest changes that damaged the script ( #5151 )
2024-01-02 11:36:51 +08:00
Gabor Kiss-Vamosi
8a2a3ec0f5
fix(sysmon): fix the compensation of flush time in rendering time ( #5150 )
2024-01-02 11:34:26 +08:00
Benign X
4018ef89e1
feat(freetype): refactoring freetype to make glyph dsc independent ( #5131 )
2024-01-01 21:45:19 +01:00
Carlos Diaz
c750f30f8f
test(scale): add tests for scale widget ( #4678 )
2023-12-30 10:40:46 +01:00
PGNetHun
e01d7ad23a
fix(libpng): fix compilation error when libpng is enabled but logging is disabled ( #5124 )
2023-12-29 19:27:15 +08:00
Benign X
bf984b8a62
feat(freetype_image): refactor code to support lv_cache_acquire_or_create
( #5128 )
2023-12-29 18:11:13 +08:00
bjsylvia
7b73c784ab
chore(docs): sync indev docs with the latest code ( #5129 )
...
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-12-29 17:49:59 +08:00
Benign X
cb024b6d6d
chore(tiny_ttf): remove useless code ( #5126 )
2023-12-29 10:29:55 +08:00
Benign X
71228f0693
fix(draw_label): fix bug when font is not resolved may cause undefined behavior ( #5122 )
2023-12-29 10:19:44 +08:00
PGNetHun
dca4b2dce9
chore(tjpgd): remove "sjpeg" from a variable name ( #5123 )
2023-12-29 10:18:34 +08:00
PGNetHun
e0f7f31538
docs(image): fix expression formatting, and correct names ( #5125 )
2023-12-29 10:16:35 +08:00
Neo Xu
240d9a3cb1
fix(draw_buf): dup a draw buffer should dup its flags too ( #5101 )
...
Signed-off-by: Xuxingliang <xuxingliang@xiaomi.com>
2023-12-29 01:16:07 +08:00
Benign X
88837a1df6
chore: refactor tiny_ttf file structure ( #5120 )
2023-12-29 01:05:49 +08:00
Benign X
cae3ee9891
chore: remove unused codes ( #5121 )
2023-12-29 00:50:58 +08:00
Benign X
f30afe795d
feat(freetype_outline): support release glyph ( #5117 )
2023-12-28 23:17:51 +08:00
Benign X
8493008773
feat(tiny_ttf): support release glyph function ( #5118 )
2023-12-28 23:16:47 +08:00
Benign X
6e20a7cfce
chore: fix build warning using LV_UNUSED ( #5116 )
2023-12-28 17:59:49 +08:00
_VIFEXTech
431a290942
chore(freetype): remove freetype sbit cache ( #5115 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-28 16:21:38 +08:00
Benign X
265717cf38
fix(vg_lite): support draw label ( #5114 )
2023-12-28 16:21:10 +08:00
Benign X
a94daba9c1
feat(lv_freetype_image): let the freetype image no longer use the cache that comes with freetype, but use lv cache ( #5107 )
2023-12-28 15:04:53 +08:00
terry.rong
2041d458f6
fix(vg_lite): fix compile error in LOG INFO level ( #5112 )
...
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-12-28 12:16:48 +08:00