Gabor Kiss-Vamosi
|
b54549cae4
|
chore(demo_benchmark): make the table widget local
fixes #5025
|
2023-12-18 13:21:25 +01:00 |
|
_VIFEXTech
|
15d273be7b
|
fix(area): fix narrowing conversion error (#5031)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-12-18 13:08:29 +01:00 |
|
Neo Xu
|
a8312d2b6c
|
feat(snapshot): create draw buf for snapshot image (#5030)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-18 13:08:09 +01:00 |
|
lhdjply
|
62801b5422
|
chore(README): follow naming changes in README (#5036)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2023-12-18 13:07:28 +01:00 |
|
pengyiqiang
|
63953a0717
|
fix(draw_vector): fix build break when thorvg disabled
```
lvgl/demos/lv_demos.c:74:37: error: ‘lv_demo_vector_graphic’ undeclared here (not in a function)
74 | { "vector_graphic", .entry_cb = lv_demo_vector_graphic },
| ^~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: lib/liblvgl.a(lv_draw_sw.c.o): in function `execute_drawing':
lvgl/src/draw/sw/lv_draw_sw.c:338: undefined reference to `lv_draw_sw_vector'
```
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-12-18 12:22:35 +08:00 |
|
Gabor Kiss-Vamosi
|
3ececbfc93
|
chore: CHANGELOG fixes
|
2023-12-16 18:23:03 +01:00 |
|
Gabor Kiss-Vamosi
|
21c2c0c168
|
docs: add v9 CHANGELOG
|
2023-12-16 17:02:48 +01:00 |
|
Gabor Kiss-Vamosi
|
823721c56f
|
Update ROADMAP.rst
|
2023-12-15 22:36:58 +01:00 |
|
Gabor Kiss-Vamosi
|
25cbfd9d51
|
fix: follow naming changes in Kconfig
|
2023-12-15 18:19:24 +01:00 |
|
Gabor Kiss-Vamosi
|
5988c56b40
|
feat(display): add LV_EVENT_COLOR_FORMAT_CHANGED
|
2023-12-15 16:48:06 +01:00 |
|
Gabor Kiss-Vamosi
|
3e769a8ecf
|
feat(tick): add lv_delay
|
2023-12-15 16:48:06 +01:00 |
|
_VIFEXTech
|
6bdadad1f3
|
chore: fix warning when log disable (#5018)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-12-15 16:03:08 +01:00 |
|
Gabor Kiss-Vamosi
|
9264b50c18
|
docs: update API comments
|
2023-12-15 12:16:06 +01:00 |
|
Gabor Kiss-Vamosi
|
3fa47263c8
|
refactor: rename LV_THEME_BASIC to LV_THEME_SIMPLE
|
2023-12-15 09:13:05 +01:00 |
|
terry.rong
|
b773abbb08
|
fix(decoder):optimize the logic of bin decoder (#5016)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
|
2023-12-15 08:45:52 +01:00 |
|
Gabor Kiss-Vamosi
|
640a125da6
|
fix(anim): fix speed to time conversation
|
2023-12-14 21:51:48 +01:00 |
|
Gabor Kiss-Vamosi
|
9cd016d958
|
demo(benchmark): add summary
|
2023-12-14 21:39:52 +01:00 |
|
Gabor Kiss-Vamosi
|
de4c9b0b15
|
fix(scroll): fix incorrect scroll postion on release
|
2023-12-14 21:38:50 +01:00 |
|
Gabor Kiss-Vamosi
|
0d60129469
|
feat(draw): add generic draw image helpers (#5008)
|
2023-12-14 18:46:42 +01:00 |
|
Benign X
|
492a474f5f
|
feat(lv_math): add lv_rand_set_seed api (#5013)
|
2023-12-14 14:22:54 +01:00 |
|
Gabor Kiss-Vamosi
|
cad4a4529c
|
refactor: lv_anim_set_playback_time -> lv_anim_set_playback_duration
|
2023-12-13 22:23:12 +01:00 |
|
Gabor Kiss-Vamosi
|
d5daccdd48
|
docs: update API comments
|
2023-12-13 22:23:03 +01:00 |
|
yushuailong
|
636aba8c34
|
fix(label): fix rtl txt long dots not show all (#4962)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
|
2023-12-13 16:13:24 +01:00 |
|
Benign X
|
f9135d5498
|
feat(lv_rb): add drop_node and remove_node api (#4996)
|
2023-12-13 15:58:35 +01:00 |
|
jianglianfang
|
ebcdb26e29
|
fix(indev): change LV_EVENT_LONG_PRESSED to code (#5000)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
|
2023-12-13 15:48:57 +01:00 |
|
_VIFEXTech
|
bf4354f158
|
chore: fix warning (#5004)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-12-13 15:42:40 +01:00 |
|
Gabor Kiss-Vamosi
|
de2f7effd9
|
fix(list): fix text style
fixes #5005
|
2023-12-13 15:38:44 +01:00 |
|
Gabor Kiss-Vamosi
|
779d2025b8
|
fix(msgbox): use LV_OPA_50 for the backdrop in the default theme
|
2023-12-13 07:40:37 +01:00 |
|
Gabor Kiss-Vamosi
|
09e1966eb3
|
fix(msgbox): fix micropython example
|
2023-12-12 17:07:09 +01:00 |
|
Gabriel Wang
|
9e96b73357
|
fix(cmsis-pack): fix issue #4992 (#4994)
|
2023-12-12 16:58:38 +01:00 |
|
Gabor Kiss-Vamosi
|
1f8405c678
|
chore(dave2d): temporarily disable image rendering
|
2023-12-12 16:38:07 +01:00 |
|
Gabor Kiss-Vamosi
|
57a4497a09
|
refactor(msgbox): make msgbox more modular and flexible
|
2023-12-12 15:37:45 +01:00 |
|
Gabor Kiss-Vamosi
|
88ada04ebd
|
chore: fix code formatting
|
2023-12-12 11:51:07 +01:00 |
|
Gabor Kiss-Vamosi
|
710e134abf
|
feat(gpu): add renesas dav2d GPU support
|
2023-12-12 11:43:37 +01:00 |
|
Martin Glück
|
6a0db1fd59
|
fix(lodepng): removed unsed typedef (#4991)
Co-authored-by: Martin Glueck <martin.glueck@glaser-co.at>
|
2023-12-12 10:34:25 +01:00 |
|
Neo Xu
|
a66c5ad338
|
fix(decoder): fix RGB565A8 stride process (#4984)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-12 10:33:17 +01:00 |
|
Neo Xu
|
99b80ec089
|
feat(png): use draw_buf for decoded image (#4968)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-12 10:04:23 +01:00 |
|
Benign X
|
d3ef971479
|
fix(lv_rb): memzero the new node (#4989)
|
2023-12-12 10:02:42 +01:00 |
|
Benign X
|
dbc2ae7dee
|
fix(lv_sdl): remove useless bg_img code (#4990)
|
2023-12-12 10:02:08 +01:00 |
|
_VIFEXTech
|
4be4cb6eee
|
feat(style): add skew style (#4886)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-12-12 09:18:01 +01:00 |
|
Neo Xu
|
f1e021e7b3
|
fix(qrcode): fix crash due to buf_unalign modification (#4987)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-12 09:12:17 +01:00 |
|
Neo Xu
|
2b53325f49
|
chore: do not use strdup in c99 (#4983)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-11 19:50:13 +01:00 |
|
Gabor Kiss-Vamosi
|
3bb538b032
|
docs: add docs- prefix to link IDs in the banner
|
2023-12-11 19:16:55 +01:00 |
|
Gabor Kiss-Vamosi
|
a200c137c8
|
docs: add banner
|
2023-12-11 18:50:25 +01:00 |
|
Gabor Kiss-Vamosi
|
88865dd910
|
refactor: minor refactoring and widget docs update
|
2023-12-11 18:16:07 +01:00 |
|
Neo Xu
|
7119b7488b
|
fix(display): check NULL act_screen before using it (#4973)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-12-11 14:55:32 +01:00 |
|
Gabriel Wang
|
aed5502af5
|
fix(cmsis-pack): fix cmsis-pack scripts for v9.0.0 (#4977)
|
2023-12-11 14:33:53 +01:00 |
|
Neo Xu
|
9230e6df9b
|
feat(script): allow to run code-format.py outside of script/ (#4975)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-11 14:28:09 +01:00 |
|
Neo Xu
|
47a244afe1
|
ci(image): test all image formats (#4974)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-11 14:25:33 +01:00 |
|
bjsylvia
|
07d9ab5968
|
feat(profiler): add some profiler points and default header for perfetto ui (#4965)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-12-11 14:18:41 +01:00 |
|