Liu Yi
|
cdaaeb81dc
|
docs(label): add documentation and example for text recolor (#7460)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
Co-authored-by: Victor Wheeler <vwheeler63@users.noreply.github.com>
|
2024-12-22 20:26:10 +01:00 |
|
Victor Wheeler
|
64e01e5248
|
feat(anim): clarify reverse play in animation API (#7338)
|
2024-12-18 07:43:00 +01:00 |
|
Victor Wheeler
|
7ecf7c2e52
|
feat(docs): widget proofread wrap-up (#7405)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
|
2024-12-08 23:13:21 +01:00 |
|
Gabor Kiss-Vamosi
|
db11e7bae5
|
fix(label): use LV_LABEL_LONG_MODE_* instead of LV_LABEL_LONG_*
|
2024-12-05 10:14:39 +01:00 |
|
Camden Adams
|
78f8f58024
|
chore(example_tabview): fix typo (#7377)
|
2024-12-03 13:09:19 +01:00 |
|
Gabor Kiss-Vamosi
|
8fbf72a1dc
|
fix(arduino): allow including lvgl_private.h even if the examles and demos are in the src folder (#7366)
|
2024-12-02 21:45:19 +01:00 |
|
Victor Wheeler
|
1a0b6d313e
|
feat(chart,calendar): two grammar corrections (#7340)
|
2024-11-29 17:42:39 +01:00 |
|
Gabor Kiss-Vamosi
|
7bccca027a
|
chore(api): prevent API leaks (cache and thread) (#7220)
|
2024-11-13 12:37:37 +01:00 |
|
VIFEX
|
43a3c65b82
|
feat(obj): add transform matrix attribute (#7187)
|
2024-11-09 15:01:22 +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 |
|
lorddevereux
|
c61ca42a2a
|
feat(scale): add additional style properties (#6649)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-10-23 08:28:25 +02:00 |
|
Victor Wheeler
|
0458acd998
|
fix(docs): fix most sphinx warnings (#6916)
Co-authored-by: Kevin Schlosser <kdschlosser@users.noreply.github.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
|
2024-09-30 14:57:22 +02: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 |
|
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 |
|
Liu Yi
|
6fa2e0dd51
|
docs(example): complete the examples not cited in the docs (#6608)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-08-03 08:34:45 +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 |
|
Benign X
|
0e10a7e97a
|
chore(examples): remove extra spaces (#6435)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
|
2024-07-04 09:58:59 +08: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 |
|
Daniel Mangum
|
1601ab9eb4
|
fix(examples): correct typo in widgets example doc (#6412)
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
|
2024-06-24 17:07:07 +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 |
|
Faruq Zhao
|
864b54b851
|
fix(docs): fix Lottie document cannot view examples (#6338) (#6342)
|
2024-06-12 20:02:54 +08:00 |
|
Liam
|
7f610bfc9d
|
fix(example): lv_example_scale_3 second scale needle was scrollable (#6320)
|
2024-06-03 17:35:22 +08:00 |
|
Gabor Kiss-Vamosi
|
14ff25b6fb
|
fix(roller): enable lv_example_roller_3 again (#6307)
|
2024-06-03 10:07:23 +08:00 |
|
Gabor Kiss-Vamosi
|
9c5ca0e081
|
feat(lottie): add ThorVG based lottie widget
|
2024-05-23 18:25:17 +02:00 |
|
TridentTD
|
ec3d979005
|
fix(lv_msgbox): Automatically adjust msgbox's content height. (#6176)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-05-15 09:47:23 +08:00 |
|
Neo Xu
|
dfe50c5952
|
feat(draw_buf): add LV_DRAW_BUF_INIT macro to meet alignment requirement (#6102)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-05-08 23:53:28 +02:00 |
|
Gabor Kiss-Vamosi
|
0a03d9da1e
|
fix(example): fix the gradient text example (#6152)
|
2024-05-02 22:08:08 +08:00 |
|
Michael Simon
|
7cb266c086
|
feat(ci): Add CI test for UEFI build (#5964)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-04-20 20:49:56 +02:00 |
|
Zoltan Janosy
|
abc8a7292a
|
feat(draw/sw): added support for LV_COLOR_FORMAT_L8 (#5800)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: VIFEX <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Niklas Fiekas <niklas.fiekas@sartorius.com>
Co-authored-by: qinshijing <51692568+qinshijing@users.noreply.github.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-04-20 13:14:25 +02:00 |
|
zylalx1
|
47ec2784d8
|
chore: update some code and docs to use v9 API (#5876)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-04-10 15:17:44 +08:00 |
|
lhdjply
|
466e29a1be
|
feat(calendar): add chinese calendar (#5940)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-04-08 14:06:22 +02:00 |
|
liamHowatt
|
c6c2c1e961
|
feat(scale): mutiple line needles (#5937)
|
2024-03-29 10:33:29 +01:00 |
|
Michael Simon
|
352420cd54
|
refacter(conf): use defines for standard includes (#5767)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-03-20 12:10:33 +08:00 |
|
Kenji Mouri (Qi Lu)
|
10f9d98419
|
fix(stdlib): fix issues when using LVGL TLSF memory pool to manage more than 4 GiB of memory (#5720)
|
2024-02-24 21:06:31 +08:00 |
|
Gabor Kiss-Vamosi
|
3a60689b8a
|
fix(imagebutton): fix the example (#5719)
|
2024-02-22 21:09:33 +08:00 |
|
Gabor Kiss-Vamosi
|
e4b5386934
|
fix(example): fix lv_example_obj_2 (#5697)
|
2024-02-20 06:37:30 +01:00 |
|
Gabor Kiss-Vamosi
|
10978c94c2
|
feat(image, layer): add bitmap mask feature (#5545)
|
2024-02-10 20:57:46 +01:00 |
|
Johannes Marbach
|
152dc0b2be
|
feat(draw): add convenience methods for safely getting correct draw descriptor (#5505)
|
2024-01-29 08:19:58 +01:00 |
|
Gabor Kiss-Vamosi
|
5e161fe1f1
|
fix(keyboard): in the example set Arabic font if enabled (#5457)
|
2024-01-26 01:34:37 +08:00 |
|
lhdjply
|
d939316e26
|
chore(api_map): remove unused api and repalce error name api (#5367)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-01-18 20:30:39 +08:00 |
|
Gabor Kiss-Vamosi
|
fb0fc86895
|
refactor(style): rename style_anim_time -> style_anim_duration (#5338)
|
2024-01-15 17:59:18 +01:00 |
|
Gabor Kiss-Vamosi
|
74c72d7c7c
|
fix(calendar): style today and highlighted dates (#5310)
|
2024-01-14 21:30:04 +08:00 |
|
Ju1He1
|
ed2056b620
|
feat(windows): add some more decls spec attributes (#5259)
|
2024-01-14 13:50:23 +01:00 |
|
Carlos Diaz
|
91e2617410
|
feat(scale): use the style_length property for ticks (#5141)
|
2024-01-03 11:34:54 +01:00 |
|
Gabor Kiss-Vamosi
|
469c2cfcef
|
example: remove the MicroPython examples
See #4347
|
2023-12-21 10:02:44 +01:00 |
|
Xu Xingliang
|
8af0cfa7aa
|
chore(examples): use draw buffer for canvas
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-18 20:13:46 +01:00 |
|
_VIFEXTech
|
6bdadad1f3
|
chore: fix warning when log disable (#5018)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-12-15 16:03:08 +01:00 |
|
Gabor Kiss-Vamosi
|
cad4a4529c
|
refactor: lv_anim_set_playback_time -> lv_anim_set_playback_duration
|
2023-12-13 22:23:12 +01:00 |
|