bjsylvia
|
cafc8393a7
|
fix(leak): fix memory leak on music list (#4732)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-02 09:33:39 +01:00 |
|
Neo Xu
|
3539083d55
|
chore(image): fix warning of unchecked return value (#4730)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2023-11-02 09:19:09 +01:00 |
|
Gabor Kiss-Vamosi
|
16302e9c7b
|
chore: rename zoom_x/y paramters and local variables to scale_x/y
|
2023-10-31 20:19:12 +01:00 |
|
Gabor Kiss-Vamosi
|
a5a58e39d2
|
refactor: replace lv_coord_t with int32_t
|
2023-10-31 19:25:01 +01:00 |
|
Gabor Kiss-Vamosi
|
50d01cec3d
|
refactor(style): rename lv_indev_get_act to lv_indev_active
|
2023-10-31 19:20:36 +01:00 |
|
Gabor Kiss-Vamosi
|
d28f80d362
|
refactor(style): rename shadow_ofs to shadow_offset
|
2023-10-31 19:10:02 +01:00 |
|
Gabor Kiss-Vamosi
|
9d993bd15f
|
feat(line, triangle): add float support for points
|
2023-10-31 14:16:10 +01:00 |
|
Niklas Fiekas
|
d197d73d62
|
chore(demo): fix -Wenum-int-mismatch (#4726)
|
2023-10-30 13:16:41 +01:00 |
|
Kevin Schlosser
|
52f375975e
|
fix(demo): unistd.h is not available with MSVC. (#4718)
|
2023-10-29 16:40:08 +01:00 |
|
Gabor Kiss-Vamosi
|
0b2cccbdb3
|
ci(render): integrate lv_demo_render to the unit tests
|
2023-10-26 23:07:50 +02:00 |
|
Gabor Kiss-Vamosi
|
f4d9b8a8dd
|
demo(render): add line, arc, triangle, and layer tests
|
2023-10-26 23:07:50 +02:00 |
|
Gabor Kiss-Vamosi
|
c535e3ff91
|
feat(demo_render): add image, text and box shadow tests
|
2023-10-26 12:42:24 +02:00 |
|
Gabor Kiss-Vamosi
|
6aa53828ef
|
fix(benchmark demo): update to make it work with CI
|
2023-10-25 14:12:59 +02:00 |
|
Gabor Kiss-Vamosi
|
90ae34ad3c
|
chore: format code
|
2023-10-25 13:44:27 +02:00 |
|
Gabor Kiss-Vamosi
|
3ff625483c
|
demos(render): start render demo
|
2023-10-25 13:38:37 +02:00 |
|
Gabor Kiss-Vamosi
|
a61d87f840
|
demo(benchmark): rework benchmark
|
2023-10-25 12:19:39 +02:00 |
|
Gabor Kiss-Vamosi
|
84c8cf8573
|
feat(arc): add float support
|
2023-10-25 11:05:04 +02:00 |
|
lion2tomato
|
f273475d28
|
fix issue:LVGL V9 music compiling error (#4703)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
|
2023-10-24 20:45:43 +02:00 |
|
Viktor Szépe
|
742682ae51
|
chore: fix execute permissions and shebangs (#4695)
|
2023-10-24 09:41:51 +02:00 |
|
Viktor Szépe
|
f9572ed303
|
chore: remove BOM and fix typos (#4685)
|
2023-10-22 06:39:43 +02:00 |
|
Gabor Kiss-Vamosi
|
89dd481747
|
chore: remove BOM
see https://github.com/lvgl/lvgl/pull/4684#issuecomment-1773768596
|
2023-10-22 06:12:48 +02:00 |
|
Gabor Kiss-Vamosi
|
85798af3cd
|
feat(draw): add non uniform scale (scale_x and scale_y)
|
2023-10-20 23:29:22 +02:00 |
|
Gabor Kiss-Vamosi
|
094db896d2
|
fix(scale): fix round scale label positons
|
2023-10-20 11:29:16 +02:00 |
|
Gabor Kiss-Vamosi
|
195c3f72d2
|
fix(scale): fix tick count and example issues
|
2023-10-19 15:02:36 +02:00 |
|
Gabor Kiss-Vamosi
|
f7c25b7966
|
demo(widget): improve the 3rd scale
|
2023-10-12 21:58:38 +02:00 |
|
Gabor Kiss-Vamosi
|
bccbde0cef
|
refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale
|
2023-10-12 21:50:46 +02:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
6163437afd
|
refactor(scale): remove lv_meter use lv_scale instead
|
2023-10-12 17:21:52 +02:00 |
|
bjsylvia
|
14c0869e68
|
chore(demos): add common entry for lv_demos (#4610)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-10-10 22:28:17 +02:00 |
|
bjsylvia
|
066c7a1864
|
fix(benchmark): fix typos (#4627)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-10-05 09:22:20 +02:00 |
|
Gabriel Wang
|
8969415220
|
feat(benchmark): increase the weights for rotation and scaling(zoom) … (#4620)
|
2023-10-03 09:44:43 +02:00 |
|
PGNetHun
|
8c2fc7ec4b
|
chore: code and documentation cleanups, renames and fixes (#4607)
|
2023-09-27 12:23:40 +02:00 |
|
Neo Xu
|
27357d5139
|
feat(obj): add obj_id, class names, and dump support (#4536)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-09-25 10:58:36 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
bjsylvia
|
06238e4947
|
fix(music): delete timer when deleting related-object (#4558)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-14 19:12:47 +02:00 |
|
bjsylvia
|
378ad2492c
|
fix(music): fix anim and timer crash when delete music demo (#4523)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-05 22:10:54 +02:00 |
|
bjsylvia
|
23ebeed652
|
fix(widgets): fix timer crash when delete widgets demo (#4522)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-05 21:16:37 +02:00 |
|
Gabor Kiss-Vamosi
|
7e923d2a26
|
demo(benchmark): fix black screen issue
|
2023-09-01 14:09:49 +02:00 |
|
bjsylvia
|
da02c6314c
|
chore(multilang): add Kconfig for multilang (#4480)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-08-24 11:07:18 +02:00 |
|
Gabor Kiss-Vamosi
|
0b83a82a07
|
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
|
2023-08-19 01:42:37 +02:00 |
|
Benign X
|
ae3567cb46
|
fix(chart): fix off-by-one error in chart widget (#4461)
Signed-off-by: W-Mai <1341398182@qq.com>
|
2023-08-18 10:58:35 +02:00 |
|
bjsylvia
|
67ca457a07
|
fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-14 16:49:30 +02:00 |
|
_VIFEXTech
|
9a483c87bf
|
feat(layer): add more efficient widget translucent mode (#4415)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-14 07:57:19 +02:00 |
|
Gabor Kiss-Vamosi
|
45aa59a473
|
feat(draw_buf): add lv_draw_buf_t for stride support (#4423)
|
2023-07-31 18:44:02 +02:00 |
|
bjsylvia
|
dbde799ada
|
chore(demos): replace version with lv_version_major (#4393)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-07-24 17:38:11 +02:00 |
|
Gabor Kiss-Vamosi
|
b78d4dc04b
|
demo: add lv_demo_scroll
|
2023-07-15 23:24:58 +02:00 |
|
bjsylvia
|
657dfe9615
|
fix: fix compiling warning on Mac (#4379)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-07-15 20:08:25 +02:00 |
|
Gabor Kiss-Vamosi
|
b466045f13
|
chore: change some // comments to /**/
|
2023-07-15 18:39:11 +02:00 |
|
Peter Bee
|
36c5f19c95
|
fix(kconfig): update Kconfig and lv_conf_kconfig.h (#4338)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
Signed-off-by: Peter Bee <pbjd97@gmail.com>
|
2023-07-09 23:27:32 +02:00 |
|