| fix(blur): fix incorrect invalidation if part has blur or dropshadow (#9930) | 1 个月前 |
| feat(freetype): support variable weight fonts (#9844)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: AndyEveritt <38423143+AndyEveritt@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> | 21 天前 |
| feat(label): add lv_label_set_max_lines() (#10143) | 10 天前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
| 2 年前 |
| feat(text): add text leading trim (#9919)
Co-authored-by: rosmianto <rosmianto@netra.co.id>
Co-authored-by: rosmianto <rosmianto.site@gmail.com> | 1 个月前 |
| test(vector): add demo vector graphic test (#9130)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | 6 个月前 |
| test(vector): add demo vector graphic test (#9130)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | 6 个月前 |
| test(vector): add demo vector graphic test (#9130)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | 6 个月前 |
| test(vector): add demo vector graphic test (#9130)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | 6 个月前 |
| feat(text): add text leading trim (#9919)
Co-authored-by: rosmianto <rosmianto@netra.co.id>
Co-authored-by: rosmianto <rosmianto.site@gmail.com> | 1 个月前 |
| test(display): improve lv_display test coverage (#9110)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | 6 个月前 |
| test(utils): add utils test case (#9474)
Signed-off-by: v-liyanhui7 <v-liyanhui7@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: v-liyanhui7 <v-liyanhui7@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: chengchen10 <chengchen10@xiaomi.com> | 4 个月前 |
| fix(flex): use min size when item is set to grow and parent is LV_SIZE_CONTENT (#8806)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: André <andre_miguel_costa@hotmail.com> | 3 个月前 |
| fix(flex): use min size when item is set to grow and parent is LV_SIZE_CONTENT (#8806)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: André <andre_miguel_costa@hotmail.com> | 3 个月前 |
| fix(flex): fix rounding may leave unused space on track with flex_grow (#9217)
| 5 个月前 |
| test: generate ref images again with lodepng (#9867) | 2 个月前 |
| fix(flex): incorrect gap when the first item is hidden and the next has grow (#9897)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | 1 个月前 |
| fix(flex): use min size when item is set to grow and parent is LV_SIZE_CONTENT (#8806)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: André <andre_miguel_costa@hotmail.com> | 3 个月前 |
| fix(flex): use min size when item is set to grow and parent is LV_SIZE_CONTENT (#8806)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: André <andre_miguel_costa@hotmail.com> | 3 个月前 |
| fix(flex): fix alignment issue when using rtl in flex layout (#8929)
| 8 个月前 |
| feat(obj): support LV_SIZE_CONTENT and LV_PCT min width/height in combination with flex grow (#8685)
| 6 个月前 |
| fix(flex): fix rounding may leave unused space on track with flex_grow (#9217)
| 5 个月前 |
| fix(flex): fix rounding may leave unused space on track with flex_grow (#9217)
| 5 个月前 |
| fix(flex): use min size when item is set to grow and parent is LV_SIZE_CONTENT (#8806)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: André <andre_miguel_costa@hotmail.com> | 3 个月前 |
| fix(flex): fix rounding may leave unused space on track with flex_grow (#9217)
| 5 个月前 |
| feat(fs): add support for memory-mapped files (#4462)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2 年前 |
| feat(font_load): add lv_font_* as paramater to lv_font_load
This way if a font is used by styles or widgets it can be easily reloaded
without updating the font pointer on all places.
| 2 年前 |
| feat(font_load): add lv_font_* as paramater to lv_font_load
This way if a font is used by styles or widgets it can be easily reloaded
without updating the font pointer on all places.
| 2 年前 |
| test: generate ref images again with lodepng (#9867) | 2 个月前 |
| fix(grid): negative width of the object with column span in the grid using RTL (#9596)
| 4 个月前 |
| fix(grid): negative width of the object with column span in the grid using RTL (#9596)
| 4 个月前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
| 2 年前 |
| feat(margin): add margin style property (#3807)
Signed-off-by: W-Mai <1341398182@qq.com>
Signed-off-by: xinbingnan<xinbingnan@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 3 年前 |
| fix(draw_sw): make the images invisible on full recolor to the background color (#7868)
| 1 年前 |
| fix(indev): only reset last point and it's movement only if no previous object existed (#9707)
Co-authored-by: Toni Neubert <neubert.t@eppendorf.de>
Co-authored-by: Toni Neubert <lutztonineubert@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | 3 个月前 |
| fix(indev): only reset last point and it's movement only if no previous object existed (#9707)
Co-authored-by: Toni Neubert <neubert.t@eppendorf.de>
Co-authored-by: Toni Neubert <lutztonineubert@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | 3 个月前 |
| feat(text): add text leading trim (#9919)
Co-authored-by: rosmianto <rosmianto@netra.co.id>
Co-authored-by: rosmianto <rosmianto.site@gmail.com> | 1 个月前 |
| feat(text): add text leading trim (#9919)
Co-authored-by: rosmianto <rosmianto@netra.co.id>
Co-authored-by: rosmianto <rosmianto.site@gmail.com> | 1 个月前 |
| feat(text): add text leading trim (#9919)
Co-authored-by: rosmianto <rosmianto@netra.co.id>
Co-authored-by: rosmianto <rosmianto.site@gmail.com> | 1 个月前 |
| fix(snapshot): not all children rendered during snapshot (#8479)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com> | 10 个月前 |
| test: generate ref images again with lodepng (#9867) | 2 个月前 |
| test: generate ref images again with lodepng (#9867) | 2 个月前 |
| feat(svg): support inheriting node attributes (#9424)
| 4 个月前 |
| feat(svg): support inheriting node attributes (#9424)
| 4 个月前 |
| feat(svg): support inline styles (#9423)
| 4 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| fix(textarea): fix the issue of textarea placeholder (#9621)
Signed-off-by: liujp <liujp@xiaomi.com> | 1 个月前 |
| feat(blur): add blur support (#9223)
| 5 个月前 |
| feat(blur): add blur support (#9223)
| 5 个月前 |
| fix(widgets): make animations on state change more consistent (#9174)
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com> | 6 个月前 |
| fix(widgets): make animations on state change more consistent (#9174)
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com> | 6 个月前 |
| test(theme): improve theme test coverage (#9116)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | 6 个月前 |