1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

8279 Commits

Author SHA1 Message Date
Niklas Fiekas
2791d5739f
feat(tiny_ttf): backport Tiny TTF to lvgl 8 (#4727) 2023-11-03 00:03:09 +01:00
lhdjply
68d380eb90
fix(ime_pinyin): keep cursor in the textarea when a candidate is pressed (#4731) 2023-11-02 09:21:56 +01:00
Gabor Kiss-Vamosi
20b6199ba9 fix(arc): fix setting value by click 2023-10-25 11:54:45 +02:00
LionYu
7efcea6d08
chore(cmake): add support for user-specified lv_conf.h path (#4689) 2023-10-23 16:45:40 +02:00
Saeed Poorjandaghi
7f894cf755
fix(draw_needles): changed needle line draw start point from scale ce… (#4682) 2023-10-23 16:44:23 +02:00
hermitsoft
fa40b05191 feat(littlefs): add lv_fs_littlefs system as a driver (#4677)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-10-20 22:38:01 +02:00
Carlos Diaz
17c580fad6
fix(arc): handle click outside background angle range (#4586) (#4667) 2023-10-19 10:13:39 +02:00
Vic
454e45429c
fix(meter): fix minor issues (#4657) 2023-10-16 17:25:31 +02:00
Gabor Kiss-Vamosi
9fbac7570b docs: fix typo
see #4644
2023-10-13 15:57:54 +02:00
Tomasz Jastrzębski
1e381f11bf
STM32U5 DMA2D support (8.3) (#4643) 2023-10-10 22:51:23 +02:00
Gabor Kiss-Vamosi
d22cda3cdb fix: fix warning in lv_draw_sw_letter.c 2023-10-06 09:57:19 +02:00
Fabian Blatz
869cc63003
backport: fix(lv_disp): fix lv_scr_load_anim being called twice quickly (#4629) 2023-10-06 09:51:57 +02:00
hermitsoft
73fa50afa0
docs(obj): fix wording (#4625) 2023-10-04 13:27:24 +02:00
Gabor Kiss-Vamosi
7a8fcbfd34 fix(draw): fix scaling rectangle parts with opa
fixes #4611
2023-10-02 15:43:59 +02:00
Gabor Kiss-Vamosi
7568df77d1 chore: fix compile error 2023-10-02 15:35:34 +02:00
Carlos Diaz
9a673e447d
chore(lv_draw_sw_letter.c): Fix print format (#4615) 2023-10-02 15:08:39 +02:00
Carlos Diaz
3b2d75be02
fix(draw): fix compiler error in lv_draw_sw_transform.c #2 (#4612)
Co-authored-by: Victor Wheeler <vaw_info998@comcast.net>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-09-29 09:50:18 +02:00
Carlos Diaz
87ff746e21
docs(label): update text for recoloring (#4606) 2023-09-27 12:22:17 +02:00
linyiyang
14e21d27fb
fix(dropdown): avoid partial match in lv_dropdown_get_option_index (#4598) 2023-09-26 12:49:37 +02:00
linyiyang
ff4f3f9769
fix(dropdown): reset char_i = 0, avoid access overflow (#4589) 2023-09-24 21:02:41 +02:00
Gregor
a7a9d278c4
fix(btnmatrix): set LV_BTNMATRIX_BTN_NONE when clicking of disabled button (#4571) (#4578)
Co-authored-by: Gregor Buß <gb@tetratec.de>
2023-09-21 10:35:59 +02:00
Gabor Kiss-Vamosi
06e229cc76 release v8.3.10 v8.3.10 2023-09-20 11:55:01 +02:00
Gabriel Wang
9e388055ec
chore(cmsis-pack): create cmsis-pack for v8.3.10 (#4572) 2023-09-20 11:52:45 +02:00
Gabor Kiss-Vamosi
eb87767cc6 chore: code formatting 2023-09-15 00:54:32 +02:00
Gabor Kiss-Vamosi
01cd1fed9d fix(vglite): be sure end_angle > start_angle in arc drawing 2023-09-15 00:52:09 +02:00
Gabor Kiss-Vamosi
28094404ad fix(refr): fix single buffered direct mode
fixes 9787d47d0
2023-09-08 22:39:12 +02:00
defogprog
e2b19eb4ac
fix: build on Windows (MinGW environment) (#4538)
Co-authored-by: Andrii Samozvon <samozvon.a@ajax.systems>
2023-09-08 22:06:59 +02:00
kolliemo
bff1f22970
fix(docs): dropdown: fix function name in description of static options (#4535) 2023-09-08 22:01:50 +02:00
Lukasz Skalski
9787d47d0b
fix: do not copy invalid areas if not double buffered mode (#4526) 2023-09-07 13:51:33 +02:00
_VIFEXTech
6548ea0f29 feat(style): backport opa_layered 2023-09-03 20:00:15 +02:00
Xiaosheng An
1375ea85a1
Update screen object opacity function documentation (#4505) 2023-09-01 00:25:25 +02:00
Gabor Kiss-Vamosi
a296456591 docs(calendar): update according to v8.2 changes 2023-08-30 15:59:15 +02:00
Brandon Holland
336f24127a
feat(disp): add double buffered direct-mode efficient sync algorithm (v8.3) (#4497)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-08-29 20:23:50 +02:00
Gabor Kiss-Vamosi
1c5df6c665 demo(sress): fix issues when the stress test is opened/clsoed multiple times 2023-08-27 21:17:38 +02:00
Xiaosheng An
7d314aab62
fix(sdl): add missing parameter in lv_draw_sdl_composite_texture_obtain (#4490) 2023-08-25 23:02:35 +02:00
Gabor Kiss-Vamosi
fd21ed0eb8 ci: update screenshot compare from v9 to automatically create missing reference images 2023-08-25 14:25:15 +02:00
Gabor Kiss-Vamosi
5fc488a088 ci(dropdown): fix test 2023-08-25 14:24:49 +02:00
Gabor Kiss-Vamosi
f174589240 fix(dropdown): position to the selected item in lv_dropdown_set_selected 2023-08-25 13:25:22 +02:00
Gabor Kiss-Vamosi
bcebafe4fb
docs(simulator): remove SDL support from the Visual Studio project 2023-08-13 22:13:47 +02:00
BurkerA
8063fac793
fix(btnmatrix): fix tapping just outside a button in a buttonmatrix
See #4439
2023-08-09 14:43:21 +02:00
Gabor Kiss-Vamosi
9ec3b8706b docs: update changelog v8.3.9 2023-08-06 22:28:22 +02:00
Gabriel Wang
bdf5bfb88c
chore(cmsis-pack): prepare for release v8.3.9 (#4424) 2023-08-06 22:25:47 +02:00
Gabor Kiss-Vamosi
4f102d7b6b fix: use const lv_img_dsc_t * dsc function parameter in lv_img_buf.h/
fixes #4421
2023-08-01 09:51:44 +02:00
Gabor Kiss-Vamosi
810852b41b
docs(disp): metined that rotation rotates the touch coordinates too
related to #4409
2023-07-28 10:17:01 +02:00
Neo Xu
21e95bc1b3
fix(decoder): fix LV_IMG_CF_ALPHA_8BIT bin file decoder (#4406)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-07-26 17:38:15 +02:00
fronders
dbcf56288e
fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR (#4403) 2023-07-25 15:32:03 +02:00
fronders
eee2dd1864
fix(attr): refactor LV_ATTRIBUTE_* for function attributes (#4404)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-07-25 15:13:35 +02:00
the-programmer
141f4b8ab3
fix(font): fix optimizer issue in lv_font_fmt_txt.c (#4385)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-07-21 09:51:37 +02:00
Gabor Kiss-Vamosi
f9ffcc9d8e fix(chart): fix lv_chart_get_point_pos_by_id
fixes #4367
2023-07-15 19:36:09 +02:00
Gabor Kiss-Vamosi
385d999a4a fix(imgbtn): support LV_OBJ_FLAG_CHECKABLE
fixes #4373
2023-07-14 21:04:18 +02:00