Commit Graph

10633 Commits

Author SHA1 Message Date
Victor Wheeler
a875298f7a
feat(docs): batch 4 of proofread/edited docs (#7207)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-11-07 12:48:14 +01:00
anheiqq
234ce5ef36
fix(lv_draw_sw_line): fix lv_draw_line function causes a crash. (#7248)
Co-authored-by: cmszxl <532538099@qq.com>
2024-11-07 12:39:36 +01:00
RamDav
50e9f48fff
fix(buttonmatrix): add check for indev POINTER | BUTTON type (#7125)
Co-authored-by: David Ramunno <david.ramunno@swoboda.com>
2024-11-07 10:04:44 +01:00
Liam
17d0169e50
chore(NemaGFX): add missing header, correct the docs, provided HAL is optional (#7174) 2024-11-06 23:52:51 +08:00
Paul Vogel
9d80bfa780
feat(observer): add null pointer check (#7183) 2024-11-06 23:51:54 +08:00
Dozingfiretruck
8d648181d1
fix(freertos): compilation warning in non-IDF environments (#7221) 2024-11-06 13:42:11 +01:00
Chandra sekhar
c5f8f5f63e
docs(display): correct spelling (#7225) 2024-11-06 13:41:00 +01:00
cristian-stoica
aa4452c039
fix(event) remove redundant last check (#7227)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-11-06 13:40:22 +01:00
Victor Wheeler
6b982a3698
feat(docs): plea for proper word-wrapping in .rst files. (#7189) 2024-11-06 10:38:13 +01:00
dependabot[bot]
f430cb47cd
chore(deps): bump arduino/arduino-lint-action from 1 to 2 (#7209)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 09:55:28 +01:00
dependabot[bot]
9f03da8533
chore(deps): bump actions/upload-artifact from 3 to 4 (#7210)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 09:54:46 +01:00
Erik Tagirov
3cfe1a8306
fix(cmake): fix installation with cmake --install (#7161) 2024-11-05 13:16:05 +01:00
Liu Yi
0091be46fa
feat(thorvg): update thorvg to 0.15.3 (#7103)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-11-05 20:09:11 +08:00
lizhaoming
4aa74e15c3
fix(chart): fix divide-by-zero and cursor error (#7211)
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
2024-11-04 18:32:45 +01:00
Victor Wheeler
8f59bdc6a7
feat(docs): batch 3 of proofread/edited docs (#7180) 2024-11-04 10:42:40 +01:00
jaeho
58e2d508e1
perf(draw): improve execute time of obj's transforming (#6638)
Co-authored-by: jaeho83.lim <jaeho83.lim@lge.com>
2024-11-04 10:07:42 +01:00
Kenji Mouri / 毛利 研二
6fdc271f12
fix(windows): Update document for Windows backend to clarify some features (#7197) 2024-11-04 09:53:47 +01:00
Victor Wheeler
e4295f8925
fix(docs): fix bad highlight color (#7199) 2024-11-04 09:52:15 +01:00
Victor Wheeler
6b7d0a3819
fix(chart): lv_malloc() was allocating double size needed (#7200) 2024-11-04 09:51:46 +01:00
Gabriel Wang
26e4225d74
chore(cmsis-pack): ensure the v9.2.2 cmsis-pack is visible on keil.arm.com (#7201) 2024-11-04 09:49:57 +01:00
Carlos Diaz
9b90655ffb
fix(refr): avoid division by zero (#7205) 2024-11-04 09:41:32 +01:00
Victor Wheeler
0380014efb
fix(buttonmatrix): fix 1-off error in lv_buttonmatrix_get_button_text() (#7193) 2024-11-04 09:03:03 +01:00
lizhaoming
a4f66606fa
fix(scale): correct scale_set_arc_properties function (#7113)
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
2024-10-30 13:23:42 +01:00
Fabian Blatz
be85ad7369
feat(sw): Add method to convert a htiled I1 buffer to vtiled (#7129) 2024-10-30 09:18:28 +01:00
Gabor Kiss-Vamosi
3f3de6ac71
fix(anim): fix user after free if the anim. is delete in the exec_cb (#7173) 2024-10-30 12:40:10 +08:00
Gabor Kiss-Vamosi
37ea110238 fix(chart): fix saving the address of a local variable in lv_example_chart_3()
fixes https://forum.lvgl.io/t/two-questions-about-the-chart-control/18590/2
2024-10-29 19:47:55 +01:00
Gabor Kiss-Vamosi
253981ae82 fix: add +1 but for enum bitfields to avoid overflow to negative
fixes #7155
2024-10-29 19:47:55 +01:00
Niklas Fiekas
63a7258111
fix(cmake): generate lvgl.pc in CMAKE_CURRENT_BINARY_DIR (#7127) 2024-10-29 12:47:37 +01:00
Yuqiang Wang
ce97ba869b
fix(demo): fix ebike demo header file inclusion issue (#7133) 2024-10-29 12:33:28 +01:00
dpopov76
d34f94a1cc
fix(table): fixed NULL pointer reference (#7042) 2024-10-29 12:30:08 +01:00
VIFEX
33f5f81295
feat(fs_posix): add error code conversion (#7166)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-29 12:15:00 +01:00
Neo Xu
133d2fe4be
chore(fs): treat '/' as valid driver letter (#6986)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-10-29 17:34:55 +08:00
VIFEX
d7e1f265c6
perf(vg_lite): reduce redundant matrix calculations (#7163)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-29 09:37:36 +01:00
Victor Wheeler
d5cb181101
fix(docs): trailing underscore looked like hyperlink to Sphinx (#7172) 2024-10-29 14:53:26 +08:00
Victor Wheeler
50e49b74c5
fix(docs): link in /lvgl/README.md to supported display types (#7167) 2024-10-28 21:12:50 +01:00
Luna
c27760fb10
feat(roller): set roller option with a string (#7143)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-10-28 10:27:38 +01:00
Victor Wheeler
868db01136
fix(docs): fix broken links in ./lvgl/README.md (#7146) 2024-10-28 15:51:34 +08:00
Paschalis M
befbe8139b
docs: fix typo in Introduction: "similator" to "simulator" (#7162) 2024-10-28 15:49:49 +08:00
Victor Wheeler
64a2f3ac5c
feat(docs): proofread and edited docs (#7144) 2024-10-27 15:07:06 +01:00
Carlos Diaz
b1dc25a9af
fix(file_explorer): fix navigation handling (#7124)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-10-27 18:43:23 +08:00
Carlos Diaz
3963ee2bdd
feat(draw_label): Support simultaneous text selection and recolor (#7116) 2024-10-27 02:20:08 +08:00
Tobias Jakobi
d25a6e0e76
fix(neon): use conventional macro syntax (#6887)
Signed-off-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
Co-authored-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
2024-10-26 07:49:49 +02:00
Liam
417415f63d
feat(font): support 8 bpp font bitmaps (#7100) 2024-10-26 06:42:44 +02:00
VIFEX
b3e9f81af2
feat(vg_lite): add more detailed error dump information (#7104)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-25 23:27:47 +02:00
mutatrum
62ea924fb4
docs(driver): fix link to example code in gen_mipi.rst (#7128) 2024-10-25 22:32:36 +02:00
Victor Wheeler
82f3dc3fe3
fix(docs): fix incorrect title and filename change for vg_lite.rst (#7148) 2024-10-25 21:47:49 +02:00
bryghtlabs-richard
fb1ee94fa3
chore(obj_scroll): improve function documentation (#7150)
Signed-off-by: Richard Allen <richard@bryght-labs.com>
2024-10-25 20:55:26 +02:00
Paul Vogel
b4fdabbdce
fix(draw): add assertion checks for malloc return values (#7149) 2024-10-25 20:54:46 +02:00
Peter van Dijk
657915f6b6
chore(svg): LV_USE_SVG: document and enforce dependency on LV_USE_VECTOR_GRAPHIC (#7120) 2024-10-25 09:39:54 +02:00
Eric Maryea
014f328dc9
feat(ffmpeg): add playback complete event trigger (#7119) 2024-10-25 09:35:34 +02:00