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

9602 Commits

Author SHA1 Message Date
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
Benign X
adda7266e5
chore: fix typo (#5109) 2023-12-27 19:41:09 +08:00
Gabriel Wang
6fe14490e2
feat(draw-sw): add Helium acceleration to draw-sw (#5045)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-12-27 11:10:16 +08:00
Neo Xu
1be21a93b3
fix(event): use 16bit for lvgl event to avoid overlowing (#5102)
Signed-off-by: Xuxingliang <xuxingliang@xiaomi.com>
2023-12-27 10:17:53 +08:00
_VIFEXTech
6b5f72dedf
chore(vg_lite): remove useless functions (#5100)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-26 20:30:27 +08:00
jianglianfang
16b15b843d
lvgl:add lv_display_remove_event_cb_with_user_data (#4998)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2023-12-26 10:36:57 +08:00
Gabriel Wang
7c8e5d411d
fix(draw-buff): fix _LV_DRAW_BUF_STRIDE (#5091) 2023-12-26 10:35:20 +08:00
Gabor Kiss-Vamosi
8e4b7f5676
docs(README): change ESP32 to ESP-IDF(ESP32)
See https://github.com/lvgl/lv_port_esp32/issues/314#issuecomment-1866671312
2023-12-25 20:41:36 +01:00
bjsylvia
7f26ffbc17
feat(nuttx): add ref_count in lv_nuttx_uv_ctx_t for context async delete (#5093)
Signed-off-by: pengyaozong <pengyaozong@xiaomi.com>
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-12-25 19:51:14 +01:00
_VIFEXTech
30ba2f791b
feat(vg_lite): adapt to new cache framework (#5095)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-25 23:00:23 +08:00
terry.rong
819b77d8f0
fix(freetype): fix compile error with freetype outline (#5094)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-12-25 15:39:14 +08:00
Benign X
a34f490394
feat(cache): new cache framework (#5049)
Co-authored-by: _VIFEXTech <vifextech@foxmail.com>
2023-12-25 11:37:59 +08:00
Neo Xu
929bfdab33
fix(barcode): use draw buffer to set canvas to meet align requirement (#5034)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-25 10:21:29 +08:00
Benign X
ccb1bfee37
fix(decoder): fix potential mem leak in image decoder (#5077) 2023-12-23 10:24:36 +08:00
jianglianfang
372cbeb934
feat(event): add LV_EVENT_VSYNC (#4999)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2023-12-22 22:46:43 +01:00
terry.rong
5ada918ab7
feat(image): add YUV format enum and adapter yuv for vglite GPU (#5080)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-12-22 22:26:07 +01:00
Zhang Ji Peng
8f58b8ec26
fix(vector): change draw rectangle rx, ry to float type. (#5084)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2023-12-22 22:18:23 +01:00
Neo Xu
6b7b8dbe67
fix(vector): do not adjust stride for ThorVG to draw image (#5086)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-22 22:08:06 +01:00
jeremy-baker
d1834fc743
feat(dave2d): add image scaling (#5088) 2023-12-22 22:07:18 +01:00
Neo Xu
755810bf8e
feat(bin_decoder): post process decoded image to fulfill decoder's args (#5082)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-22 21:49:42 +01:00
_VIFEXTech
2fa9847201
fix(vg_lite): unify recolor behavior (#5085)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-22 22:18:32 +08:00