faxe1008
|
1480e0470e
|
docs(indev): add explanation for LV_INDEV_TYPE_BUTTON (#4478)
|
2023-08-23 14:42:24 +02:00 |
|
Gabor Kiss-Vamosi
|
5d604b46ab
|
ci(test): add more tests for LV_OBJ_FLAG_OVERFLOW_VISIBLE
|
2023-08-22 23:44:45 +02:00 |
|
Gabor Kiss-Vamosi
|
c7e8b8447d
|
feat(obj): add LV_OBJ_FLAG_OVERFLOW_VISIBLE again
|
2023-08-22 22:45:39 +02:00 |
|
Gabor Kiss-Vamosi
|
72a62f4eda
|
example(ffmpeg): enable the MicroPython example
|
2023-08-22 10:47:38 +02:00 |
|
bjsylvia
|
83cd50b4df
|
fix(typos): fix some typos for style (#4469)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-20 21:03:24 +02:00 |
|
bjsylvia
|
a950fe5408
|
fix(ffmpeg): fix error linesize (#4472)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-19 22:26:50 +02:00 |
|
bjsylvia
|
21f3659559
|
fix(draw_buf): runtime error: applying non-zero offset 3 to null pointer (#4471)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-19 22:23:01 +02:00 |
|
bjsylvia
|
a711c8b427
|
chore(multi-instance): update description of related documents (#4470)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-19 22:22:00 +02:00 |
|
bjsylvia
|
44a36354e8
|
fix(style): runtime error: applying zero offset to null pointer (#4468)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-19 22:18:30 +02:00 |
|
Gabor Kiss-Vamosi
|
8a1396d770
|
chore(global): check if LOG is enabled
|
2023-08-19 01:48:54 +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 |
|
Gabor Kiss-Vamosi
|
1f807ae714
|
feat(draw_buf): add option to select draw_buf implementation
|
2023-08-18 23:01:56 +02:00 |
|
Benign X
|
ae3567cb46
|
fix(chart): fix off-by-one error in chart widget (#4461)
Signed-off-by: W-Mai <1341398182@qq.com>
|
2023-08-18 10:58:35 +02:00 |
|
xaowang96
|
d47a44f225
|
feat(bar): add DIR_RTL support in vertical mode (#4459)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
|
2023-08-17 13:57:35 +02:00 |
|
Kevin Schlosser
|
dcffe24094
|
fix: add guard macros to lv_style_gen.c,h and lv_obj_style_gen.c,h (#4450)
|
2023-08-16 22:24:37 +02:00 |
|
Peter Bee
|
ea6d27682b
|
fix(Kconfig): add Kconfig for draw buf alignments and obj. style cache (#4457)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
|
2023-08-16 22:22:29 +02:00 |
|
Gabor Kiss-Vamosi
|
6b8d1e94b4
|
example(canvas): fix canvas examples
|
2023-08-16 06:59:31 +02:00 |
|
Gabor Kiss-Vamosi
|
3631ad4b78
|
chore(style): add lv_style_is_const() for better readability
|
2023-08-15 12:48:54 +02:00 |
|
Peter Bee
|
d1890895a4
|
fix(misc): fix build warning with lv_style.h (#4458)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
|
2023-08-15 12:44:09 +02:00 |
|
faxe1008
|
4ff76dffa1
|
fix(kconfig): Change LV_CONF_SKIP default value (#4455)
Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
|
2023-08-15 12:22:32 +02:00 |
|
Gabor Kiss-Vamosi
|
4fe5933630
|
feat(img): update the bits in lv_img_header_t
See #4382
|
2023-08-15 12:19:09 +02:00 |
|
Gabor Kiss-Vamosi
|
4736ebfbca
|
perf(style): speed up getting stye properties by adding LV_OBJ_STYLE_CACHE
|
2023-08-15 07:31:33 +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 |
|
Kevin Schlosser
|
e01994dc6c
|
chore: removes unused function (#4449)
|
2023-08-14 16:46:41 +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 |
|
Gabor Kiss-Vamosi
|
7f5e24771e
|
docs(simulator): remove SDL support from the Visual Studio project
|
2023-08-13 22:14:27 +02:00 |
|
Gabor Kiss-Vamosi
|
9064e121ba
|
feat(draw_buf): add lv_draw_buf_get_buf to properly handle mem align
|
2023-08-13 20:56:31 +02:00 |
|
incity
|
ebc1f43f40
|
chore(bidi): fix typo (#4447)
|
2023-08-11 20:40:34 +02:00 |
|
Kevin Schlosser
|
5433b2b579
|
chore(refr): removes unused macro (#4446)
|
2023-08-11 20:39:58 +02:00 |
|
Gabor Kiss-Vamosi
|
7fb3d7eb38
|
fix(img_draw): fix recoloring of RGB565A8 images
|
2023-08-11 19:40:42 +02:00 |
|
Gabor Kiss-Vamosi
|
c49cdb386f
|
fix(arc): fix setting value in REVERSED mode
|
2023-08-11 19:09:42 +02:00 |
|
_VIFEXTech
|
afa28a17aa
|
fix(fragment): catch wrong instance_size (#4442)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-08-10 09:32:58 +02:00 |
|
Gabor Kiss-Vamosi
|
76d4e56036
|
feat(sdl): make SDL work with all rendering modes and 1 or 2 buffers
|
2023-08-10 08:23:01 +02:00 |
|
Gabor Kiss-Vamosi
|
52caac9de3
|
fix(indev): do no defocus if the same it object is clicked again
|
2023-08-10 07:52:17 +02:00 |
|
Gabor Kiss-Vamosi
|
9a15c1f9c5
|
fix(refr): fix double buffered direct mode
|
2023-08-10 07:50:59 +02:00 |
|
incity
|
014905ad3c
|
chore(bidi): minor optimization (#4441)
|
2023-08-10 06:25:02 +02:00 |
|
Uli Raich
|
73de6a2e94
|
added Python version of lv_example_tiny_ttf_3 (#4437)
|
2023-08-08 10:46:57 +02:00 |
|
qinshijing
|
9c7fcdaf19
|
feat(indev): change the feedback callback parameter to lv_event_t* (#4435)
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
|
2023-08-06 23:19:33 +02:00 |
|
Gabor Kiss-Vamosi
|
96cb434a64
|
ci(img): add reserved field to lv_img_dsc_t for backward comaptibility
|
2023-08-06 14:50:12 +02:00 |
|
Gabor Kiss-Vamosi
|
ae476628be
|
Update ROADMAP.rst
|
2023-08-06 14:34:43 +02:00 |
|
Gabor Kiss-Vamosi
|
e48b8fe784
|
fix(refr): fix area size in partial mode (again)
|
2023-08-03 23:53:41 +02:00 |
|
Gabor Kiss-Vamosi
|
e3c435860d
|
fix(refr): fix area size in partial mode
|
2023-08-03 19:53:37 +02:00 |
|
sirius506
|
af8c55724d
|
fix(tiny_ttf): re-initialize cache contents when cleared (#4426)
|
2023-08-03 15:55:58 +02:00 |
|
António Oliveira
|
5d056ed2b9
|
build(cmake): allow correct use of LV_CONF_PATH (#4428)
Signed-off-by: António Oliveira <antonio@amsobr.com>
Co-authored-by: António Oliveira <antonio@amsobr.com>
|
2023-08-02 22:06:05 +02:00 |
|
Gabor Kiss-Vamosi
|
9285f44539
|
chore: fix lv_example_img_1()
|
2023-07-31 18:50:45 +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
|
35c23a4069
|
ci: fix potential out of memory issue
|
2023-07-31 18:22:13 +02:00 |
|
Gabor Kiss-Vamosi
|
891057dbfd
|
Merge branch 'master' of https://github.com/lvgl/lvgl
|
2023-07-31 18:07:30 +02:00 |
|
Peter Bee
|
9beca819fb
|
fix(draw): Check for decoder result in sw_draw_img (#4416)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
|
2023-07-31 12:46:33 +02:00 |
|
_VIFEXTech
|
5167731ede
|
feat(refr): use ASSERT to capture the invalidate area situation during rendering (#4410)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-07-31 12:38:46 +02:00 |
|