Commit Graph

9688 Commits

Author SHA1 Message Date
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
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