Victor Wheeler
|
fe2331489b
|
docs(label): fix unintentional definition list in parts and styles section (#6735)
|
2024-08-26 16:54:24 +08:00 |
|
Gabor Kiss-Vamosi
|
51f06c097d
|
feat(sdl_render): support all draw task types (#6437)
|
2024-08-26 10:46:40 +02:00 |
|
yushuailong
|
d028a970a0
|
fix(indev): fix LV_EVENT_SCROLL_THROW_BEGIN not send to scroll_obj (#6693)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
|
2024-08-26 09:54:54 +02:00 |
|
Visa Harvey
|
016b397642
|
fix(tiny_ttf): Fix formatting specifier macro in lv_tiny_ttf_set_size (#6731)
|
2024-08-26 09:54:00 +02:00 |
|
Neo Xu
|
5a004a4db3
|
fix(nuttx): fix build break (#6732)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-08-26 10:13:40 +08:00 |
|
Neo Xu
|
03c3d552f0
|
chore(api): add api map for v9.1 (#6733)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-08-26 10:13:05 +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 |
|
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 |
|
Gabor Kiss-Vamosi
|
e28caac406
|
docs(arm): add overview docs for Arm (#6712)
|
2024-08-24 08:45:38 +02:00 |
|
Tobias Jakobi
|
a3e9208a88
|
fix(draw/neon): fix build break (#6682)
Co-authored-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
|
2024-08-23 22:58:48 +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 |
|
Erik Tagirov
|
e186b4c8b6
|
feat(driver): import Wayland driver from v8 (#6549)
|
2024-08-23 22:03:55 +02:00 |
|
becseya
|
aebb4d3ad3
|
feat(scripts): add default config generator (#6522)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
|
2024-08-23 21:38:25 +02:00 |
|
Gabor Kiss-Vamosi
|
ccb7bf29cc
|
feat(draw_sw): extend lv_draw_sw_rotate with L8 support (#6520)
|
2024-08-23 09:47:04 +02:00 |
|
zipeartnes
|
f2303758bf
|
feat(anim_timeline): add repeat and more (#6127)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-23 09:15:42 +02:00 |
|
Victor Wheeler
|
69e91cc560
|
fix(docbuild): Fix @file commands and guard macros. (#6689)
|
2024-08-23 08:45:45 +02:00 |
|
VIFEX
|
ed4cb19926
|
perf(draw): skip empty draw tasks (#6720)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-08-23 08:28:47 +02:00 |
|
Mike Trzaska
|
8d8b279638
|
feat(indev): add scroll_time and scroll_throw setter (#6723)
|
2024-08-23 14:25:43 +08:00 |
|
Liam
|
69d440335f
|
fix(fs): remove Arduino SD initialization (#6725)
|
2024-08-23 08:16:52 +02:00 |
|
Gabor Kiss-Vamosi
|
f874ab3e9a
|
fix(benchmark): use assets only from its own folder (#6666)
|
2024-08-23 06:19:04 +02:00 |
|
Gabor Kiss-Vamosi
|
a7853fbe56
|
docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713)
|
2024-08-23 08:43:46 +08:00 |
|
Victor Wheeler
|
77892ee0ad
|
fix(Kconfig): remove leading spaces on line 1692 (#6695)
|
2024-08-23 08:43:13 +08: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 |
|
Gabor Kiss-Vamosi
|
3313664b70
|
chore: move the astyle repo to the lvgl organization (#6614)
|
2024-08-22 02:16:47 +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 |
|
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 |
|
Koen De Vleeschauwer
|
5f7a5605cd
|
fix(rtthread): display driver hang (#6667)
|
2024-08-21 11:47:12 +02:00 |
|
Gabor Kiss-Vamosi
|
f8e0932316
|
feat(freertos): add functions to better measure the CPU usage (#6619)
|
2024-08-21 11:46:51 +02:00 |
|
Fabian Blatz
|
b78a4de898
|
chore(docs): update Zephyr documentation (#6581)
|
2024-08-21 11:46:40 +02:00 |
|
Neo Xu
|
afcf722e6f
|
fix(objid): free old id before assign new one (#6697)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-08-21 10:20:37 +02:00 |
|
Neo Xu
|
78d29d2853
|
fix(demo): fill image->data_size field (#6710)
|
2024-08-21 08:31:05 +08:00 |
|
yushuailong
|
c52aa10128
|
chore(display): prevent disp_refr from becoming a wild pointer (#6618)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
|
2024-08-17 18:27:04 +02:00 |
|
Fabian Blatz
|
d7b82c7966
|
feat(core): Add lv_group_get_obj_by_index method (#6589)
|
2024-08-15 09:41:22 +02:00 |
|
Tomas Rezucha
|
58c7bb110a
|
docs(espressif): Update Espressif's documentation with esp_lvgl_port (#6658)
|
2024-08-15 09:40:41 +02:00 |
|
Neo Xu
|
c37ad55160
|
feat(draw_buf): make draw buf API more OOP style (#6427)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-08-15 09:40:05 +02:00 |
|
Liam
|
44eb318d54
|
feat(opengles): multiple windows and embed user opengl textures (#6600)
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
|
2024-08-15 11:06:59 +08:00 |
|
yushuailong
|
d2545c3ecf
|
fix(indev): fix indev not send gesture event (#6676)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
|
2024-08-14 10:13:00 +08:00 |
|
VIFEX
|
491b899c14
|
fix(indev): swap the order of sending indev events and obj events (#6636)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-14 10:12:38 +08:00 |
|
Liam
|
cda2d609bb
|
feat(obj): add lv_obj_null_on_delete (#6599)
|
2024-08-13 23:58:03 +08:00 |
|
Makoto Schoppert
|
2d2a18b346
|
chore(demos/README.md): fix typo LV_MEME_SIZE (#6669)
|
2024-08-13 11:06:09 +02:00 |
|
Liu Yi
|
51649d5e82
|
fix(scripts): fix update_version error (#6662)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-08-13 11:05:46 +02:00 |
|
Lemon
|
0e60911f8a
|
fix(refr): reshape using draw_buf stride (#6567)
Signed-off-by: liujp <liujp@xiaomi.com>
Co-authored-by: liujp <liujp@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-13 10:08:05 +02:00 |
|
Antoine Villeret
|
90cfb6c61b
|
feat(indev): add long press time setter (#6664)
|
2024-08-13 10:20:15 +08: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 |
|
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 |
|
Benign X
|
cd9ff84788
|
chore(tiny_ttf): fix docstring on each API (#6514)
Co-authored-by: PGNetHun <gabor.p1983@gmail.com>
|
2024-08-12 14:49:12 +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
|
14461f1d9d
|
fix(docbuild): Doxygen warnings from format errors (part 1 of 2) (#6652)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-12 14:20:15 +02:00 |
|
Tomas Rezucha
|
8699a7e86e
|
feat(cmake): Make LVGL version available for all CMake environments (#6654)
|
2024-08-09 12:29:22 +08:00 |
|