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

9151 Commits

Author SHA1 Message Date
bjsylvia
9a9830671f
fix(leak): fix custom style memory leak (#4794)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-13 08:21:07 +01:00
bjsylvia
29c1d94c60
fix(demos): fix demos compiling error caused by font config (#4778)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-10 15:45:12 +01:00
Viktor Szépe
cc6581ae03
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
2023-11-10 15:37:23 +01:00
lhdjply
df910893e4
feat(stdlib):add rtthread function to stdlib (#4777) 2023-11-10 13:41:00 +01:00
bjsylvia
17d1da62af
fix(render): make parallel rendering work based on Nuttx Simulator (#4764)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-10 13:31:36 +01:00
Kenji Mouri (Qi Lu)
ffe2c1528e
feat(osal): add Windows support (#4783) 2023-11-10 13:21:30 +01:00
bjsylvia
49d533923c
fix(leak): fix default theme's memory leak (#4773)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-10 13:19:36 +01:00
bjsylvia
8774537fdf
fix(leak): fix basic theme's memory leak (#4775)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-10 13:19:08 +01:00
bjsylvia
af5b9f9eda
fix(leak): fix mono theme's memory leak (#4774)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-10 13:18:49 +01:00
bjsylvia
ddb1025991
chore(demos): adapt new benchmark demo (#4780)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-10 09:43:29 +01:00
Gabor Kiss-Vamosi
2e5a551028 fix(vector): make vector examples and demos work with the docs 2023-11-09 12:22:39 +01:00
lhdjply
62c3f1c0b5
fix(rtthread):too few arguments to function 'rt_sem_create' (#4770) 2023-11-09 11:40:25 +01:00
Zhang Ji Peng
8cf0bbb558
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-11-09 11:37:33 +01:00
Gabor Kiss-Vamosi
3bb649db7f test: add binding test reference
related to #4645
2023-11-08 22:28:14 +01:00
Gabor Kiss-Vamosi
06d74742ad refactor(table): rename lv_table_set/get_user_data to lv_table_set/get_cell_user_data 2023-11-08 22:27:28 +01:00
Oleg Belousov
81e498baf4 feat(table): add user_data to table cells (#4767)
Co-authored-by: Oleg Belousov <bov@silentwings.ru>
2023-11-08 16:41:25 +01:00
Benign X
a5f6e2761f
chore(lv_label): remove codes for recolor feature (#4766) 2023-11-08 16:25:54 +01:00
bjsylvia
fa17aae81c
fix(demos): fix demos compiling error (#4759)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-08 16:20:26 +01:00
Gabor Kiss-Vamosi
048b28be23 test: reorganize tests and ref_images 2023-11-08 00:53:41 +01:00
Gabor Kiss-Vamosi
21a5841f6b
chore: update ROADMAP.rst 2023-11-08 00:41:36 +01:00
Gabor Kiss-Vamosi
d02562b796 feat(image): add lv_image_align_t to stretch, tile, and align images
related to #4733
2023-11-08 00:34:22 +01:00
bjsylvia
f07649bce8
fix(nuttx): fix compiling error for log (#4763)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-07 15:40:50 +01:00
bjsylvia
09d07c9d8a
fix(mem): fix locking mutex before initializing mutex (#4762)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-07 14:51:00 +01:00
bjsylvia
be72afaa15
chore(api): update lv_api_map.h (#4757)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-07 11:11:10 +01:00
_VIFEXTech
21df509ef4
fix(snapshot): fix buffer misalignment (#4760)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-11-07 10:30:50 +01:00
Gabor Kiss-Vamosi
cad26b55ae fix(demo): fix music player demo initial animation 2023-11-06 20:19:09 +01:00
Gabor Kiss-Vamosi
dbd347fdf3 fix(draw): image transformation with no antialiasing 2023-11-06 20:18:37 +01:00
Gabor Kiss-Vamosi
d4613aecbe feat(draw): add lv_draw_sw_rgb565_swap 2023-11-06 15:22:33 +01:00
Niklas Fiekas
91edcf0930
feat(stdlib): add and use lv_malloc_zeroed (#4728) 2023-11-06 15:10:56 +01:00
bjsylvia
fbb65d2fe3
fix(leak): fix common memory leak on lv_init (#4750)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-11-06 14:55:52 +01:00
1000len-4959
361663ee5f feat(build): make it work with MSVC build (#4704)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: bjsylvia <bjsylvia@163.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: Niklas Fiekas <niklas.fiekas@backscattering.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lhdjply <1029652979@qq.com>
2023-11-06 14:35:06 +01:00
Gabor Kiss-Vamosi
96ce505651 fix(demo): fix showing the average FPS 2023-11-06 14:25:35 +01:00
Adam Nilsson
e3380a8fe8
feat(build): add pkgconfig file (#4744)
Co-authored-by: Adam x Nilsson <adamni@axis.com>
2023-11-06 14:00:07 +01:00
Gabor Kiss-Vamosi
2a8f876da6 fix(draw): fix shadow drawing
fixes #4755
2023-11-06 13:52:51 +01:00
Gabor Kiss-Vamosi
235190d00a fix(debug): fix LV_USE_PARALLEL_DRAW_DEBUG 2023-11-06 11:33:11 +01:00
Gabor Kiss-Vamosi
386250a336 fix(draw): stride handling in case of layers 2023-11-06 09:55:43 +01:00
Gabor Kiss-Vamosi
981a9843fd fix(scale): use LV_FONT_DEFAULT in the examples 2023-11-06 09:52:29 +01:00
Gabor Kiss-Vamosi
69342908ee fix(draw): initialize layer->buf_stride 2023-11-06 09:49:53 +01:00
lhdjply
0bdd54abed
fix(lv_rtthread.h):fix the variable definition of thread (#4749) 2023-11-03 15:49:35 +01:00
lhdjply
b95d74bfcb
feat(os): add rt-thread for osal (#4746) 2023-11-03 10:54:11 +01:00
Gabor Kiss-Vamosi
e86b1a6ec9 Revert "feat(gh-codespace): prebuild the project"
This reverts commit 493af0ec26824e181c293e77e301d3ce4b0cd80d.
2023-11-02 22:57:15 +01:00
Gabor Kiss-Vamosi
8c2fee20e4
fix(gh-codespace): update lv_conf.h 2023-11-02 22:49:11 +01:00
Gabor Kiss-Vamosi
493af0ec26
feat(gh-codespace): prebuild the project 2023-11-02 22:48:44 +01:00
Gabor Kiss-Vamosi
ba3960e867 chore: remove accidentally added files 2023-11-02 12:32:11 +01:00
Gabor Kiss-Vamosi
9d624b64bd fix(freertos): do not reinitalize mutex condition 2023-11-02 11:10:58 +01:00
dependabot[bot]
3922858f02
chore(deps): bump mymindstorm/setup-emsdk from 9 to 12 (#4743)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 11:04:14 +01:00
dependabot[bot]
1d05a6168e
chore(deps): bump uraimo/run-on-arch-action from 2.1.1 to 2.5.1 (#4742)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 11:03:58 +01:00
dependabot[bot]
882e4f6964
chore(deps): bump actions/checkout from 1 to 4 (#4741)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 11:03:37 +01:00
dependabot[bot]
34d6c39f31
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.7.1 to 1.8.0 (#4740)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 11:03:20 +01:00
dependabot[bot]
ccd9cee527
chore(deps): bump actions/cache from 2 to 3 (#4739)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 11:03:05 +01:00