bjsylvia
|
bdd6209973
|
feat(demos): allow specifying parent for widgets and music demos (#9444)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Signed-off-by: bjsylvia <bjsylvia@163.com>
|
2026-01-05 12:32:19 +08:00 |
|
André Costa
|
9c75f16b75
|
feat(api_mapping): add ability to disable api mapping (#8745)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
|
2025-09-18 14:12:37 +02:00 |
|
Victor Wheeler
|
8c57e60a33
|
refactor(lv_part_t/lv_state_t): refactor to align types with prototypes (#8511)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2025-07-31 16:38:09 +02:00 |
|
yushuailong
|
56fbfabc79
|
fix(opa): corrected incorrect usage of LV_OPA_MIN (#8161)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
|
2025-04-28 17:16:54 +08:00 |
|
Gabor Kiss-Vamosi
|
e819dd72b7
|
feat(draw): add comments and unify struct names (#7878)
|
2025-03-24 20:40:14 +01:00 |
|
Victor Wheeler
|
64e01e5248
|
feat(anim): clarify reverse play in animation API (#7338)
|
2024-12-18 07:43:00 +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 |
|
Gabor Kiss-Vamosi
|
7bccca027a
|
chore(api): prevent API leaks (cache and thread) (#7220)
|
2024-11-13 12:37:37 +01:00 |
|
Liam
|
7c020e06fb
|
fix(assets): add missing strides (#6790)
|
2024-09-04 12:59:36 +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 |
|
Liu Yi
|
b6998e8aa0
|
chore(logo): update lvgl logo (#6416)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-07-05 00:19:44 +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 |
|
Gabor Kiss-Vamosi
|
21a6a8bb87
|
fix(demo): make the music player correctly work with v9 (#6302)
|
2024-06-23 18:54:53 +08:00 |
|
Gabor Kiss-Vamosi
|
7a13d56c59
|
fix(benchmark): use the correct subject for performance data (#6237)
|
2024-05-27 06:46:48 +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 |
|
verosys
|
5764436f13
|
fix(demo_music): fix the previous button in the music demo is not clickable (#5808)
|
2024-03-07 22:53:31 +08:00 |
|
_VIFEXTech
|
aad5a325d5
|
chore: add stride information in the image resource file (#5653)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2024-02-15 11:58:18 +08:00 |
|
Neo Xu
|
7579b96b9b
|
fix(image): add data_size filed to all c-array images (#5608)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-02-07 12:13:00 +08:00 |
|
Gabor Kiss-Vamosi
|
c835e888b1
|
demo(music): add png assets (#5520)
|
2024-01-29 13:14:10 +01:00 |
|
lhdjply
|
6528e38ed0
|
fix:replace lv_image_get_zoom with lv_image_get_scale (#5383)
|
2024-01-18 21:41:11 +08:00 |
|
Gabor Kiss-Vamosi
|
f2cb462be3
|
fix(anim): fix missing changes from #5378 (#5380)
|
2024-01-18 21:25:55 +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
|
3883b61a7d
|
refactor(anim): rename ready_cb to completed_cb (#5378)
|
2024-01-18 11:07:29 +01:00 |
|
Gabor Kiss-Vamosi
|
fb0fc86895
|
refactor(style): rename style_anim_time -> style_anim_duration (#5338)
|
2024-01-15 17:59:18 +01:00 |
|
lhdjply
|
ff9e63a393
|
fix(music): fix image display errors in 16 bit and 24 bit errors (#5291)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-01-12 10:16:55 +01:00 |
|
Gabor Kiss-Vamosi
|
8df95aaf4b
|
fix(grid,flex): fix compile errors when grid or flex is disabled (#5289)
|
2024-01-12 10:41:14 +08:00 |
|
Gabor Kiss-Vamosi
|
cad4a4529c
|
refactor: lv_anim_set_playback_time -> lv_anim_set_playback_duration
|
2023-12-13 22:23:12 +01:00 |
|
Gabor Kiss-Vamosi
|
d5daccdd48
|
docs: update API comments
|
2023-12-13 22:23:03 +01:00 |
|
Neo Xu
|
e8d5594026
|
refactor(anim): rename anim time to anim duration (#4978)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-11 12:35:22 +01:00 |
|
_VIFEXTech
|
03be9b201d
|
fix(demo_music): fix wrong fps print (#4952)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-12-07 19:34:41 +01:00 |
|
Gabor Kiss-Vamosi
|
f0988b8cf8
|
refactor(event): add _cb postfix to lv_obj_add_event()
|
2023-11-28 15:36:51 +01:00 |
|
Neo Xu
|
511feb39be
|
chore(image): remove explicit initialization to always_zero (#4796)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-11-18 08:10:22 +01:00 |
|
Viktor Szépe
|
cc6581ae03
|
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
|
2023-11-10 15:37:23 +01:00 |
|
Gabor Kiss-Vamosi
|
cad26b55ae
|
fix(demo): fix music player demo initial animation
|
2023-11-06 20:19:09 +01:00 |
|
Gabor Kiss-Vamosi
|
96ce505651
|
fix(demo): fix showing the average FPS
|
2023-11-06 14:25:35 +01:00 |
|
bjsylvia
|
cafc8393a7
|
fix(leak): fix memory leak on music list (#4732)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-02 09:33:39 +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 |
|
lion2tomato
|
f273475d28
|
fix issue:LVGL V9 music compiling error (#4703)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
|
2023-10-24 20:45:43 +02:00 |
|
Viktor Szépe
|
742682ae51
|
chore: fix execute permissions and shebangs (#4695)
|
2023-10-24 09:41:51 +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
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
bjsylvia
|
06238e4947
|
fix(music): delete timer when deleting related-object (#4558)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-14 19:12:47 +02:00 |
|
bjsylvia
|
378ad2492c
|
fix(music): fix anim and timer crash when delete music demo (#4523)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-05 22:10:54 +02:00 |
|
bjsylvia
|
67ca457a07
|
fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-14 16:49:30 +02:00 |
|
_VIFEXTech
|
9a483c87bf
|
feat(layer): add more efficient widget translucent mode (#4415)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-14 07:57:19 +02:00 |
|
bjsylvia
|
657dfe9615
|
fix: fix compiling warning on Mac (#4379)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-07-15 20:08:25 +02:00 |
|
Gabor Kiss-Vamosi
|
b466045f13
|
chore: change some // comments to /**/
|
2023-07-15 18:39:11 +02:00 |
|
Peter Bee
|
36c5f19c95
|
fix(kconfig): update Kconfig and lv_conf_kconfig.h (#4338)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
Signed-off-by: Peter Bee <pbjd97@gmail.com>
|
2023-07-09 23:27:32 +02:00 |
|