Commit Graph

680 Commits

Author SHA1 Message Date
VIFEX
b15107eec5 fix(test_anim): fix stack-use-after-return (#7730) 2025-02-10 13:18:40 +08:00
Gabor Kiss-Vamosi
b9e0c4daaf fix(flex): don't count item gap for leading hidden items (#7720) 2025-02-08 11:40:04 +08:00
Luna
bb632c970b fix(file_explorer): fix navigation when using a keypad indev (#7181)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2025-02-07 22:42:15 +01:00
Liam Howatt
236c7ad625 fix(area): lv_area_diff remove overlap (#7696) 2025-02-06 13:28:01 +01:00
Gabor Kiss-Vamosi
970ca51361 ci(ccpp): add --auto-clean flag to lower disk space usage 2025-02-05 22:48:59 +01:00
Gabor Kiss-Vamosi
1c9c9f6601 feat(xml): add basic callback event support 2025-02-05 22:48:59 +01:00
Gabor Kiss-Vamosi
a535063308 feat(xml): add support scale, span, roller and bar
Also add some backward compatible API changes
2025-02-05 22:48:59 +01:00
Gabor Kiss-Vamosi
b78a9b447a feat(xml): add gradient support 2025-02-05 22:48:59 +01:00
Gabor Kiss-Vamosi
39c4011864 refactor(table): convert lv_table_add_cell_ctrl to a setter 2025-02-05 22:48:59 +01:00
Gabor Kiss-Vamosi
5f2888d93a refactor(chart): add 'series' keyword in value setters/getters for consistency 2025-02-05 22:48:59 +01:00
Saeed Poorjandaghi
b7d2eb159a fix(memcpy): ensure volatile qualifier for destination pointer in lv_… (#7573) 2025-02-03 19:58:43 -03:00
André Costa
ed1b7d6349 feat(observer): add bind_XXX ge/gt/le/lt and notify only when value changes (#7678)
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
2025-01-30 18:01:52 -03:00
Niklas Fiekas
5d2709db32 fix(chart): fix last point not drawn in scatter chart (#7665)
Co-authored-by: Gregor Stemme <gregor.stemme@Sartorius.com>
2025-01-30 14:55:16 -05:00
Fabian Blatz
b6adc8fe70 chore(tests): Enable -Wunused-function
Enable -Wunused-function function flag to avoid dead code.
2025-01-28 12:01:44 +01:00
VIFEX
2b97e0c022 fix(draw_vector): alleviate the loss of precision in obtaining path bound (#7635)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2025-01-23 13:15:54 -05:00
Felix Biego
ca869b7ef3 feat(demo): add smartwatch demo (#7429) 2025-01-21 15:34:03 -03:00
红桃六
7ab421ed30 fix(span): fix align text to center and right layout issues. (#7615)
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2025-01-21 17:33:26 +08:00
Benign X
62291fa174 feat(draw): add lv_draw_letter support (#7490)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2025-01-16 10:42:30 +08:00
André Costa
e028ee985c feat(anim): add a pause method (#7583) 2025-01-15 08:57:30 +01:00
Victor Wheeler
ad66f13f96 feat(docs): batch 12 of proofread/edited docs (#7440) 2025-01-10 11:06:42 -03:00
Gabor Kiss-Vamosi
ce1baa6aa2 fix(label): fix updating scrolling label text (#7533)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2025-01-08 15:57:17 -03:00
Gabor Kiss-Vamosi
6a1ecfcf34 feat(xml): add support for more properties and add more examples (#7417) 2025-01-08 11:25:06 -05:00
André Costa
25232d92e7 feat(dropdown): add lv_anim_enable_t parameter to lv_dropddown_set_selected (#7310) 2025-01-06 09:40:23 -05:00
Gabor Kiss-Vamosi
29df86bef3 fix(anim): remove the redefinition of lv_anim_set_time (#7500) 2025-01-02 18:35:05 -03:00
bjsylvia
0223869773 chore(tests): assert array size with LV_ARRAY_DEFAULT_CAPACITY (#7497) 2024-12-23 17:48:28 -03:00
Liam
36a6d173fc feat(demos): add high resolution demo (#7308)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-22 11:57:46 +01:00
Neo Xu
f5b00f5ad8 feat(animimage): add property support
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
4eacf15f59 feat(slider): add property interface
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
133b6fc3f8 feat(property): support second value in property
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
RomanLuchyshyn
27ebfc20ad feat(draw/sw): added support for 3 bpp font rendering (#7350)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-20 07:50:01 -05:00
Carlos Diaz
fcbcdf823d fix(table): mark clicks as 'Invalid' when clicking on empty spaces (#7153) 2024-12-18 11:31:38 +01:00
Victor Wheeler
64e01e5248 feat(anim): clarify reverse play in animation API (#7338) 2024-12-18 07:43:00 +01:00
VIFEX
6decbb7f77 chore(indev_gesture): add missing config and fix warning (#7461)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-16 20:03:17 +08:00
VIFEX
85402e806f fix(vg_lite): fix corner case of bar drawing (#7441)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-11 20:27:55 +08:00
Ioannis Markopoulos
e53ada9605 feat(NemaGFX): add freetype vector font support (#7346) 2024-12-10 15:23:06 +01:00
Fabian Blatz
c1b32017d4 feat(display): add draw buffer size getter (#7332) 2024-12-10 11:42:55 +08:00
VIFEX
58990cdb5b feat(profiler_builtin): support nanosecond accuracy (#7415)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-06 09:41:15 +08:00
Gabor Kiss-Vamosi
fc5939dcff feat(xml): add the basics of declarative XML support 2024-12-05 10:14:39 +01:00
Gabor Kiss-Vamosi
db11e7bae5 fix(label): use LV_LABEL_LONG_MODE_* instead of LV_LABEL_LONG_* 2024-12-05 10:14:39 +01:00
Victor Wheeler
4a7c0de1c6 fix(test_calendar.c): fix function name change from PR #7340 (#7375) 2024-12-03 16:42:42 +01:00
André Costa
9ba60f037b feat(file_explorer): remove '.' and rename '..' to '< Back' (#7270)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-12-03 14:26:30 +01:00
Neo Xu
51aadcd87d fix(draw_sw): wrong image buffer calculation (#7387)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-02 10:30:48 +01:00
Victor Wheeler
8baabf358b fix(scale): fix angle calculation error (#7362)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-02 10:51:10 +08:00
Gabor Kiss-Vamosi
8881868792 feat(draw_sw): add image clip_radius and mask before transformation (#7244)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-11-28 00:29:08 +01:00
Felipe Neves
05fba5f301 fix(lv_conf): get rid of the LV_CONF path building macros (#7335)
Signed-off-by: Felipe Neves <felipe@lvgl.io>
2024-11-27 11:32:06 +08:00
Gabor Kiss-Vamosi
1506779074 ci: fix a reference image 2024-11-21 22:14:48 +01:00
Benign X
7cfe085f46 perf(span): optimize span render performance up by 50% (#7290) 2024-11-21 22:42:16 +08:00
Gabor Kiss-Vamosi
98d87021df fix(flex): make min-width, grow, and wrap work together (#7168) 2024-11-21 11:10:36 +01:00
Fabian Zäh
2d06699aa0 feat(observer): add subject snprintf (#7250)
Co-authored-by: Fabian Zäh <Fabian.Zaeh@livetec.de>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-11-18 11:17:38 +01:00
VIFEX
3d06f0b7bc fix(vg_lite): fix vector rendering missing image opa processing (#7293)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-11-18 10:44:39 +08:00