Commit Graph

10660 Commits

Author SHA1 Message Date
liamHowatt
7232ad74a0 chore(NemaGFX): update library 2024-11-18 10:49:33 +08:00
liamHowatt
64920961cf fix(NemaGFX): arc angles 2024-11-18 10:49:33 +08:00
VIFEX
3d06f0b7bc
fix(vg_lite): fix vector rendering missing image opa processing (#7293)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-11-18 10:44:39 +08:00
VIFEX
3516dae336
feat(png): add support for files without extension (#7289)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-11-17 22:52:02 +01:00
Victor Wheeler
30c9f2c450
feat(docs): scrolling doc proofread, edited and clarified... (#7170) 2024-11-17 22:22:14 +01:00
Liu Yi
f4bd79c54d
feat(issue): add platform description to bug-report (#7273)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-11-16 12:24:14 +08:00
André Costa
23f86580c1
feat(dropdown): add animations on rotary event (#7271) 2024-11-15 12:24:21 +01:00
Link
bfc47f424a
fix(script): add ending for raw loader of ThorVG (#7186)
Co-authored-by: SamNofee <sam@nofee.fun>
2024-11-15 09:22:36 +01:00
cristian-stoica
1eb2d3aee8
refactor(draw): extract function to improve readability (#7229)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-11-14 20:40:27 +01:00
Finomnis
c94216ab47
fix(draw): fix incorrect clip area computation when clearing transparent framebuffers (#7269) 2024-11-14 20:39:51 +01:00
Victor Wheeler
63a06e86b0
feat(docs): batch 5 of proofread/edited docs (#7218) 2024-11-14 10:49:43 +01:00
Gabor Kiss-Vamosi
7bccca027a
chore(api): prevent API leaks (cache and thread) (#7220) 2024-11-13 12:37:37 +01:00
Liam
81612fd153
ci(esp): add esp32s3 build workflow (#7242) 2024-11-13 12:30:50 +01:00
Liu Yi
62d9f10f61
fix(file_exploer): fix path issues when returning to open other folders after opening a certain folder (#7258)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-11-13 10:48:04 +01:00
cristian-stoica
825c4efeca
fix(demo): resolve include when repository name is not 'lvgl' (#7261) 2024-11-13 10:20:28 +01:00
Liam
d98f6cd6fb
fix(file_explorer): table cell use after free (#7239) 2024-11-13 10:00:32 +01:00
Paul Vogel
547c2ef226
fix(roller): fix typo in scaling; prevent division by zero (#7263) 2024-11-13 12:22:03 +08:00
antonio-pasini
590299a820
fix(init): remove double call to lv_draw_sw_deinit (#7266) 2024-11-13 12:14:04 +08:00
Clyde Stubbs
448a1d4756
feat(indev): add setter for long press repeat time (#7235) 2024-11-13 11:59:46 +08:00
Toni Neubert
abdcc04f09
fix(indev): don't reset all indevs if an object is set disabled (#7216) 2024-11-12 09:38:28 +01:00
Attila Kiss
31226b9b95
fix(obj): fix crash with LV_SIZE_CONTENT parent and % positioned child (#7041) 2024-11-12 13:26:04 +08:00
Ioannis Markopoulos
d3a685943c
Feature/nema updates (#7245) 2024-11-11 15:25:26 +01:00
Victor Wheeler
3513ac41da
fix(draw): fix bug introduced by PR #6638 (#7264) 2024-11-11 11:15:01 +01:00
Victor Wheeler
6c9e224df3
feat(docs): buttonmatrix proofread/edit (#7194) 2024-11-11 08:17:46 +01:00
VIFEX
43a3c65b82
feat(obj): add transform matrix attribute (#7187) 2024-11-09 15:01:22 +08:00
Paul Vogel
f89ac3677e
fix(sw_blend): add null pointer check for mask_area (#7251) 2024-11-08 08:12:34 +01:00
Takeshi Watanabe
f94b34fff1
feat(sdl): use SDL_Delay for delay callback (#7243) 2024-11-07 12:53:27 +01:00
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