Commit Graph

11242 Commits

Author SHA1 Message Date
Liam Howatt 3a33caa62c fix: format specifier in lv_obj_tree.c (#8244) 2025-05-14 12:48:16 +02:00
VIFEX aed8cf6f05 fix(refr): add missing area intersect check (#8240) 2025-05-14 10:34:12 +02:00
VIFEX 452e256da1 fix(refr): fix matrix rotation precision loss (#8221)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2025-05-13 21:24:40 +02:00
chrismapp 5c7d71e6af fix(bin_decoder): fix build warnings when decompressing LZ4 compressed images (#8234)
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
2025-05-13 15:39:16 -03:00
Victor Wheeler 73925458fc docs(XML): proofread XML docs (batch 2 of 2) (#8185)
Arduino Lint / lint (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
2025-05-13 11:10:11 +02:00
yushuailong 7c57667b7a fix(vg_lite): reset the scissor area when rendering with vg_lite. (#8232)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
2025-05-13 11:04:36 +02:00
Liam Howatt f11f1322d9 docs(NuttX): Add more NuttX docs (#8235) 2025-05-13 10:44:12 +08:00
André Costa e0b65f78cc feat(test): add Dockerfile support with CI env (#8209) 2025-05-12 20:00:43 +02:00
Victor Wheeler 037ddc7045 docs(ft81x.rst): move under ./docs/src/ directory (#8231) 2025-05-12 11:56:02 +02:00
Gabor Kiss-Vamosi b0b5c9d55f fix(pinyin): update candidates on the second letter too (#8105) 2025-05-12 09:31:02 +02:00
Erik Tagirov 21a7c577e7 fix(wayland): support version 2 of the XDG protocol (#8201) 2025-05-11 15:18:37 +02:00
Liam Howatt 42db8aa517 feat(image): support symbol images with inner alignment (#8182) 2025-05-11 15:17:50 +02:00
Liam Howatt a49188a861 feat(disp): allow rotation with FULL render mode (#8107) 2025-05-11 19:35:17 +08:00
VIFEX e8c6cb1e6d fix(log): fix possible level out of bounds (#8216)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2025-05-10 11:06:44 +08:00
VIFEX b1b66b78c2 perf(vg_lite): relaxing the matrix transform judgment criteria (#8219)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2025-05-09 14:44:20 +08:00
Astrozen d6d67dfb51 fix(nxp/g2d): remove useless g2d_search_buf_map() when free buf (#8072) 2025-05-09 08:03:28 +02:00
Jef Driesen fb3cd66197 fix(wayland): Remove the XDG_RUNTIME_DIR check (#8041) 2025-05-09 08:00:14 +02:00
yimoxiao fd24f98254 perf(label): reduce the time of calling lv_text_get_size when drawing (#8129)
Signed-off-by: mengqingtao1 <mengqingtao1@xiaomi.com>
Co-authored-by: mengqingtao1 <mengqingtao1@xiaomi.com>
2025-05-09 11:28:20 +08:00
Gabor Kiss-Vamosi d2ed41dda1 fix(xml): add missing style properties 2025-05-08 20:04:22 +02:00
Gabor Kiss-Vamosi 1d71728993 fix(xml): support <view .../> 2025-05-08 20:04:22 +02:00
yushuailong 77a1a14d37 feat(display): add triple buffer support (#8158)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
2025-05-08 16:31:36 +02:00
Liam Howatt 558409ad28 docs(Renesas): make "Supported Boards" table cells narrower (#8214) 2025-05-07 16:55:10 -03:00
Victor Wheeler 209838a230 docs(misc fixes): fix misc items (details below)... (#8186) 2025-05-07 12:38:26 +02:00
André Costa 901ceee949 fix(span): replace deprecated spangroup_set_mode fn from examples (#8192) 2025-05-07 12:30:09 +02:00
Renaud-Barrau 321438b42f fix(thorvg): fix incompatibility with c++20 (#8042) (#8043)
Co-authored-by: Renaud Barrau <renaud.barrau@madic.com>
2025-05-07 12:24:37 +02:00
Liam Howatt dc5fb541fa docs(Renesas): Renesas G2UL docs change video link (#8183) 2025-05-07 12:16:09 +02:00
VIFEX b9f3ce51e1 perf(vg_lite): switch gradient cache lru_rb -> lru_ll (#8188) 2025-05-07 12:07:39 +02:00
Victor Wheeler f998ab7c38 docs(XML): proofread XML docs (batch 1 of 2) (#8184)
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
2025-05-07 11:41:08 +02:00
caibutshuai 4ab0d11f30 feat(svg): add API for getting original width and height (#8180)
Signed-off-by: zhouxingjian <zhouxingjian@xiaomi.com>
2025-05-06 22:40:31 +02:00
Gabor Kiss-Vamosi 79381cc535 feat(xml): add canvas and calendar support 2025-05-06 20:40:38 +02:00
Gabor Kiss-Vamosi c5022ce2af feat(label_xml): support the format string in bind_text 2025-05-06 20:40:38 +02:00
Gabor Kiss-Vamosi 4518d34cf5 fix(xml_style): add min/max_width/height and recolor 2025-05-06 20:40:38 +02:00
Victor Wheeler db07c3edb4 docs: fix Doxygen parsing of attribute prefixes (#8179) 2025-05-06 16:07:57 +02:00
Victor Wheeler bb24378907 docs(doxygen): exclude deprecated CJK fonts for Doxygen. (#8141) 2025-05-05 15:26:36 +02:00
Felix Biego ea3131641d fix(lottie): smooth edges on lottie animation (#8189) 2025-05-05 14:18:59 +02:00
Victor Wheeler 22abb53307 docs(table css): fix table formatting... (#8196) 2025-05-05 12:18:22 +02:00
Tom 7a392665f7 docs(stm32): Fix errors in FreeRTOS Example Code (#8163) 2025-05-05 12:14:33 +02:00
Gabor Kiss-Vamosi c4abd989eb fix(roller): don't send click event when scrolled (#8101) 2025-05-05 12:13:47 +02:00
红桃六 20498bda45 fix(span): add assertion for bidi text buffer allocation (#8168)
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2025-05-02 11:26:13 +02:00
jeremy-baker 26043c2036 fix(display/renesas_glcdc): stride of the framebuffer can be different to the width (#8177) 2025-05-01 14:12:09 +08:00
jeremy-baker 9f34c6d6fc fix(dave2d): fix compilation error (#8175) 2025-05-01 14:10:46 +08:00
carlo-dev-git 033a8b9ae8 chore(draw/sw): minor cleanup (#8083)
Co-authored-by: Carlo Chiesa <carlo.chiesa@cebora.it>
2025-05-01 14:09:14 +08:00
Gabor Kiss-Vamosi 868d7b5fbd chore(xml): fix warning 2025-04-30 21:32:19 +02:00
Gabor Kiss-Vamosi 859b2e8183 fix(xml): fix enum type for lv_obj bind_state_if 2025-04-30 21:32:19 +02:00
Gabor Kiss-Vamosi c65eaf23e9 chore(obj): add style_border_side XML support 2025-04-30 10:08:43 -03:00
Gabor Kiss-Vamosi 47f3c65008 fix(table): refresh cell size after ctrl change
as merge or crop can change the text line count
2025-04-30 10:08:43 -03:00
Gabor Kiss-Vamosi 2e5931bb91 fix(obj_tree): support NULL parent in lv_obj_find_by_name 2025-04-30 10:08:43 -03:00
Gabor Kiss-Vamosi 8d0a5197bc feat(chart): add lv_chart_set_cursor_pos_x/pos_y() 2025-04-30 10:08:43 -03:00
Gabor Kiss-Vamosi 352327007b chore(xml): minor fixes 2025-04-30 10:08:43 -03:00
Gabor Kiss-Vamosi 2e7d17f406 fix(xml): make the XML parser work on MCUs too 2025-04-30 10:08:43 -03:00