Commit Graph

10395 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
963f88d898 chore: minor docs and other updates 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
45c485ecae docs(hover): remove 'not supported yet' notes 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
9d781406c6 docs: add CHANGELOG for v9.2 2024-08-26 21:39:11 +02:00
nicusorcitu
2b33f8b0a7
perf(nxp): v9.1.0 upstream vglite optimization (#6646)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-08-26 20:11:26 +02:00
Liam
0bd8cbcc9e
fix(freertos): notifiy-based sync can be initialized from any task (#6692) 2024-08-26 16:17:12 +02:00
Victor Wheeler
c46f6b0a41
Fix/Doxygen warning stragglers caused by recent merges (#6736) 2024-08-26 13:38:37 +02:00
Gabor Kiss-Vamosi
f4ea1ec82c
chore: add LV_USE_PRIVATE_API (#6737) 2024-08-26 13:29:26 +02:00
NicGrimpe
8b659fc9a2
fix(env_support/cmake): If LV_CONF_PATH is set, install the indicated config instead of the default one. (#6675) 2024-08-26 12:31:12 +02:00
Gabor Kiss-Vamosi
3147fc2f52
fix(i1): fix compiler and runtime issues with I1 rendering (#6714)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-08-26 12:30:40 +02:00
VIFEX
6b8d420170
fix(vg_lite): fix rounded rectangle path error (#6726)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-26 17:43:56 +08:00
VIFEX
9c4d4ba595
fix(vg_lite): fix rendering aliasing caused by global matrix transformation (#6730)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-08-26 17:43:46 +08:00
Victor Wheeler
fe2331489b
docs(label): fix unintentional definition list in parts and styles section (#6735) 2024-08-26 16:54:24 +08:00
Gabor Kiss-Vamosi
51f06c097d
feat(sdl_render): support all draw task types (#6437) 2024-08-26 10:46:40 +02:00
yushuailong
d028a970a0
fix(indev): fix LV_EVENT_SCROLL_THROW_BEGIN not send to scroll_obj (#6693)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-08-26 09:54:54 +02:00
Visa Harvey
016b397642
fix(tiny_ttf): Fix formatting specifier macro in lv_tiny_ttf_set_size (#6731) 2024-08-26 09:54:00 +02:00
Neo Xu
5a004a4db3
fix(nuttx): fix build break (#6732)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-26 10:13:40 +08:00
Neo Xu
03c3d552f0
chore(api): add api map for v9.1 (#6733)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-26 10:13:05 +08:00
Carlos Diaz
d59938d7f7
feat(scale): add custom labels example (#6699)
Co-authored-by: Liu Yi <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-25 07:48:13 +02:00
VIFEX
4349dfc593
fix(chart): fix memory leak (#6727)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-24 11:23:42 +02:00
Gabor Kiss-Vamosi
e28caac406
docs(arm): add overview docs for Arm (#6712) 2024-08-24 08:45:38 +02:00
Tobias Jakobi
a3e9208a88
fix(draw/neon): fix build break (#6682)
Co-authored-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
2024-08-23 22:58:48 +02:00
Martin Vladić
14e6949a1e
fix(spinbox): add missing update value (#6719) 2024-08-23 16:12:04 -04:00
Liam
7560fcb193
fix(roller): do not move when there is only one option (#6717)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-23 22:05:39 +02:00
Erik Tagirov
e186b4c8b6
feat(driver): import Wayland driver from v8 (#6549) 2024-08-23 22:03:55 +02:00
becseya
aebb4d3ad3
feat(scripts): add default config generator (#6522)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-08-23 21:38:25 +02:00
Gabor Kiss-Vamosi
ccb7bf29cc
feat(draw_sw): extend lv_draw_sw_rotate with L8 support (#6520) 2024-08-23 09:47:04 +02:00
zipeartnes
f2303758bf
feat(anim_timeline): add repeat and more (#6127)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-23 09:15:42 +02:00
Victor Wheeler
69e91cc560
fix(docbuild): Fix @file commands and guard macros. (#6689) 2024-08-23 08:45:45 +02:00
VIFEX
ed4cb19926
perf(draw): skip empty draw tasks (#6720)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-23 08:28:47 +02:00
Mike Trzaska
8d8b279638
feat(indev): add scroll_time and scroll_throw setter (#6723) 2024-08-23 14:25:43 +08:00
Liam
69d440335f
fix(fs): remove Arduino SD initialization (#6725) 2024-08-23 08:16:52 +02:00
Gabor Kiss-Vamosi
f874ab3e9a
fix(benchmark): use assets only from its own folder (#6666) 2024-08-23 06:19:04 +02:00
Gabor Kiss-Vamosi
a7853fbe56
docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713) 2024-08-23 08:43:46 +08:00
Victor Wheeler
77892ee0ad
fix(Kconfig): remove leading spaces on line 1692 (#6695) 2024-08-23 08:43:13 +08:00
VIFEX
afd82d0666
feat(draw): add physical clipping area to solve the scaling accuracy problem (#6703)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-22 02:18:40 +02:00
Gabor Kiss-Vamosi
3313664b70
chore: move the astyle repo to the lvgl organization (#6614) 2024-08-22 02:16:47 +02:00
Liu Yi
bac9b29b77
fix(roller): fix roller error in ubuntu24.04 uefi (#6683)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-08-21 11:47:55 +02:00
becseya
a476098fcc
feat(fs): default drive letter + ESP FS docs (#6367)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-21 11:47:29 +02:00
Koen De Vleeschauwer
5f7a5605cd
fix(rtthread): display driver hang (#6667) 2024-08-21 11:47:12 +02:00
Gabor Kiss-Vamosi
f8e0932316
feat(freertos): add functions to better measure the CPU usage (#6619) 2024-08-21 11:46:51 +02:00
Fabian Blatz
b78a4de898
chore(docs): update Zephyr documentation (#6581) 2024-08-21 11:46:40 +02:00
Neo Xu
afcf722e6f
fix(objid): free old id before assign new one (#6697)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-21 10:20:37 +02:00
Neo Xu
78d29d2853
fix(demo): fill image->data_size field (#6710) 2024-08-21 08:31:05 +08:00
yushuailong
c52aa10128
chore(display): prevent disp_refr from becoming a wild pointer (#6618)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-08-17 18:27:04 +02:00
Fabian Blatz
d7b82c7966
feat(core): Add lv_group_get_obj_by_index method (#6589) 2024-08-15 09:41:22 +02:00
Tomas Rezucha
58c7bb110a
docs(espressif): Update Espressif's documentation with esp_lvgl_port (#6658) 2024-08-15 09:40:41 +02:00
Neo Xu
c37ad55160
feat(draw_buf): make draw buf API more OOP style (#6427)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-15 09:40:05 +02:00
Liam
44eb318d54
feat(opengles): multiple windows and embed user opengl textures (#6600)
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
2024-08-15 11:06:59 +08:00
yushuailong
d2545c3ecf
fix(indev): fix indev not send gesture event (#6676)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-08-14 10:13:00 +08:00
VIFEX
491b899c14
fix(indev): swap the order of sending indev events and obj events (#6636)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-14 10:12:38 +08:00