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

8670 Commits

Author SHA1 Message Date
_VIFEXTech
540c028d60
feat(profiler): add performance profiler hook (#4211)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-05-11 11:10:47 +02:00
Gabor Kiss-Vamosi
3e3daf0f04 chore: typedef lv_indev_read_cb_t and lv_disp_flush_cb_t in the private headers 2023-05-10 09:46:45 +02:00
Gabor Kiss-Vamosi
a43748ea3b chore(style): add assert if setting LV_STYLE_PROP_INV style property 2023-05-10 08:28:03 +02:00
Gabor Kiss-Vamosi
74d90d195d fix(flex): register LV_STYLE_FLEX_GROW
fixes #4214
2023-05-10 08:23:15 +02:00
sp-cai
64009fec23
fix(font): fix font_fmt_txt range check (#4207) 2023-05-08 17:00:31 +02:00
Kevin Schlosser
8c99b359d2
docs: fixes several issues related to migrating to rst (#4213) 2023-05-08 16:45:28 +02:00
bjsylvia
756c189519
fix(zoom): add lv_obj_get_style_transform_zoom_safe (#4204)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2023-05-05 09:07:39 +02:00
Gabor Kiss-Vamosi
842cf80a48
ci(pio): add action to automatically publish LVGL as a PlatformIO package on release 2023-05-04 10:47:08 +02:00
hiornso
239b70a8da
fix(dropdown): lv_dropdown_get_option_index shouldn't match strings of different lengths (#4191) 2023-05-02 10:45:02 +02:00
_VIFEXTech
4658c27f37
refact(monitor): refact system monitor component (#4195)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-05-02 10:40:13 +02:00
Gabor Kiss-Vamosi
42f70fecf0 chore(indev, disp): add lv_indev_read_cb_t and lv_disp_flush_cb_t typedefs
related to https://forum.lvgl.io/t/use-lvgl-with-python3/10686/39?u=kisvegabor
2023-05-02 09:50:23 +02:00
_VIFEXTech
4c4b7858b8
chore(timer): fix warning (#4199)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-05-02 08:25:12 +02:00
_VIFEXTech
ac84ae23de
chore: replacement of std string functions with builtin (#4194)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-05-01 11:56:46 +02:00
Gabriel Wang
7be3bfd962
fix(arm-2d): fix arm-2d transform chrome-keying issue (#4179) 2023-05-01 11:29:51 +02:00
Kevin Schlosser
3fe1dcd222
docs: fixes API section of the docs to include everything from LVGL. (#4192) 2023-05-01 11:27:28 +02:00
Dustin Holden
7ae90e43d2
fix(btnmatrix): fix wild running loops cont. (#4185) 2023-05-01 11:09:08 +02:00
Gabor Kiss-Vamosi
83c0d25efc fix(ime_pinyin): fix using LV_BTNMATRX_BTN_NONE button 2023-05-01 10:46:17 +02:00
Gabor Kiss-Vamosi
bcbf4292c6 fix(ime_pinyin): fix NULL pointer dereference 2023-05-01 10:17:32 +02:00
_VIFEXTech
9b5f7d91af
feat(refr): implement the monitor component (#4121)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-05-01 09:56:53 +02:00
Kevin Schlosser
2f292c500b
docs fix versioning (#4189) 2023-04-29 12:58:03 -04:00
Kevin Schlosser
2549f23773
docs: finishes conversion of ROADMAP.rst file (#4182) 2023-04-29 06:31:36 +02:00
Gabor Kiss-Vamosi
a5d7d20723
docs: temporarily skip_latex 2023-04-29 06:23:31 +02:00
Lorenzo Arena
70251cc6dd
fix(bidi): add more Hebrew checks to RTL characters set (#4171) 2023-04-28 14:19:47 +02:00
Gabor Kiss-Vamosi
beafff2661
docs(arduino): update the comments in /LVGL_Arduino.ino 2023-04-28 14:10:26 +02:00
Gabor Kiss-Vamosi
f2c7675980 Revert "fix(sdl): update lv_sdl_window.c to fix SDL2 type error (#4172)"
This reverts commit 363233d40b5b077298bff6197fcda4cc307edf5e.
2023-04-28 13:29:16 +02:00
Neo Xu
c33966c540
fix(img): img->zoom should not right shift 8 bits (#4181)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-04-28 11:26:22 +02:00
J. Neuschäfer
bc9bcaa6b7
chore(docs): fix a few typos (#4170)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-04-28 11:08:42 +02:00
Gabor Kiss-Vamosi
ca1a6722c3 fix(style): fix trasition on bg_grad color
fixes: #4174
2023-04-28 10:37:06 +02:00
Henry Juhanson
363233d40b
fix(sdl): update lv_sdl_window.c to fix SDL2 type error (#4172) 2023-04-28 10:32:49 +02:00
Kevin Schlosser
002ffc4766
docs: removes recommonmark from doc build (#4177) 2023-04-28 10:05:54 +02:00
Gabor Kiss-Vamosi
5fc2b03ac4
ci(docs): try to fix the python version 2023-04-27 19:54:05 +02:00
Gabor Kiss-Vamosi
d32909c266
ci(docs): bump Python version to 3.10
See https://github.com/lvgl/lvgl/pull/4129#issuecomment-1525649438
2023-04-27 19:48:49 +02:00
Kevin Schlosser
b1df744538
docs: removes non ascii characters (#4175) 2023-04-27 19:47:13 +02:00
Kevin Schlosser
e485dd8bb4
feat(docs): migrate from .md to .rst (#4129) 2023-04-27 14:42:02 +02:00
Gabor Kiss-Vamosi
e7f88efa58 ci(roller): fix test 2023-04-27 09:26:08 +02:00
Gabor Kiss-Vamosi
144182723b fix(btnmatrix): fix wild running loops 2023-04-27 09:15:34 +02:00
Gabor Kiss-Vamosi
02a20152d3 fix(group): fix indev guessing logic 2023-04-27 01:23:17 +02:00
Gabor Kiss-Vamosi
b603fb90f1 fix(buf_copy): fix lv_draw_sw_buffer_copy 2023-04-26 12:51:56 +02:00
xaowang96
a2574146a7
fix(canvas): fix data_size in img is always zero (#4162) 2023-04-26 09:43:38 +02:00
xuxeu
8ee6f17ade
fix(stm32): invalidate cache when needed (#4161) 2023-04-25 11:16:26 +02:00
Gabor Kiss-Vamosi
effe86bf5f fix(indev): fix integer overflow in recursive zoom calculation 2023-04-24 20:11:32 +02:00
Gabor Kiss-Vamosi
7cc34ba81b feat(btnmatrix): review ctrl map and allow width values to be max 15 2023-04-24 20:11:18 +02:00
Benign X
2c138eb47a
chore: fix typos (#4158) 2023-04-24 13:24:11 +02:00
embeddedt
7a9e6e0813
fix(SDL): window size not changing on some platforms (#4156) 2023-04-24 13:17:11 +02:00
Mingjie Shen
7d9690d47a
fix: fix null pointer dereference (#4155) 2023-04-24 13:10:24 +02:00
sparkles43
78645a5967
feat(object_tree): make lv_obj_get_index return error value if the object has no parent (#4152) 2023-04-21 11:40:13 +02:00
sparkles43
312303cb44
fix(obj_tree): update parents of children after swapping (#4150) 2023-04-20 20:29:58 +02:00
bjsylvia
fb50f4abaf
fix(fbdev): allocated memory size is insufficient (#4151) 2023-04-20 20:28:06 +02:00
_VIFEXTech
7e20b12930
feat(mem): add lv_strcpy_builtin (#4145)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-04-20 05:35:41 +02:00
Gabriel Wang
7f45d87848
chore(cmsis-pack): List v8.3.6 on Keil.com and update v9.0.0-dev (#4143) 2023-04-19 12:10:55 +02:00