Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver ( #5486 )
2024-01-29 13:14:37 +01:00
Johannes Marbach
152dc0b2be
feat(draw): add convenience methods for safely getting correct draw descriptor ( #5505 )
2024-01-29 08:19:58 +01:00
_VIFEXTech
265ae0f56a
feat(profiler): add multithreading support and testcase ( #5490 )
...
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-29 14:09:33 +08:00
lhdjply
e05e1f3c7a
fix(draw_line): fix the issue where dash_dap equals 1 and cannot display properly when the line is a horizontal line ( #5473 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-25 11:15:13 +01:00
_VIFEXTech
cd930f7c8a
chore(vg_lite): remove 64-bytes alignment requirement ( #5477 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-25 09:58:54 +01:00
Benign X
3dcbe2bf4c
test(snapshot): add testcase for #5475 ( #5478 )
2024-01-25 15:39:07 +08:00
Zhang Ji Peng
377a99947f
fix(vector) : add path bounding and matrix transform functions. ( #5389 )
...
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-01-23 08:11:01 +01:00
Neo Xu
214d72da88
feat(test): automatically generate test image ( #4976 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 10:38:30 +01:00
Carlos Diaz
481d867cc3
test(obj): Add initial tests for lv_obj_move_to_index
( #5284 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-19 09:53:35 +01:00
Gabor Kiss-Vamosi
f2cb462be3
fix(anim): fix missing changes from #5378 ( #5380 )
2024-01-18 21:25:55 +08:00
Neo Xu
ed3e485b22
feat(array): make the API of lv_array
module STL-like ( #5300 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 13:45:46 +01:00
lhdjply
d939316e26
chore(api_map): remove unused api and repalce error name api ( #5367 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-18 20:30:39 +08:00
Neo Xu
3b26b045ec
fix(string): need to use correct copy direction when memory overlaps ( #5374 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 11:01:55 +01:00
_VIFEXTech
0379088110
chore(vg_lite): clean useless function and macro ( #5346 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-17 14:35:48 +01:00
_VIFEXTech
32828206d1
chore(imgfont): simplify imgfont_dsc_t data structure ( #5354 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-17 14:33:02 +01:00
Benign X
9a0ada3ebf
feat(tests): add whitelist for compile flag check ( #5356 )
2024-01-17 18:17:46 +08:00
_VIFEXTech
106519bd2d
refact(binfont): unified font creation API ( #5333 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 15:50:22 +01:00
_VIFEXTech
178789a937
Revert "feat(tiny_ttf): add lv_font_* as paramater to lv_tiny_ttf_create" ( #5327 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 13:33:44 +01:00
_VIFEXTech
e0be0c9253
chore(tests): replace sprintf -> lv_snprintf ( #5319 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 12:20:04 +01:00
Gabor Kiss-Vamosi
b4cf95e7fa
fix: remove LV_USE_DEV_VERSION ( #5312 )
2024-01-14 16:16:00 +01:00
Gabor Kiss-Vamosi
74c72d7c7c
fix(calendar): style today and highlighted dates ( #5310 )
2024-01-14 21:30:04 +08:00
Ju1He1
ed2056b620
feat(windows): add some more decls spec attributes ( #5259 )
2024-01-14 13:50:23 +01:00
nicusorcitu
ee8de1e1a0
feat(nxp): release NXP PXP and VG-Lite for LVGL v9.0 ( #5288 )
...
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
2024-01-12 11:54:42 +01:00
_VIFEXTech
39cb1ddc4a
feat(vg_lite_tvg): organize configuration items ( #5280 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-12 11:35:45 +01:00
Zoltan Janosy
a61e51f579
feat(driver): add ST7735, ST7789, ST7796, ILI9341 display drivers ( #5020 )
...
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-12 10:25:07 +01:00
Neo Xu
a4f0ba5f5d
feat(ci): add build test for VG-Lite simulator ( #5278 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-11 14:32:34 +08:00
Neo Xu
873549150e
refactor(display): add API to set raw buffer to display ( #5274 )
...
The drivers have been changed back original logic. Fix #5270 Fix #5271
Related to #5204 lvgl/lv_binding_micropython#313
Discussion on #5273
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-11 06:48:51 +01:00
Gabor Kiss-Vamosi
e10f573150
fix(display): fix inconsistency in the API ( #5136 )
2024-01-11 13:38:24 +08:00
Carlos Diaz
87e9d549b1
feature(calendar): add interface to set a custom year list ( #5227 )
2024-01-11 03:26:47 +01:00
Neo Xu
ed99a21016
refactor(display): use draw_buf_t for display ( #5204 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 10:54:56 +01:00
Benign X
a299242b34
fix(freetype): fix freetype outline size set behavior ( #5255 )
2024-01-10 17:20:43 +08:00
Neo Xu
a776660ee5
refactor(draw): use draw buf for label ( #5056 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-09 17:34:55 +01:00
Gabor Kiss-Vamosi
4699f2f556
fix(bar): fix the clipping of the indicator in some corner cases ( #5229 )
2024-01-09 17:13:25 +01:00
Neo Xu
947550ae1e
chore(cmake): use cmake 3.16 instead ( #5236 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-09 13:34:43 +01:00
Benign X
278d8cf2a2
fix(freetype): fix potential mem leak of freetype test ( #5238 )
2024-01-09 18:05:42 +08:00
lhdjply
cb800cb793
chore(meter): remove #define LV_USE_METER ( #5230 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-09 11:05:59 +08:00
Benign X
0a179041da
test(freetype): add outline testcase ( #5213 )
2024-01-08 17:30:16 +08:00
Benign X
2633a33b48
feat(freetype): add new freetype testcase ( #5207 )
2024-01-07 15:39:50 +08:00
Benign X
903be11056
chore(test_bar): remove unused code ( #5183 )
2024-01-04 18:00:51 +08:00
jimbom
6136bd6cd0
fix(widgets): wrong casting in some widgets when calling lv_event_get… ( #5169 )
...
Co-authored-by: Jim Boström <jim.bostrom@indra.no>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-04 13:18:43 +08:00
Carlos Diaz
91e2617410
feat(scale): use the style_length property for ticks ( #5141 )
2024-01-03 11:34:54 +01:00
Xu Xingliang
28eced31a7
fix(vector): use layer stride for thorvg canvas stride
...
ThorVG supports only ARGB8888, so added check.
Update test to use non-regular stride.
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 11:28:56 +01:00
yushuailong
95e40c4652
feat(style): add API to check specific style property is set ( #5055 )
...
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-01-02 08:43:47 +01:00
PGNetHun
a0e75077d8
fix(lodepng): fix LodePNG 8 bit palette image to RGBA data conversion bug ( #5108 )
2024-01-02 14:18:45 +08:00
Carlos Diaz
c750f30f8f
test(scale): add tests for scale widget ( #4678 )
2023-12-30 10:40:46 +01:00
Benign X
a34f490394
feat(cache): new cache framework ( #5049 )
...
Co-authored-by: _VIFEXTech <vifextech@foxmail.com>
2023-12-25 11:37:59 +08:00
_VIFEXTech
4b995448bc
refact(anim_timeline): refact anim timeline design ( #5061 )
...
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-22 14:56:36 +08:00
Kevin Schlosser
32c6bc5bd7
ci: add MicroPython test ( #4997 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-12-21 09:54:15 +01:00
Zhongwei Liu
b2447b7b0d
fix(screen): fix crash when starting two screen loads with animations ( #5066 )
2023-12-20 20:22:57 +01:00
Gabor Kiss-Vamosi
a720948aa1
fix(draw): fix off by one scaling issue o nthe left and bottom
...
fixes #4993
2023-12-18 17:06:00 +01:00
Gabor Kiss-Vamosi
3fa47263c8
refactor: rename LV_THEME_BASIC to LV_THEME_SIMPLE
2023-12-15 09:13:05 +01:00
Gabor Kiss-Vamosi
cad4a4529c
refactor: lv_anim_set_playback_time -> lv_anim_set_playback_duration
2023-12-13 22:23:12 +01:00
Gabor Kiss-Vamosi
d5daccdd48
docs: update API comments
2023-12-13 22:23:03 +01:00
yushuailong
636aba8c34
fix(label): fix rtl txt long dots not show all ( #4962 )
...
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2023-12-13 16:13:24 +01:00
Gabor Kiss-Vamosi
de2f7effd9
fix(list): fix text style
...
fixes #5005
2023-12-13 15:38:44 +01:00
Gabor Kiss-Vamosi
779d2025b8
fix(msgbox): use LV_OPA_50 for the backdrop in the default theme
2023-12-13 07:40:37 +01:00
Gabor Kiss-Vamosi
57a4497a09
refactor(msgbox): make msgbox more modular and flexible
2023-12-12 15:37:45 +01:00
Neo Xu
f1e021e7b3
fix(qrcode): fix crash due to buf_unalign modification ( #4987 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-12 09:12:17 +01:00
Gabor Kiss-Vamosi
88865dd910
refactor: minor refactoring and widget docs update
2023-12-11 18:16:07 +01:00
Neo Xu
7119b7488b
fix(display): check NULL act_screen before using it ( #4973 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-12-11 14:55:32 +01:00
Neo Xu
47a244afe1
ci(image): test all image formats ( #4974 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-11 14:25:33 +01:00
Neo Xu
1dac562ac1
feat(obj): add obj state property ( #4969 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-11 14:18:22 +01:00
Neo Xu
4c10e4a992
feat(image): add image properties and test ( #4970 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-11 14:17:54 +01:00
Neo Xu
e8d5594026
refactor(anim): rename anim time to anim duration ( #4978 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-11 12:35:22 +01:00
Neo Xu
aaac8802e7
chore(test): only do rotation test when image loaded to RAM ( #4950 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-06 23:18:09 +01:00
Neo Xu
d14f2f69bd
feat(test): add stride aligned image test ( #4839 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-06 23:15:19 +01:00
Gabor Kiss-Vamosi
2d422f421f
ci: update reference images
2023-12-06 15:05:43 +01:00
Neo Xu
de77e77882
chore(decoder): remove RLE image decoder ( #4923 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-06 09:52:12 +01:00
PGNetHun
f6eefe8eeb
fix(table): set row count to zero ( #4937 )
2023-12-06 09:00:09 +01:00
Gabor Kiss-Vamosi
3c7e8bd0d4
fix(draw): fix bottom part of triangle drawing
...
see #4895
2023-12-05 17:12:17 +01:00
Gabor Kiss-Vamosi
c902556794
fix(observer): fix the parameters of the observer_cb for Micropython compatibility
2023-12-05 14:25:20 +01:00
PGNetHun
91020ea20e
fix(table): rename shortened function names to full names ( #4918 )
2023-12-04 22:57:47 +01:00
Michael Haberler
1fe6c6192a
fix(observer): fix when observing an invalid subject ( #4904 )
...
Co-authored-by: Michael Haberler <git@mah.priv.at>
2023-12-01 07:02:19 +01:00
Neo Xu
0233247406
feat(image): add LZ4 compressed binary image support ( #4873 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-30 13:20:31 +01:00
Neo Xu
16254ef90d
feat(rle): add RLE compressed binary image support ( #4870 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-30 09:47:15 +01:00
Neo Xu
34f7e9e012
chore: fix inconsistent comment style ( #4889 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-29 11:11:16 +01:00
Gabor Kiss-Vamosi
f0988b8cf8
refactor(event): add _cb postfix to lv_obj_add_event()
2023-11-28 15:36:51 +01:00
Neo Xu
fea780e837
feat(lib): add lz4 lib support ( #4872 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-28 15:05:16 +01:00
Peter Bee
b42cb43074
fix(cmake): add asm file compile definitions ( #4884 )
...
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2023-11-28 09:17:21 +01:00
Gabor Kiss-Vamosi
a5c92ef298
feat(draw): add sw display rotate implementations
2023-11-27 11:46:40 +01:00
Neo Xu
5c11abc859
feat(point): add helpers to operate point and precise point ( #4867 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-27 06:26:55 +01:00
bjsylvia
990fbc8cdf
fix(draw): remove LV_LAYER_MAX_MEMORY_USAGE ( #4809 )
...
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-24 20:17:10 +01:00
_VIFEXTech
0447443029
fix(draw_line): use lv_point_precise_t to describe coordinates ( #4858 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-11-24 13:41:43 +01:00
Gabor Kiss-Vamosi
a802d1fc8b
test: temporarily disable -Wstack-usage
...
Seemingly unrealistic values are reported. See https://github.com/lvgl/lvgl/actions/runs/6974396516/job/18980011134
2023-11-23 22:47:47 +01:00
Gabor Kiss-Vamosi
ff16a41aca
test: increment -Wstack-usage=6000
2023-11-23 22:29:12 +01:00
Gabor Kiss-Vamosi
1c4a520e47
test(binding): use more precise canvas size calculation
2023-11-23 22:17:25 +01:00
Gabor Kiss-Vamosi
e402b42914
test: add -fsanitize=leak -fsanitize=undefined
2023-11-23 22:15:54 +01:00
Gabor Kiss-Vamosi
ce99983d4f
feat(anim): save custom_exec_cb in its own field
...
It allows deleting custom exec animations based on var an callbacks
2023-11-23 21:50:55 +01:00
Gabor Kiss-Vamosi
1320f4fc02
test(binding): add animation delete test
2023-11-23 21:03:34 +01:00
Gabor Kiss-Vamosi
dbf0444d79
test(draw): add blend mode test to lv_demo_render
2023-11-22 23:15:49 +01:00
Neo Xu
6230e755e0
fix(test): remove space in file name ( #4849 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-22 20:15:54 +01:00
Gabor Kiss-Vamosi
1756671b91
chore: fix minor issues
2023-11-20 12:47:26 +01:00
Gabor Kiss-Vamosi
c09b73bc35
ci: fix make file build error
2023-11-18 22:06:49 +01:00
Gabor Kiss-Vamosi
c526653822
fix(anim_timeline): fix special cases of anim timeline and add tests
2023-11-18 19:03:57 +01:00
Gabor Kiss-Vamosi
2f3e8d4066
feat(draw): add initial SDL renderer
...
It caches SW rendered bitmaps in textures.
The cache is also updated to support data and source separately.
E.g. source is a path to an image, and if that image changes all
related cache entries needs to found and invalidated.
Limitations of SDL rederer:
- not all draw task types are supported
- image transformation is not supported
- some textures (e.g. button matrix texts) are not detected as cached
- images are not cached
- images are supported only from path
2023-11-18 15:35:45 +01:00
Neo Xu
511feb39be
chore(image): remove explicit initialization to always_zero ( #4796 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-18 08:10:22 +01:00
Gabor Kiss-Vamosi
b11eb4044c
ci: add missing demo test
2023-11-15 23:15:17 +01:00
Gabor Kiss-Vamosi
8470365db2
ci: add missing demo test
2023-11-15 23:09:18 +01:00
Gabor Kiss-Vamosi
b56107ae05
refactor: fix typos
2023-11-15 22:58:07 +01:00
Gabor Kiss-Vamosi
4044856553
refactor: rename col to column
2023-11-15 22:42:34 +01:00
Gabor Kiss-Vamosi
235d580a51
refactor: rename cnt to count
2023-11-15 22:42:33 +01:00
Gabor Kiss-Vamosi
43a231cf5a
refactor(tabview): make it use with buttons instead of button matrix
2023-11-15 22:42:33 +01:00
gcopoix
5267c0b9f4
feat(drivers): add x11 driver (display/input) support ( #4795 )
...
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-15 14:08:03 +01:00
Gabor Kiss-Vamosi
e27491cb2a
chore: remove debug code
2023-11-15 12:59:16 +01:00
Gabor Kiss-Vamosi
6e91a1e99c
test(draw): add rendering test for RGB565, RGB888, XRGRB8888, and ARGB8888
2023-11-15 12:57:50 +01:00
Gabor Kiss-Vamosi
628fb98b52
fix(draw): fix minor issues in SW render
2023-11-15 09:47:34 +01:00
Gabor Kiss-Vamosi
6cda061c65
fix(draw): make SW render work with any stride and add stride=64 to CI
2023-11-14 22:19:56 +01:00
Gabor Kiss-Vamosi
f9c98905b9
fix(draw): make tests work with non default LV_DRAW_BUF_ALIGN
2023-11-14 14:52:59 +01:00
Gabor Kiss-Vamosi
7ea8192208
fix(anim): fix anim_timeline progress calculation and add tests
2023-11-14 14:52:59 +01:00
Gabor Kiss-Vamosi
51bc45f870
refactor(font_load): rename font_load to binfont_load
...
font_load was to generic
2023-11-14 08:48:28 +01:00
Neo Xu
8e076cc230
feat(image): support C array type of alpha-only image in the built-in decoder ( #4797 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-13 18:14:36 +01:00
Gabor Kiss-Vamosi
9fce36765c
chore: fix code formatting
2023-11-13 17:20:10 +01:00
Gabor Kiss-Vamosi
90a7e3e98f
feat(tiny_ttf): add lv_font_* as paramater to lv_tiny_ttf_create
...
This way if a font is used by styles or widgets it can be easily reloaded without updating the font pointer on all places
2023-11-13 14:47:13 +01:00
Gabor Kiss-Vamosi
ddc1bdf815
feat(font_load): add lv_font_* as paramater to lv_font_load
...
This way if a font is used by styles or widgets it can be easily reloaded
without updating the font pointer on all places.
2023-11-13 14:47:11 +01:00
Neo Xu
d73f260002
feat(image): add custom RLE decoder ( #4332 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-13 08:38:27 +01:00
Viktor Szépe
cc6581ae03
ci: upgrade astyle tool ( #4776 )
...
Install from source to use the latest version
2023-11-10 15:37:23 +01:00
Zhang Ji Peng
8cf0bbb558
feat(draw): add implements vector graphic APIs ( #4528 ) ( #4691 )
...
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-11-09 11:37:33 +01:00
Gabor Kiss-Vamosi
3bb649db7f
test: add binding test reference
...
related to #4645
2023-11-08 22:28:14 +01:00
Benign X
a5f6e2761f
chore(lv_label): remove codes for recolor feature ( #4766 )
2023-11-08 16:25:54 +01:00
Gabor Kiss-Vamosi
048b28be23
test: reorganize tests and ref_images
2023-11-08 00:53:41 +01:00
Gabor Kiss-Vamosi
d02562b796
feat(image): add lv_image_align_t to stretch, tile, and align images
...
related to #4733
2023-11-08 00:34:22 +01:00
Gabor Kiss-Vamosi
a5a58e39d2
refactor: replace lv_coord_t with int32_t
2023-10-31 19:25:01 +01:00
Gabor Kiss-Vamosi
d456b1cb4d
refactor: remove LV_USE_LARGE_COORD, always use int32_t as lv_coord_t
2023-10-31 19:23:24 +01:00
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