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

10459 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
1dd63c7e5f
fix(display): remove the unused sw_rotate field (#6866) 2024-09-18 09:08:12 +02:00
rdegliesposti
dd01974f9a
fix(image): lv_image_set_inner_align() behaviour with LV_IMAGE_ALIGN_STRETCH (#6864) 2024-09-18 09:08:04 +02:00
VIFEX
b8f3d1e094
perf(vg_lite): optimize label drawing efficiency (#6853)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-18 11:30:32 +08:00
Benign X
eecb3c774a
chore(array): move array typedef to lv_types.h (#6850) 2024-09-17 16:40:20 +02:00
Gabor Kiss-Vamosi
57f7255607
perf(draw): skip area independence tests with one draw unit (#6825) 2024-09-17 16:36:13 +02:00
Jerzy Stusiński
87f6e9d691
perf(obj): skip repeated flag setting operations (#6859) 2024-09-17 14:06:48 +02:00
VIFEX
dc9e423606
perf(obj): reduce unnecessary border post drawing (#6852)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-15 23:40:46 +08:00
FloHomi
a583e924a6
fix(bar): fix bit overflow (#6841) 2024-09-14 12:08:36 +08:00
lizhaoming19980614
a37f84f34c
feat(switch): add vertical switch function (#6786)
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
Co-authored-by: 100ask <support@100ask.net>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-14 12:04:51 +08:00
Benign X
7f57f37560
feat(spangroup): add lv_spangroup_get_span_by_point in spangroup (#6579)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-12 17:56:35 +08:00
Niklas Fiekas
651f69fd47
feat(indev): detect double and triple click (closes #6020) (#6187) 2024-09-12 09:27:25 +02:00
Gabor Kiss-Vamosi
40592ddb9d
fix(indev): don't wait until release when a new object is found (#6831) 2024-09-12 09:26:50 +02:00
Gabor Kiss-Vamosi
559618d9d2
fix(cmake): fix install (#6787) 2024-09-11 14:13:09 +02:00
Victor Wheeler
d4715a9c63
fix(docbuild): update style doc to reflect Doxygen needs (#6705)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-11 09:59:29 +02:00
Liam
bdb5806fdf
feat(dma2d): add basic support (#6691) 2024-09-11 09:48:43 +02:00
VIFEX
c0af741b45
fix(vg_lite): fix image transform clipping area error (#6810)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-11 09:38:39 +02:00
JWBverheesen
010b034b74
fix(glfw/opengles): fix buf_size calculation error (#6830) 2024-09-11 09:25:02 +02:00
Gabor Kiss-Vamosi
1725a3bc08
docs(os): fix formatting (#6829) 2024-09-11 15:09:41 +08:00
VIFEX
7fcab9237b
fix(roller): fix stringop overflow (#6826)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-11 14:04:20 +08:00
Liam
d824618366
fix(perf): perf monitor FPS (#6798)
1. fix perf monitor FPS wrong macro judgement
2. fix arc test failing with no reason
2024-09-10 20:09:15 +08:00
VIFEX
0c8e77265e
perf(vg_lite): reduce matrix and radius calculations (#6800)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-10 09:21:39 +08:00
VIFEX
f7a4fc9147
perf(vg_lite): balancing performance and memory consumption (#6823)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-10 09:18:58 +08:00
Gabor Kiss-Vamosi
e523e20725
chore: add underscore prefix for names after struct and enum (#6688)
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
2024-09-09 18:51:05 +02:00
Neo Xu
a7855bc531
chore(scripts): allow to run update_version.py with python3.8 (#6788)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-09-09 23:51:24 +08:00
VIFEX
2cd6cc1efc
feat(nuttx): add memory dump for image cache heap (#6807)
Signed-off-by: p-zhangliming1 <p-zhangliming1@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: p-zhangliming1 <p-zhangliming1@xiaomi.com>
2024-09-06 13:32:42 +08:00
jianglianfang
650dba8650
feat(vg_lite): optimize check_image_is_supported (#6802)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2024-09-06 12:17:57 +08:00
Liam
4b5742c60d
fix(micropython): missing bidi private header feature guard (#6801)
Co-authored-by: xlla <xllacyx@hotmail.com>
2024-09-05 19:06:56 +08:00
Gabor Kiss-Vamosi
75461353ea
fix(draw): fix artifact when rotating ARGB8888 images (#6794) 2024-09-05 14:05:02 +08:00
Toni Neubert
91d64b1042
fix(sdl): check against NULL before using the driver data of a display (#6799) 2024-09-05 10:51:59 +08:00
VIFEX
caa09a1564
feat(vg_lite): add draw border side support (#6796)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-05 10:39:28 +08:00
Liam
7c020e06fb
fix(assets): add missing strides (#6790) 2024-09-04 12:59:36 +02:00
Moritz Schneider
f4d52cd9ae
feat(freetype): add colored glyphs support (#6686)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-04 12:15:49 +02:00
Luca Vanesche
e4e1b26d1d
fix(arc): ignore hits that are outside drawn background arc (#6753) 2024-09-03 11:55:55 +02:00
VIFEX
837b560231
fix(vg_lite): fixed clip_radius image cropping error (#6780)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-03 14:07:16 +08:00
Benign X
d057c5c405
feat(event): event supports delayed deletion ability (#6655) 2024-09-03 14:06:18 +08:00
VIFEX
582cf8b6b9
fix(vg_lite/vector): convert gradient matrix to global matrix (#6577)
Signed-off-by: pengxiaolei <pengxiaolei@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengxiaolei <pengxiaolei@xiaomi.com>
2024-09-03 13:04:13 +08:00
Benign X
189102de67 docs(iter): add docstrings for lv_iter_t 2024-09-02 23:27:14 +08:00
Benign X
30f0d6c10a feat(image_cache): add dump info ability for image_cache 2024-09-02 23:27:14 +08:00
Benign X
4d7f577c7c feat(iter): add lv_iter_t module 2024-09-02 23:27:14 +08:00
Benign X
183bcfd016
chore(font_manager): update to v9.1 API (#6776) 2024-09-02 13:53:35 +02:00
dependabot[bot]
b3949b42d6
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.9.0 to 1.9.1 (#6779)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 13:52:26 +02:00
Benign X
cd56cd8428
fix(spangroup): fix height calculation error (#6775) 2024-09-02 12:52:17 +08:00
Benign X
ca44056f0e
chore(tests): fix build break on macOS (#6773) 2024-09-02 12:50:40 +08:00
Liam
b90117062e
fix(buttonmatrix): use const arrays (#6765)
Co-authored-by: Julian Foad <julian@foad.me.uk>
2024-09-02 11:49:23 +08:00
Liu Yi
2d4517cd63
fix(ime): fix ime crash when input_char is too long (#6767)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-02 11:48:07 +08:00
Gabor Kiss-Vamosi
5809f0a870
docs(arm): add to index and update Arm2D docs (#6768) 2024-09-02 11:46:54 +08:00
Gabor Kiss-Vamosi
bc87ae9f6d
fix(script): follow lv_conf_template.h changes in generate_lv_conf.py (#6769) 2024-09-02 11:46:36 +08:00
VIFEX
dbb5905260
feat(libs): add freetype font manager (#6482)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-08-30 13:55:53 +02:00
VIFEX
3db31e44e5
fix(vg_lite): select blend mode based on premultiplication (#6766)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-30 10:48:24 +02:00
Victor Wheeler
5bfbf0c10d
fix(docbuild): reformat comments for Doxygen in lv_conf_template.h (#6673) 2024-08-29 22:10:34 +02:00