Gabor Kiss-Vamosi
|
50d01cec3d
|
refactor(style): rename lv_indev_get_act to lv_indev_active
|
2023-10-31 19:20:36 +01:00 |
|
Gabor Kiss-Vamosi
|
d28f80d362
|
refactor(style): rename shadow_ofs to shadow_offset
|
2023-10-31 19:10:02 +01:00 |
|
Gabor Kiss-Vamosi
|
9d993bd15f
|
feat(line, triangle): add float support for points
|
2023-10-31 14:16:10 +01:00 |
|
Niklas Fiekas
|
8fabcc6853
|
feat(font): add option to disable kerning (#4725)
|
2023-10-30 13:23:20 +01:00 |
|
Neo Xu
|
0910ee0e38
|
feat(image decoder): decode whole image to RAM support (#4674)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-10-29 17:02:06 +01:00 |
|
Niklas Fiekas
|
ef1885f670
|
fix(tiny_ttf): fix font metrics confusion (#4714)
|
2023-10-27 11:54:02 +02:00 |
|
Gabor Kiss-Vamosi
|
974d5f8ca3
|
chore: remove debug code
|
2023-10-26 23:13:08 +02:00 |
|
Gabor Kiss-Vamosi
|
0b2cccbdb3
|
ci(render): integrate lv_demo_render to the unit tests
|
2023-10-26 23:07:50 +02:00 |
|
Gabor Kiss-Vamosi
|
e64a0afcef
|
asd
|
2023-10-26 23:07:50 +02:00 |
|
Neo Xu
|
726620d0fc
|
feat(obj): add unified obj property set/get API (#4579)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-10-26 09:39:30 +02:00 |
|
Gabor Kiss-Vamosi
|
6aa53828ef
|
fix(benchmark demo): update to make it work with CI
|
2023-10-25 14:12:59 +02:00 |
|
Gabor Kiss-Vamosi
|
3ff625483c
|
demos(render): start render demo
|
2023-10-25 13:38:37 +02:00 |
|
Gabor Kiss-Vamosi
|
84c8cf8573
|
feat(arc): add float support
|
2023-10-25 11:05:04 +02:00 |
|
Viktor Szépe
|
f9572ed303
|
chore: remove BOM and fix typos (#4685)
|
2023-10-22 06:39:43 +02:00 |
|
Gabor Kiss-Vamosi
|
89dd481747
|
chore: remove BOM
see https://github.com/lvgl/lvgl/pull/4684#issuecomment-1773768596
|
2023-10-22 06:12:48 +02:00 |
|
Gabor Kiss-Vamosi
|
85798af3cd
|
feat(draw): add non uniform scale (scale_x and scale_y)
|
2023-10-20 23:29:22 +02:00 |
|
xaowang96
|
8f57f12a44
|
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
|
2023-10-20 23:22:56 +02:00 |
|
bjsylvia
|
c0356c9380
|
chore: cleanup LV_USE_MSG (#4681)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-10-20 22:24:15 +02:00 |
|
Gabor Kiss-Vamosi
|
865a2f64a0
|
chore: minor docs fixes
|
2023-10-17 14:32:09 +02:00 |
|
Gabor Kiss-Vamosi
|
666f839977
|
docs(chart): update chart example
|
2023-10-16 23:43:35 +02:00 |
|
Carlos Diaz
|
5ede301ef4
|
fix(arc): handle click outside background angle range (#4586)
|
2023-10-12 22:05:07 +02:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
6163437afd
|
refactor(scale): remove lv_meter use lv_scale instead
|
2023-10-12 17:21:52 +02:00 |
|
Gabor Kiss-Vamosi
|
8deea70049
|
refactor(draw_buf): remove lv_draw_buf_t and make all functions work on void * buffer directly
|
2023-10-11 21:33:23 +02:00 |
|
xaowang96
|
f190d56f5d
|
feat(checkbox): add RTL support (#4646)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
|
2023-10-10 23:02:05 +02:00 |
|
Gabor Kiss-Vamosi
|
3adaee8fde
|
ci: temporary remove lv_example_tiny_ttf_3.py
|
2023-10-10 22:20:43 +02:00 |
|
Brandon Holland
|
8c63327f66
|
feat(disp): add double buffered direct-mode efficient sync algorithm (#4443)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: bjsylvia <bjsylvia@163.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Fabian Blatz <fabianblatz@gmail.com>
Co-authored-by: Mike Fikes <mike@fikesfarm.com>
Co-authored-by: Zoltan Janosy <janosy.zoltan@gmail.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
|
2023-10-10 21:44:32 +02:00 |
|
Gabor Kiss-Vamosi
|
80149e7f98
|
refactor(msg): remove lv_msg in favor of lv_observer
|
2023-10-10 20:48:46 +02:00 |
|
Zoltan Janosy
|
4f541cf523
|
feat(observer): implemented an observer pattern (#4541)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-10-09 23:20:29 +02:00 |
|
Fabian Blatz
|
7d52859fe8
|
feat(lv_group): get group count and retrieve by index (#4632)
|
2023-10-09 18:36:47 +02:00 |
|
Gabor Kiss-Vamosi
|
edc89960ea
|
fix(draw): fix using placeholders in a glyph is not found
|
2023-10-04 10:33:35 +02:00 |
|
Raúl Gotor
|
0b66468f2f
|
ci(span): add unit test (#4595)
|
2023-10-02 18:04:01 +02:00 |
|
Gabor Kiss-Vamosi
|
9d8570aa3f
|
fix(draw) fix stride realted bugs in SW render
|
2023-09-28 12:22:49 +02:00 |
|
PGNetHun
|
8c2fc7ec4b
|
chore: code and documentation cleanups, renames and fixes (#4607)
|
2023-09-27 12:23:40 +02:00 |
|
Gabor Kiss-Vamosi
|
9c437d1073
|
feat(grid): add a basic subgrid implementation
|
2023-09-25 20:56:09 +02:00 |
|
Neo Xu
|
27357d5139
|
feat(obj): add obj_id, class names, and dump support (#4536)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-09-25 10:58:36 +02:00 |
|
Gabor Kiss-Vamosi
|
87d323f240
|
chore: fix TEST_ASSERT_MEM_LEAK_LESS_THAN
|
2023-09-25 10:54:02 +02:00 |
|
Gabor Kiss-Vamosi
|
4eedc8cd5a
|
ci: add TEST_ASSERT_MEM_LEAK_LESS_THAN and use it in image decoder tests
|
2023-09-25 10:49:54 +02:00 |
|
_VIFEXTech
|
9937138392
|
feat(libs): add libpng decoder (#4569)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-25 10:28:35 +02:00 |
|
Lemon
|
2f67d804ce
|
feat(barcode): add vertical display mode (#4564)
Signed-off-by: liujp <liujp@xiaomi.com>
Co-authored-by: liujp <liujp@xiaomi.com>
|
2023-09-24 21:41:24 +02:00 |
|
_VIFEXTech
|
c4c4627ae0
|
feat(libs): add libjpeg-turbo decoder (#4567)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-22 10:43:59 +02:00 |
|
Gabor Kiss-Vamosi
|
971c533375
|
refactor: use only uint32_t and int32_t in the widget's API
|
2023-09-21 13:30:51 +02:00 |
|
_VIFEXTech
|
e53cd59fcb
|
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-20 10:38:47 +02:00 |
|
_VIFEXTech
|
45fb2148d5
|
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-20 10:30:04 +02:00 |
|
Stephan Wirth
|
f77cacd1b7
|
fix(roller): fix bubbling events (#4542)
|
2023-09-20 10:27:36 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
e657c74aca
|
chore: fix build errors
|
2023-09-18 21:29:22 +02:00 |
|
Gabor Kiss-Vamosi
|
ca55b2ed8d
|
arch(img_decoder): replace read_liine_c with get_area_cb
also remove sjpeg support as get_area_cb can de quite same (some optimization is still needed to not decode the out of bounds chunks)
|
2023-09-18 21:19:00 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
Gabor Kiss-Vamosi
|
490f3da4e7
|
feat(img): replace image decider read_line_cb with get_area_cb
|
2023-09-01 13:38:58 +02:00 |
|