Gabor Kiss-Vamosi
|
ea83ca5460
|
add at least one object in benchmark
|
2024-02-06 09:40:44 +01:00 |
|
Gabor Kiss-Vamosi
|
29fc10af80
|
unify the summary table with v9
|
2024-02-05 19:31:34 +01:00 |
|
Gabor Kiss-Vamosi
|
0104c69c6f
|
follow v9 changes in performance measurement
|
2024-02-05 18:41:04 +01:00 |
|
Gabor Kiss-Vamosi
|
a66810dd0d
|
run code formatter
|
2024-01-25 10:17:54 +01:00 |
|
Gabor Kiss-Vamosi
|
3e53ed7335
|
fix: make it work without the benchmark too
|
2024-01-25 10:16:23 +01:00 |
|
Gabor Kiss-Vamosi
|
69aed6ce7c
|
fix times
|
2023-12-19 16:13:45 +01:00 |
|
Gabor Kiss-Vamosi
|
b9a0dabca9
|
show flush time too
|
2023-12-19 16:08:34 +01:00 |
|
Gabor Kiss-Vamosi
|
5614bc466f
|
first attempt
|
2023-12-19 15:45:58 +01:00 |
|
Peter
|
6c66a491b8
|
fix(chart): fix memory leak in lv_chart_remove_series (#5001)
Co-authored-by: Peter Hjärtquist <peter.hjartquist@btg.com>
|
2023-12-13 15:44:20 +01:00 |
|
Gabor Kiss-Vamosi
|
b7a20df38f
|
docs: add banner
|
2023-12-11 22:59:24 +01:00 |
|
Niklas Fiekas
|
dba431a3d0
|
docs(sjpg): color depth no longer limited to 16 bits (#4971)
|
2023-12-11 12:51:04 +01:00 |
|
Niklas Fiekas
|
9ba2992582
|
fix(snapshot): set data_size on returned dsc (#4972)
|
2023-12-11 12:45:46 +01:00 |
|
Gabor Kiss-Vamosi
|
74d0a816a4
|
release v8.3.11
v8.3.11
|
2023-12-06 15:01:19 +01:00 |
|
Gabriel Wang
|
8194d83226
|
chore(cmsis-pack): prepare for v8.3.11 (#4936)
|
2023-12-06 14:57:31 +01:00 |
|
Gabor Kiss-Vamosi
|
1840decb41
|
fix(qrcode): use LV_ASSERT instead of assert
|
2023-12-06 09:12:24 +01:00 |
|
Gabor Kiss-Vamosi
|
ef76206c75
|
fix(disp): fix infinite recursive SCREEN_LOADED events
|
2023-12-05 10:27:36 +01:00 |
|
Niklas Fiekas
|
4fdc4c20b7
|
fix(obj): readjust scroll after layout when child removed (#4921)
|
2023-12-04 22:06:59 +01:00 |
|
Meco Man
|
85776aeec3
|
fix(rt-thread): fix create lvgl thread problem (#4862)
Co-authored-by: Rbb666 <64397326+Rbb666@users.noreply.github.com>
|
2023-11-26 20:37:39 +01:00 |
|
Gabor Kiss-Vamosi
|
d20bd1ca39
|
fix(keyboard): add '&' character
|
2023-11-23 08:53:35 +01:00 |
|
Neo Xu
|
c16bfdc227
|
fix(obj): fix arduino compile warnings (#4807)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2023-11-14 14:21:47 +01:00 |
|
lhdjply
|
3b6f98a938
|
fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' (#4804)
|
2023-11-14 13:12:56 +01:00 |
|
Oleg Belousov
|
6c86969ee0
|
fix(table) user data API functions renamed (#4769)
Co-authored-by: Oleg Belousov <bov@silentwings.ru>
|
2023-11-10 13:51:05 +01:00 |
|
Oleg Belousov
|
fdfff5c0b8
|
feat(table): add user_data to table cells (#4767)
Co-authored-by: Oleg Belousov <bov@silentwings.ru>
|
2023-11-08 16:29:01 +01:00 |
|
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 |
|