Liu Yi
40577fe685
fix(calendar): fix lv_calendar_gregorian_to_chinese compile error ( #6894 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-26 10:26:20 +02:00
Liu Yi
4415f6e6de
chore(widgets): add comments to the tileview and win ( #6856 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-26 10:19:19 +02:00
Gabor Kiss-Vamosi
0f5aaf0670
fix(dropdown): automatically center dropdown content ( #6881 )
2024-09-24 13:25:09 +08:00
Gabor Kiss-Vamosi
cc2138a647
fix(textarea): fix placeholder text cannot be centered ( #6879 ) ( #6917 )
...
Co-authored-by: anheiqq <anheiqq@163.com>
2024-09-24 13:23:52 +08:00
Lorenzo Arena
ff3ffb8eeb
feat(animimg): add getter function for underlying animation ( #6838 )
2024-09-20 10:50:17 +02:00
rdegliesposti
dd01974f9a
fix(image): lv_image_set_inner_align() behaviour with LV_IMAGE_ALIGN_STRETCH ( #6864 )
2024-09-18 09:08:04 +02:00
FloHomi
a583e924a6
fix(bar): fix bit overflow ( #6841 )
2024-09-14 12:08:36 +08:00
lizhaoming19980614
a37f84f34c
feat(switch): add vertical switch function ( #6786 )
...
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
Co-authored-by: 100ask <support@100ask.net>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-14 12:04:51 +08:00
Benign X
7f57f37560
feat(spangroup): add lv_spangroup_get_span_by_point
in spangroup ( #6579 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-12 17:56:35 +08:00
VIFEX
7fcab9237b
fix(roller): fix stringop overflow ( #6826 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-11 14:04:20 +08:00
Gabor Kiss-Vamosi
e523e20725
chore: add underscore prefix for names after struct and enum ( #6688 )
...
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
2024-09-09 18:51:05 +02:00
Luca Vanesche
e4e1b26d1d
fix(arc): ignore hits that are outside drawn background arc ( #6753 )
2024-09-03 11:55:55 +02:00
Benign X
cd56cd8428
fix(spangroup): fix height calculation error ( #6775 )
2024-09-02 12:52:17 +08:00
Liam
b90117062e
fix(buttonmatrix): use const arrays ( #6765 )
...
Co-authored-by: Julian Foad <julian@foad.me.uk>
2024-09-02 11:49:23 +08: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
Victor Wheeler
c46f6b0a41
Fix/Doxygen warning stragglers caused by recent merges ( #6736 )
2024-08-26 13:38:37 +02: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
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
Victor Wheeler
69e91cc560
fix(docbuild): Fix @file commands and guard macros. ( #6689 )
2024-08-23 08:45:45 +02: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
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
Pavi92
83582f6a3a
fix(arc): add missing private include ( #6648 )
...
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
2024-08-12 14:54:42 +02:00
Victor Wheeler
75bcfc6bec
fix(docbuild): Doxygen warnings from format errors (part 2 of 2) ( #6653 )
2024-08-12 14:21:53 +02:00
Victor Wheeler
c98fb29dea
fix(docs): fix Doxygen warnings caused by format errors ( #6584 )
2024-08-07 08:40:10 +02:00
Neo Xu
d6495b576b
fix(image): image inner align name should not conflict with obj's align
...
If the name conflicts with base class property name, the property is overridden. This is the property's feature.
The image inner align name is update to 'inner_align'.
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 13:34:21 +02:00
Neo Xu
7c1a8a523d
feat(dropdown): add properties
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
a793178bbf
feat(roller): add properties
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
357d5b7ff9
feat(textarea): add properties
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
cd48c3c8d6
feat(keyboard): add properties
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Liam
1d14386b99
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names ( #6068 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-02 07:46:42 +02:00
Liam
a246b47e5a
docs(msgbox): update to reflect latest ( #6603 )
2024-08-02 12:21:26 +08:00
Neo Xu
7380149b07
feat(label): add property ( #6575 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-01 09:10:49 +02:00
Vic
210e4ba069
fix(docbuild): @file
command arg mismatches ( #6582 )
2024-07-29 09:43:44 +02:00
VIFEX
0980518441
feat(draw): add global matrix drawing modes ( #4883 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: wangxuedong <wangxuedong@xiaomi.com>
2024-07-25 21:24:59 +08:00
Neo Xu
e72fa89822
feat(obj): add more obj properties ( #6537 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-24 22:31:56 +02:00
Gabor Kiss-Vamosi
e3f8d167cd
fix(thorvg): support rendering in draw events ( #6406 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-19 18:04:32 +08:00
Niklas Fiekas
bac697ff9c
fix(label): do not break last line for LV_LABEL_LONG_DOT ( #5606 ) ( #6362 )
2024-07-15 22:13:31 +08:00
Masoud Soltanian
7089cb14e9
feat(textarea): make textarea editable ( #6467 )
2024-07-05 12:05:31 +08:00
Neo Xu
7f7a748a10
chore(scale): fix compile warning ( #6445 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-01 15:17:56 +02:00
Josh Soref
df0d36f02a
chore: fix spelling ( #6401 )
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
TridentTD
fd9e901625
feat(bar): add bar orientation ( #6212 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-24 17:43:17 +02:00
Liam
407d8b6ddf
fix(spangroup): handle style_text_letter_space better ( #6364 )
2024-06-21 16:43:09 +08:00
Carlos Diaz
acfe1ba0cd
feat(scale): set tick drawing order ( #6185 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-20 22:07:39 +02:00
Neo Xu
438e943937
feat(property): add property name ( #6329 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 18:06:16 +02:00
lhdjply
269dd90211
chore(widgets): fix typo ( #6369 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-06-14 11:06:50 +08:00
VIFEX
5c8f0e78d7
perf(lottie): remove lottie canvas quadratic premultiplication. ( #6358 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-13 21:50:00 +02:00
lhdjply
78022010a2
fix(scale): fix the issue of needle sliding in scale ( #6343 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-06-13 21:47:42 +02:00
VIFEX
f16a92ae9c
feat(vg_lite): add image clip corner support ( #6121 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-13 19:21:08 +02:00