1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

9548 Commits

Author SHA1 Message Date
Zhang Ji Peng
a9960c6216
fix(vector): fix memory leak for reset stroke dash array. (#5223)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-01-08 20:43:25 +08:00
Benign X
d7aa3baf9a
chore(vg_lite): fix build warning (#5221) 2024-01-08 18:01:17 +08:00
Benign X
0a179041da
test(freetype): add outline testcase (#5213) 2024-01-08 17:30:16 +08:00
Benign X
2644d9c060
fix(freetype): fix return value and add more check (#5218) 2024-01-08 17:26:44 +08:00
Benign X
c6aeadf5c5
fix(cache): fix potential mem leak and return correct value (#5217) 2024-01-08 17:03:04 +08:00
Benign X
6550608e83
fix(freetype): correct cache release behavior and change glyph cache cnt macro name (#5219) 2024-01-08 17:01:44 +08:00
Gabor Kiss-Vamosi
ba75d64eec
feat(benchmark): update the end screen of the benchmark (#5208) 2024-01-07 13:46:17 +01:00
Gabor Kiss-Vamosi
01f75a5c4d
fix(codespace): remce the extra include from lv_conf.h (#5209) 2024-01-07 20:18:08 +08:00
Gabor Kiss-Vamosi
a8e3f5a0a5
fix(refr): update checking for a valid draw buffer (#5210) 2024-01-07 20:17:14 +08:00
Benign X
2633a33b48
feat(freetype): add new freetype testcase (#5207) 2024-01-07 15:39:50 +08:00
Benign X
b4bdb6e526
feat(freetype): merge freetype outline and image into one context (#5154) 2024-01-07 12:27:19 +08:00
Gabor Kiss-Vamosi
dd056fc603
docs: update CONTRIBUTING.md with the shaping and pithes process (#5170) 2024-01-07 11:37:29 +08:00
PGNetHun
e37658c061
docs: fix references, lists, texts (#5193) 2024-01-06 08:34:02 +01:00
Ramesh
4f69d10b22
fix(linx_fbdev): remove incorrect include of lvgl.h (#5192) 2024-01-05 15:09:28 +01:00
Neo Xu
1d73e73a93
feat(draw_buf): add draw_buf init API (#5132)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-05 14:45:42 +01:00
_VIFEXTech
0b54a69c36
fix(vg_lite): fix drawing A8 label error (#5199)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-05 14:21:43 +01:00
Gabor Kiss-Vamosi
5e4342bdf7
fix(style): fix the default style colors (#5198) 2024-01-05 16:42:21 +08:00
Benign X
bc6fd6d40c
chore: move font/event define to lv_types.h (#5195)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-05 16:41:33 +08:00
Benign X
d8a6ae2e73
chore(theme_default): add parenthesis (#5197) 2024-01-05 16:33:15 +08:00
Neo Xu
f43f5f74b5
chore(indev): duplicate statements removed (#5194)
Co-authored-by: cnjhb <hikariz@qq.com>
2024-01-05 08:10:55 +01:00
_VIFEXTech
304a3c3573
refact(display): Use draw_buf to replace raw pointers (#5175)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-05 11:06:15 +08:00
Neo Xu
3e5856c058
chore(draw_buf): add invalid cf and stride check (#5177)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-04 22:32:27 +01:00
Benign X
d89d05f77f
chore(.gitignore): add .idea ignore (#5185) 2024-01-04 18:27:15 +08:00
Benign X
6799da9cae
chore(arc): implicit conversion turns floating-point number into integer (#5184) 2024-01-04 18:01:24 +08:00
Benign X
903be11056
chore(test_bar): remove unused code (#5183) 2024-01-04 18:00:51 +08:00
Benign X
3a3405514f
chore(image_decoder): down stride mismatch to TRACE level (#5180) 2024-01-04 07:34:44 +01:00
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