Gabor Kiss-Vamosi
|
7a59cd15ec
|
docs(style): output the style properties to style-props.rst (#5802)
|
2024-03-10 14:46:40 +08:00 |
|
Neo Xu
|
46e338e341
|
fix(formatting): fix code formating (#5673)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-02-18 10:55:46 +08:00 |
|
Neo Xu
|
135ad49dce
|
refactor(snapshot): use draw buffer interface (#5487)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
|
2024-01-30 09:18:54 +01:00 |
|
Gabor Kiss-Vamosi
|
7c1cb04dee
|
fix(gridnav): fix warning when logging is disabled (#5395)
|
2024-01-19 10:00:10 +01: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 |
|
_VIFEXTech
|
32828206d1
|
chore(imgfont): simplify imgfont_dsc_t data structure (#5354)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-01-17 14:33:02 +01:00 |
|
_VIFEXTech
|
ff897e3b6f
|
fix(vg_lite): fix freetype build break and imgfont draw error (#5353)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-01-17 08:20:18 +01:00 |
|
_VIFEXTech
|
9849f65254
|
fix(vg_lite): fix warning (#5317)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-01-15 12:48:28 +01:00 |
|
Gabor Kiss-Vamosi
|
fe61f1fc94
|
fix: fix build error when some widgets are disabled (#5290)
|
2024-01-12 10:44:06 +08: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
|
469c2cfcef
|
example: remove the MicroPython examples
See #4347
|
2023-12-21 10:02:44 +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
|
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 |
|
Neo Xu
|
9b0533cb18
|
chore(example): fix compile warning (#4935)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-06 09:43:05 +01:00 |
|
Gabor Kiss-Vamosi
|
c902556794
|
fix(observer): fix the parameters of the observer_cb for Micropython compatibility
|
2023-12-05 14:25:20 +01:00 |
|
Gabor Kiss-Vamosi
|
f0988b8cf8
|
refactor(event): add _cb postfix to lv_obj_add_event()
|
2023-11-28 15:36:51 +01:00 |
|
Gabor Kiss-Vamosi
|
235d580a51
|
refactor: rename cnt to count
|
2023-11-15 22:42:33 +01:00 |
|
gcopoix
|
5267c0b9f4
|
feat(drivers): add x11 driver (display/input) support (#4795)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
|
2023-11-15 14:08:03 +01:00 |
|
Gabor Kiss-Vamosi
|
55f89a83cf
|
fix: fix MixroPython examples
|
2023-11-14 08:57:23 +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
|
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 |
|
Gabor Kiss-Vamosi
|
d28f80d362
|
refactor(style): rename shadow_ofs to shadow_offset
|
2023-10-31 19:10:02 +01: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
|
80149e7f98
|
refactor(msg): remove lv_msg in favor of lv_observer
|
2023-10-10 20:48:46 +02:00 |
|
Zoltan Janosy
|
4f541cf523
|
feat(observer): implemented an observer pattern (#4541)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-10-09 23:20:29 +02:00 |
|
_VIFEXTech
|
45fb2148d5
|
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-20 10:30:04 +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 |
|
Gabor Kiss-Vamosi
|
0b83a82a07
|
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
|
2023-08-19 01:42:37 +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 |
|
Gabor Kiss-Vamosi
|
45aa59a473
|
feat(draw_buf): add lv_draw_buf_t for stride support (#4423)
|
2023-07-31 18:44:02 +02:00 |
|
Gabor Kiss-Vamosi
|
b466045f13
|
chore: change some // comments to /**/
|
2023-07-15 18:39:11 +02:00 |
|
Gabor Kiss-Vamosi
|
f753265a79
|
arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
2023-07-05 13:05:19 +02:00 |
|
_VIFEXTech
|
77b77e8017
|
fix(examples/imgfont): fix warning (#4275)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-06-12 12:22:12 +02:00 |
|
Kevin Schlosser
|
e485dd8bb4
|
feat(docs): migrate from .md to .rst (#4129)
|
2023-04-27 14:42:02 +02:00 |
|
Gabor Kiss-Vamosi
|
1faa4c8d7a
|
revert(event): use original_target and target to follow JS conventions
fixes #4050
|
2023-03-20 14:24:21 +01:00 |
|
Uli Raich
|
d1c6c61780
|
example(micropython): updated MicroPython examples according to LVGL changes (#4031)
|
2023-03-10 21:44:12 +01:00 |
|
Gabor Kiss-Vamosi
|
680d6d1a7d
|
refactor(event): use lv_event_get_orignal_target instead of current_target
|
2023-03-06 12:50:46 +01:00 |
|
Gabor Kiss-Vamosi
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
_VIFEXTech
|
677ab54bda
|
fix(draw): center imgfont's drawing position (#3668)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
|
2022-10-26 13:53:53 +02:00 |
|
_VIFEXTech
|
d1e8c676a4
|
fix(examples): fix invalid include for unistd.h in file_explorer example (#3756)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-10-24 07:59:37 +02:00 |
|
honey the codewitch
|
57e0943b10
|
feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-09-26 17:30:07 +02:00 |
|
Uli Raich
|
29ec34be77
|
examples(micropython): add a few missing MP examples (#3672)
|
2022-09-21 11:21:36 +02:00 |
|
Uli Raich
|
de81f85ed7
|
examples(micropython): corrected examples to run on Linux (#3671)
|
2022-09-21 11:20:36 +02:00 |
|
Gabor Kiss-Vamosi
|
8f3f60337f
|
example(imgfont): fix the path of the image
related to https://github.com/lvgl/lvgl/issues/3637#issuecomment-1249047687
|
2022-09-21 08:58:19 +02:00 |
|
Gabor Kiss-Vamosi
|
8a2dd6c70a
|
chore(example): fix warnings
related to #3659
|
2022-09-05 10:14:26 +02:00 |
|
Yobe Zhou
|
7802d2006d
|
chore(file_explorer): use the correct example path (#3658)
|
2022-09-04 18:16:36 +02:00 |
|