Gabor Kiss-Vamosi
|
bcbf4292c6
|
fix(ime_pinyin): fix NULL pointer dereference
|
2023-05-01 10:17:32 +02:00 |
|
_VIFEXTech
|
9b5f7d91af
|
feat(refr): implement the monitor component (#4121)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-01 09:56:53 +02:00 |
|
Kevin Schlosser
|
2f292c500b
|
docs fix versioning (#4189)
|
2023-04-29 12:58:03 -04:00 |
|
Kevin Schlosser
|
2549f23773
|
docs: finishes conversion of ROADMAP.rst file (#4182)
|
2023-04-29 06:31:36 +02:00 |
|
Gabor Kiss-Vamosi
|
a5d7d20723
|
docs: temporarily skip_latex
|
2023-04-29 06:23:31 +02:00 |
|
Lorenzo Arena
|
70251cc6dd
|
fix(bidi): add more Hebrew checks to RTL characters set (#4171)
|
2023-04-28 14:19:47 +02:00 |
|
Gabor Kiss-Vamosi
|
beafff2661
|
docs(arduino): update the comments in /LVGL_Arduino.ino
|
2023-04-28 14:10:26 +02:00 |
|
Gabor Kiss-Vamosi
|
f2c7675980
|
Revert "fix(sdl): update lv_sdl_window.c to fix SDL2 type error (#4172)"
This reverts commit 363233d40b5b077298bff6197fcda4cc307edf5e.
|
2023-04-28 13:29:16 +02:00 |
|
Neo Xu
|
c33966c540
|
fix(img): img->zoom should not right shift 8 bits (#4181)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2023-04-28 11:26:22 +02:00 |
|
J. Neuschäfer
|
bc9bcaa6b7
|
chore(docs): fix a few typos (#4170)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-04-28 11:08:42 +02:00 |
|
Gabor Kiss-Vamosi
|
ca1a6722c3
|
fix(style): fix trasition on bg_grad color
fixes: #4174
|
2023-04-28 10:37:06 +02:00 |
|
Henry Juhanson
|
363233d40b
|
fix(sdl): update lv_sdl_window.c to fix SDL2 type error (#4172)
|
2023-04-28 10:32:49 +02:00 |
|
Kevin Schlosser
|
002ffc4766
|
docs: removes recommonmark from doc build (#4177)
|
2023-04-28 10:05:54 +02:00 |
|
Gabor Kiss-Vamosi
|
5fc2b03ac4
|
ci(docs): try to fix the python version
|
2023-04-27 19:54:05 +02:00 |
|
Gabor Kiss-Vamosi
|
d32909c266
|
ci(docs): bump Python version to 3.10
See https://github.com/lvgl/lvgl/pull/4129#issuecomment-1525649438
|
2023-04-27 19:48:49 +02:00 |
|
Kevin Schlosser
|
b1df744538
|
docs: removes non ascii characters (#4175)
|
2023-04-27 19:47:13 +02:00 |
|
Kevin Schlosser
|
e485dd8bb4
|
feat(docs): migrate from .md to .rst (#4129)
|
2023-04-27 14:42:02 +02:00 |
|
Gabor Kiss-Vamosi
|
e7f88efa58
|
ci(roller): fix test
|
2023-04-27 09:26:08 +02:00 |
|
Gabor Kiss-Vamosi
|
144182723b
|
fix(btnmatrix): fix wild running loops
|
2023-04-27 09:15:34 +02:00 |
|
Gabor Kiss-Vamosi
|
02a20152d3
|
fix(group): fix indev guessing logic
|
2023-04-27 01:23:17 +02:00 |
|
Gabor Kiss-Vamosi
|
b603fb90f1
|
fix(buf_copy): fix lv_draw_sw_buffer_copy
|
2023-04-26 12:51:56 +02:00 |
|
xaowang96
|
a2574146a7
|
fix(canvas): fix data_size in img is always zero (#4162)
|
2023-04-26 09:43:38 +02:00 |
|
xuxeu
|
8ee6f17ade
|
fix(stm32): invalidate cache when needed (#4161)
|
2023-04-25 11:16:26 +02:00 |
|
Gabor Kiss-Vamosi
|
effe86bf5f
|
fix(indev): fix integer overflow in recursive zoom calculation
|
2023-04-24 20:11:32 +02:00 |
|
Gabor Kiss-Vamosi
|
7cc34ba81b
|
feat(btnmatrix): review ctrl map and allow width values to be max 15
|
2023-04-24 20:11:18 +02:00 |
|
Benign X
|
2c138eb47a
|
chore: fix typos (#4158)
|
2023-04-24 13:24:11 +02:00 |
|
embeddedt
|
7a9e6e0813
|
fix(SDL): window size not changing on some platforms (#4156)
|
2023-04-24 13:17:11 +02:00 |
|
Mingjie Shen
|
7d9690d47a
|
fix: fix null pointer dereference (#4155)
|
2023-04-24 13:10:24 +02:00 |
|
sparkles43
|
78645a5967
|
feat(object_tree): make lv_obj_get_index return error value if the object has no parent (#4152)
|
2023-04-21 11:40:13 +02:00 |
|
sparkles43
|
312303cb44
|
fix(obj_tree): update parents of children after swapping (#4150)
|
2023-04-20 20:29:58 +02:00 |
|
bjsylvia
|
fb50f4abaf
|
fix(fbdev): allocated memory size is insufficient (#4151)
|
2023-04-20 20:28:06 +02:00 |
|
_VIFEXTech
|
7e20b12930
|
feat(mem): add lv_strcpy_builtin (#4145)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-04-20 05:35:41 +02:00 |
|
Gabriel Wang
|
7f45d87848
|
chore(cmsis-pack): List v8.3.6 on Keil.com and update v9.0.0-dev (#4143)
|
2023-04-19 12:10:55 +02:00 |
|
少年老王
|
bac9d6878a
|
feat(list): add lv_list_set_btn_text (#4142)
|
2023-04-19 10:08:20 +02:00 |
|
Man, Jianting (Meco)
|
9061a787f7
|
docs(rt-thread): update rt-thread supported BSPs (up to 21 BSPs) (#4123)
|
2023-04-18 11:39:48 +02:00 |
|
_VIFEXTech
|
aefb1cd840
|
fix(table): fix heap buffer overflow (#4131)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-04-18 10:32:35 +02:00 |
|
Gabor Kiss-Vamosi
|
a04f1baf48
|
Update ROADMAP.md
|
2023-04-17 21:29:23 +02:00 |
|
Gabor Kiss-Vamosi
|
d34958f588
|
fix(style): be sure to not add a style with the same selector twice
fixes #4133
|
2023-04-17 12:52:26 +02:00 |
|
Gabor Kiss-Vamosi
|
1fed654577
|
fix(textaea): disable arrow scroll
|
2023-04-16 14:05:24 +02:00 |
|
Tomas Rezucha
|
da278c764b
|
fix(esp): fix ESP-IDF pedantic builds (#4132)
|
2023-04-14 11:39:24 +02:00 |
|
Neo Xu
|
b770b6c74b
|
feat(txt): any Chinese character should be allowed to break line (#4127)
Signed-off-by: Xuxingliang <xuxingliang@xiaomi.com>
|
2023-04-12 19:25:14 +02:00 |
|
Gabor Kiss-Vamosi
|
d6cc2ff76f
|
fix(group): do not prefer KEYPAd and ENCODER indevs
fixes #4052
|
2023-04-12 18:59:19 +02:00 |
|
_VIFEXTech
|
690b1bc1c4
|
fix(checkbox | label): fix string copy error (#4120)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-04-11 11:59:51 +02:00 |
|
_VIFEXTech
|
f2b161ed57
|
fix(calendar): fix warning (#4126)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-04-11 11:36:17 +02:00 |
|
_VIFEXTech
|
9eb0c021a9
|
fix(arduino): fix unsafe log printing (#4125)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-04-11 10:57:44 +02:00 |
|
Gabor Kiss-Vamosi
|
862478f152
|
docs(README): update to GitHub Sponsors
|
2023-04-11 10:11:55 +02:00 |
|
Carlos Diaz
|
53dcb8cd99
|
fix: fix lv_strlen_builtin and replace strlen/strcpy with lv_strlen/strncpy (#4114)
|
2023-04-06 19:41:12 +02:00 |
|
Gabor Kiss-Vamosi
|
efa02eca24
|
ci(build): in minimal config use default theme disabled, basic theme enabled
fixes: #4111
|
2023-04-06 09:11:03 +02:00 |
|
hanhsuan
|
401f2dba27
|
feat(sdl): add lv_sdl_window_set_title() (#4113)
|
2023-04-06 08:45:54 +02:00 |
|
Benign X
|
12b9e8809e
|
chore: change sdl simulator name (#4109)
|
2023-04-03 17:25:13 +02:00 |
|