Benign X
71da024e55
feat(lv_rb_t): add red black tree to lvgl ( #4585 )
2023-11-30 09:42:39 +01:00
Neo Xu
6bc99b1d1f
feat(stdlib): add lv_memmove ( #4888 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-29 11:15:27 +01:00
Neo Xu
34f7e9e012
chore: fix inconsistent comment style ( #4889 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-29 11:11:16 +01:00
Benign X
86a9418cb5
fix(SDL): compile errors ( #4893 )
...
Signed-off-by: Benign X <1341398182@qq.com>
2023-11-29 09:01:31 +01:00
Neo Xu
0cf71065cb
chore(script): generate C array with more paras to avoid conflicts ( #4890 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-28 17:40:31 +01:00
Gabor Kiss-Vamosi
f0988b8cf8
refactor(event): add _cb postfix to lv_obj_add_event()
2023-11-28 15:36:51 +01:00
Gabor Kiss-Vamosi
d7981cf55f
chore: update lv_conf_internal.h
2023-11-28 15:06:52 +01:00
Neo Xu
fea780e837
feat(lib): add lz4 lib support ( #4872 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-28 15:05:16 +01:00
Gabor Kiss-Vamosi
d24b6d54f2
chore: enable LV_USE_SYSMON automatically and LV_USE_OBSERVER unconditionally
2023-11-28 15:02:56 +01:00
GoT
0b22070d64
chore: fix typo related to lv_msgbox ( #4882 )
2023-11-28 14:58:09 +01:00
Neo Xu
01b90bb52b
fix(make): fix compile break when using make ( #4871 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-28 14:46:15 +01:00
lhdjply
e2646e0f01
chore(stdlib): replace strcmp with lv_strcmp ( #4875 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2023-11-28 10:37:00 +01:00
Peter Bee
b42cb43074
fix(cmake): add asm file compile definitions ( #4884 )
...
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2023-11-28 09:17:21 +01:00
Gabor Kiss-Vamosi
dd960a60f3
chore(observer): fix misplaced text in docs
2023-11-27 16:36:53 +01:00
Gabor Kiss-Vamosi
81d8a110b1
docs(observer): add more information about subject groups
2023-11-27 16:35:31 +01:00
bjsylvia
2b0587197c
feat(sdl): optimize indev, remove read_timer for mouse/mousewheel/key… ( #4876 )
...
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-27 15:24:37 +01:00
_VIFEXTech
4ee7616f35
fix(draw_mask): fix wrong draw dispatch calls ( #4881 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-11-27 12:52:33 +01:00
Neo Xu
1ee89a94c0
fix(text): do not draw letters treated as marker ( #4865 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-27 12:50:24 +01:00
Peter Bee
a51beb9051
feat(draw): add unified NEON acceleration ( #4860 )
...
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-11-27 12:32:55 +01:00
Gabor Kiss-Vamosi
767a44bdaa
feat(observer): add user_data to lv_subject_t
2023-11-27 12:02:20 +01:00
Gabor Kiss-Vamosi
a5c92ef298
feat(draw): add sw display rotate implementations
2023-11-27 11:46:40 +01:00
lhdjply
6e36f71f57
chore(rt-thread): env adapts to the latest functions in v9 ( #4863 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2023-11-27 07:28:29 +01:00
Neo Xu
5c11abc859
feat(point): add helpers to operate point and precise point ( #4867 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-27 06:26:55 +01:00
xaowang96
976a01c0da
feat(gif): do not start timer if gif resource not loaded ( #4878 )
...
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2023-11-27 06:26:13 +01:00
Neo Xu
21f6473dbe
chore(format): fix code format issue CI reported ( #4877 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-27 06:24:49 +01:00
Gabor Kiss-Vamosi
26e0f44a36
feat(draw): add lv_draw_get_dependent_count
2023-11-26 23:01:37 +01:00
bjsylvia
950cebf971
fix(typos): fix some typos ( #4864 )
...
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-26 20:41:09 +01:00
Gabor Kiss-Vamosi
de9c956c36
fix(anim): remove custom_exec_cb equality check to fix MixroPython issue
...
We can't test for custom_exec_cb equality because in the MicroPython binding
a wrapper callback is used here an the real callback data is stored in the .
Therefore equality check would remove all animations.
2023-11-26 06:33:20 +01:00
lhdjply
3d3c0cbf86
fix(porting):fixed the use of incorrect definition for 'px_map' ( #4861 )
...
Co-authored-by: lhdjply <1029652979@qq.com>
2023-11-24 21:20:54 +01:00
xaowang96
b587fd78c4
fix(fs): seek fs brfore writing data to file ( #4859 )
...
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2023-11-24 21:08:53 +01:00
bjsylvia
990fbc8cdf
fix(draw): remove LV_LAYER_MAX_MEMORY_USAGE ( #4809 )
...
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-24 20:17:10 +01:00
_VIFEXTech
0447443029
fix(draw_line): use lv_point_precise_t to describe coordinates ( #4858 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-11-24 13:41:43 +01:00
bjsylvia
fc085c420b
fix(nuttx): fix null pointer exception ( #4857 )
...
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-24 12:54:21 +01:00
xaowang96
7007d9e511
feat(gif): add API to pause/resume gif timer ( #4854 )
...
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2023-11-24 12:19:24 +01:00
Gabor Kiss-Vamosi
35469c02be
fix(anim): fix deleting concurrent animations
2023-11-24 12:08:23 +01:00
Gabor Kiss-Vamosi
a802d1fc8b
test: temporarily disable -Wstack-usage
...
Seemingly unrealistic values are reported. See https://github.com/lvgl/lvgl/actions/runs/6974396516/job/18980011134
2023-11-23 22:47:47 +01:00
Gabor Kiss-Vamosi
ff16a41aca
test: increment -Wstack-usage=6000
2023-11-23 22:29:12 +01:00
Gabor Kiss-Vamosi
1c4a520e47
test(binding): use more precise canvas size calculation
2023-11-23 22:17:25 +01:00
Gabor Kiss-Vamosi
b1801ea622
fix(image): fix cast to to incorrect type in cover check
2023-11-23 22:16:52 +01:00
Gabor Kiss-Vamosi
e402b42914
test: add -fsanitize=leak -fsanitize=undefined
2023-11-23 22:15:54 +01:00
Gabor Kiss-Vamosi
ce99983d4f
feat(anim): save custom_exec_cb in its own field
...
It allows deleting custom exec animations based on var an callbacks
2023-11-23 21:50:55 +01:00
Gabor Kiss-Vamosi
1320f4fc02
test(binding): add animation delete test
2023-11-23 21:03:34 +01:00
_VIFEXTech
a65ca267bf
fix(example): fix gradient has no effect ( #4850 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-11-23 08:44:12 +01:00
Neo Xu
15752bddd5
feat(log): add option to custom file/line format ( #4844 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-23 08:42:05 +01:00
terry.rong
bc6a85d4c4
fix(jpeg): fix jpeg cache param error. ( #4852 )
...
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-11-23 08:24:19 +01:00
terry.rong
cf74e81917
fix(cache): fix use after free in lv_cache_invalidate_by_src ( #4853 )
...
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-11-23 08:23:40 +01:00
Gabor Kiss-Vamosi
dbf0444d79
test(draw): add blend mode test to lv_demo_render
2023-11-22 23:15:49 +01:00
Neo Xu
5f12474a46
fix(draw): use byte as stride unit instead of pixel ( #4812 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-22 23:14:44 +01:00
bjsylvia
1a781880da
fix(typos): fix typos in lv_map API document ( #4845 )
2023-11-22 20:17:17 +01:00
Neo Xu
2970b84b1b
feat(tool): PNG to lvgl image in python ( #4414 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-22 20:16:59 +01:00