1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

171 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
a7853fbe56
docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713) 2024-08-23 08:43:46 +08:00
becseya
a476098fcc
feat(fs): default drive letter + ESP FS docs (#6367)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-21 11:47:29 +02:00
Carlos Diaz
5cc4aec82a
docs(scale): Add note about major tick label calculation when no custom labels are set (#6585) 2024-08-12 14:52:12 +02:00
Liam
a246b47e5a
docs(msgbox): update to reflect latest (#6603) 2024-08-02 12:21:26 +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
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
Niklas Fiekas
063a09de92
docs(tileview): fix tileview column/row argument order (#6388) 2024-06-20 13:10:21 +02:00
lhdjply
b9278aed00
docs(lottie): fix missing lottie link on the widgets index (#6272)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-05-27 19:27:06 +02:00
Gabor Kiss-Vamosi
9c5ca0e081 feat(lottie): add ThorVG based lottie widget 2024-05-23 18:25:17 +02:00
Clyde Stubbs
2575978e66
fix(docs): fix typo for LV_KEYBOARD_MODE_SPECIAL (#6136) 2024-04-29 20:28:52 +02:00
lhdjply
f78a5761cc
docs(calendar): move instruction to the usage section (#6045)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-04-12 01:10:23 +08: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
Gabor Kiss-Vamosi
f5c59f3f82
docs(image): update align to inner_align (#5721) 2024-02-22 22:44:45 +08:00
Gabor Kiss-Vamosi
3a60689b8a
fix(imagebutton): fix the example (#5719) 2024-02-22 21:09:33 +08:00
PGNetHun
e71269d046
docs(tabview): fix tabview doc (#5588) 2024-02-05 08:56:08 +01:00
J. Neuschäfer
e301af41c7
feat(doc): Update display-related documentation to new API (#5489) 2024-01-26 01:38:26 +08:00
Carlos Diaz
87e9d549b1
feature(calendar): add interface to set a custom year list (#5227) 2024-01-11 03:26:47 +01:00
PGNetHun
e37658c061
docs: fix references, lists, texts (#5193) 2024-01-06 08:34:02 +01:00
PGNetHun
2a129562d8
docs: fix links, add references, rename files (#5138) 2024-01-04 07:25:13 +01:00
Carlos Diaz
91e2617410
feat(scale): use the style_length property for ticks (#5141) 2024-01-03 11:34:54 +01:00
PGNetHun
e0f7f31538
docs(image): fix expression formatting, and correct names (#5125) 2023-12-29 10:16:35 +08:00
Gabor Kiss-Vamosi
21c2c0c168 docs: add v9 CHANGELOG 2023-12-16 17:02:48 +01:00
Gabor Kiss-Vamosi
d5daccdd48 docs: update API comments 2023-12-13 22:23:03 +01:00
Gabor Kiss-Vamosi
88865dd910 refactor: minor refactoring and widget docs update 2023-12-11 18:16:07 +01:00
PGNetHun
91020ea20e
fix(table): rename shortened function names to full names (#4918) 2023-12-04 22:57:47 +01:00
Gabor Kiss-Vamosi
f0988b8cf8 refactor(event): add _cb postfix to lv_obj_add_event() 2023-11-28 15:36:51 +01:00
GoT
0b22070d64
chore: fix typo related to lv_msgbox (#4882) 2023-11-28 14:58:09 +01:00
bjsylvia
950cebf971
fix(typos): fix some typos (#4864)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-26 20:41:09 +01:00
Gabor Kiss-Vamosi
b56107ae05 refactor: fix typos 2023-11-15 22:58:07 +01:00
Gabor Kiss-Vamosi
4044856553 refactor: rename col to column 2023-11-15 22:42:34 +01:00
Gabor Kiss-Vamosi
235d580a51 refactor: rename cnt to count 2023-11-15 22:42:33 +01:00
Gabor Kiss-Vamosi
16302e9c7b chore: rename zoom_x/y paramters and local variables to scale_x/y 2023-10-31 20:19:12 +01:00
Gabor Kiss-Vamosi
a5a58e39d2 refactor: replace lv_coord_t with int32_t 2023-10-31 19:25:01 +01:00
Gabor Kiss-Vamosi
50d01cec3d refactor(style): rename lv_indev_get_act to lv_indev_active 2023-10-31 19:20:36 +01:00
Viktor Szépe
f9572ed303
chore: remove BOM and fix typos (#4685) 2023-10-22 06:39:43 +02:00
xaowang96
8f57f12a44
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2023-10-20 23:22:56 +02:00
Gabor Kiss-Vamosi
4081130dd9 docs(scale): fix scale docs 2023-10-19 11:36:27 +02:00
Gabor Kiss-Vamosi
74ca34c8de docs(scale): fix rst 2023-10-19 10:50:16 +02:00
Gabor Kiss-Vamosi
bccbde0cef refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale 2023-10-12 21:50:46 +02:00
Gabor Kiss-Vamosi
9ec5417dd3 refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state 2023-10-12 21:12:16 +02:00
Gabor Kiss-Vamosi
6163437afd refactor(scale): remove lv_meter use lv_scale instead 2023-10-12 17:21:52 +02:00
Raúl Gotor
0b66468f2f
ci(span): add unit test (#4595) 2023-10-02 18:04:01 +02:00
PGNetHun
8c2fc7ec4b
chore: code and documentation cleanups, renames and fixes (#4607) 2023-09-27 12:23:40 +02:00
Gabor Kiss-Vamosi
f0c58a1719
chore(label): fix typo and add some description to test align 2023-09-24 21:31:11 +02:00
Gabor Kiss-Vamosi
94245932e4
docs(label): mention how the use text align
fixes https://github.com/lvgl/lvgl/issues/2816#issuecomment-1730051132
2023-09-22 11:12:32 +02:00
Carlos Diaz
5c1fc63647
feat(scale): add the lv_scale widget (#4196)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-08-31 15:09:40 +02:00
Chris Ring
b001d684fe
docs: fix misc typos throughout (#4413)
Signed-off-by: Chris Ring <c-ring@ti.com>
2023-07-27 22:35:12 +02:00
Kevin Schlosser
8c99b359d2
docs: fixes several issues related to migrating to rst (#4213) 2023-05-08 16:45:28 +02:00
J. Neuschäfer
bc9bcaa6b7
chore(docs): fix a few typos (#4170)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-04-28 11:08:42 +02:00