Benign X
|
04013f85d6
|
refactor: replace codes with lv_area_increase (#4242)
|
2023-05-24 11:41:50 +02:00 |
|
Gabor Kiss-Vamosi
|
c283f460c3
|
Update ROADMAP.md
|
2023-05-24 10:09:23 +02:00 |
|
Gabor Kiss-Vamosi
|
b4b2d5b88b
|
Update and rename ROADMAP.rst to ROADMAP.md
To keep the checkbox rendering
|
2023-05-24 10:07:23 +02:00 |
|
Benign X
|
37835260ca
|
fix(lv_obj): remove useless debug codes (#4240)
|
2023-05-24 10:04:02 +02:00 |
|
_VIFEXTech
|
0a56696358
|
fix(timer): use lv_tick_elaps to calculate the difference between timestamps (#4237)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-05-22 10:41:59 +02:00 |
|
_VIFEXTech
|
5f42ff115b
|
docs(timer): use precise delay description in Timer Handler (#4235)
|
2023-05-22 10:13:49 +02:00 |
|
_VIFEXTech
|
091141885a
|
fix(refr): fix PARTIAL_MODE flush area error (#4234)
|
2023-05-20 10:21:55 +02:00 |
|
Benign X
|
38ece40e5e
|
chore: fix typos (#4232)
|
2023-05-19 15:43:15 +02:00 |
|
carepayer
|
32bd41bc47
|
fix(pinyin): set trailing 0 at end of k9_input_str (#4230)
|
2023-05-19 15:41:37 +02:00 |
|
_VIFEXTech
|
fa5388a38b
|
fix(profiler): fixed inability to disable and add new measurement points (#4224)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-18 13:02:17 +02:00 |
|
Gabor Kiss-Vamosi
|
453561bc46
|
fix(msgbox): fix typo
|
2023-05-18 12:59:42 +02:00 |
|
Gabor Kiss-Vamosi
|
edcf1652b0
|
Update CHANGELOG.rst
|
2023-05-18 12:15:12 +02:00 |
|
Gabor Kiss-Vamosi
|
9b4d10311f
|
ci(release): use markdown in release text
|
2023-05-18 12:06:32 +02:00 |
|
Gabor Kiss-Vamosi
|
e3876cbf25
|
fix(msgbox): add missing lv_obj_class_init_obj
fixes #4226
|
2023-05-18 11:55:06 +02:00 |
|
Abu
|
c4ead47374
|
docs(README): fix broken link (#4220)
Co-authored-by: abu <abu>
|
2023-05-18 10:04:14 +02:00 |
|
Gabor Kiss-Vamosi
|
6a47c6f33a
|
feat(refr): in DIRECT_MODE pass the refreshed area in flush_cb
related to https://github.com/lvgl/lvgl/issues/4011#issuecomment-1543741410
|
2023-05-12 13:24:11 +02:00 |
|
_VIFEXTech
|
540c028d60
|
feat(profiler): add performance profiler hook (#4211)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-11 11:10:47 +02:00 |
|
Gabor Kiss-Vamosi
|
3e3daf0f04
|
chore: typedef lv_indev_read_cb_t and lv_disp_flush_cb_t in the private headers
|
2023-05-10 09:46:45 +02:00 |
|
Gabor Kiss-Vamosi
|
a43748ea3b
|
chore(style): add assert if setting LV_STYLE_PROP_INV style property
|
2023-05-10 08:28:03 +02:00 |
|
Gabor Kiss-Vamosi
|
74d90d195d
|
fix(flex): register LV_STYLE_FLEX_GROW
fixes #4214
|
2023-05-10 08:23:15 +02:00 |
|
sp-cai
|
64009fec23
|
fix(font): fix font_fmt_txt range check (#4207)
|
2023-05-08 17:00:31 +02:00 |
|
Kevin Schlosser
|
8c99b359d2
|
docs: fixes several issues related to migrating to rst (#4213)
|
2023-05-08 16:45:28 +02:00 |
|
bjsylvia
|
756c189519
|
fix(zoom): add lv_obj_get_style_transform_zoom_safe (#4204)
Signed-off-by: bjsylvia <bjsylvia@163.com>
|
2023-05-05 09:07:39 +02:00 |
|
Gabor Kiss-Vamosi
|
842cf80a48
|
ci(pio): add action to automatically publish LVGL as a PlatformIO package on release
|
2023-05-04 10:47:08 +02:00 |
|
hiornso
|
239b70a8da
|
fix(dropdown): lv_dropdown_get_option_index shouldn't match strings of different lengths (#4191)
|
2023-05-02 10:45:02 +02:00 |
|
_VIFEXTech
|
4658c27f37
|
refact(monitor): refact system monitor component (#4195)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-05-02 10:40:13 +02:00 |
|
Gabor Kiss-Vamosi
|
42f70fecf0
|
chore(indev, disp): add lv_indev_read_cb_t and lv_disp_flush_cb_t typedefs
related to https://forum.lvgl.io/t/use-lvgl-with-python3/10686/39?u=kisvegabor
|
2023-05-02 09:50:23 +02:00 |
|
_VIFEXTech
|
4c4b7858b8
|
chore(timer): fix warning (#4199)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-05-02 08:25:12 +02:00 |
|
_VIFEXTech
|
ac84ae23de
|
chore: replacement of std string functions with builtin (#4194)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-05-01 11:56:46 +02:00 |
|
Gabriel Wang
|
7be3bfd962
|
fix(arm-2d): fix arm-2d transform chrome-keying issue (#4179)
|
2023-05-01 11:29:51 +02:00 |
|
Kevin Schlosser
|
3fe1dcd222
|
docs: fixes API section of the docs to include everything from LVGL. (#4192)
|
2023-05-01 11:27:28 +02:00 |
|
Dustin Holden
|
7ae90e43d2
|
fix(btnmatrix): fix wild running loops cont. (#4185)
|
2023-05-01 11:09:08 +02:00 |
|
Gabor Kiss-Vamosi
|
83c0d25efc
|
fix(ime_pinyin): fix using LV_BTNMATRX_BTN_NONE button
|
2023-05-01 10:46:17 +02:00 |
|
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 |
|