Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LVGL

Embedded graphics library to create beautiful UIs for any MCU, MPU and display type
Collective - Host: opensource - https://opencollective.com/lvgl - Website: https://lvgl.io - Code: https://github.com/lvgl/lvgl

chore(docs): fix comment lv_port_indev_template.c (#4545)

github.com/lvgl/lvgl - cf6f5413948b7bb53acf39d611f524d38abcd477 authored over 1 year ago
feat(scale): add lv_scale_set_post_draw and use label_dsc.text_local in a smarter way

github.com/lvgl/lvgl - 4415f4a766440f1d75f39e63d746a5cdd78d60af authored over 1 year ago
Update ROADMAP.rst

github.com/lvgl/lvgl - 1768e5740a654f0d44e1f325178393a18123d929 authored over 1 year ago
fix(obj): fix memory leak if LV_EVENT_DELETE event cb return LV_RES_INV (#4527)

Signed-off-by: wangxuedong <[email protected]>

github.com/lvgl/lvgl - 142c98df8b92540dc57ec3c3409b546a65fa7ed0 authored over 1 year ago
feat(draw_buf): add color_format paramater to draw_buf_malloc and align

related to https://github.com/lvgl/lvgl/pull/4414#issuecomment-1707725195

github.com/lvgl/lvgl - 4068c079a241a06bd934e9acacf314d4516fa1fa authored over 1 year ago
fix(obj): check obj->is_deleting at the beginning of obj_del_core (#4525)

Signed-off-by: wangxuedong <[email protected]>

github.com/lvgl/lvgl - 8d6c24b40d8864b4d0187e79d108f5201f009cfe authored over 1 year ago
chore: add assert check for obj's parent (#4524)

Signed-off-by: wangxuedong <[email protected]>

github.com/lvgl/lvgl - 217e989a43c56bc5883e303a6aac4c6f5729a361 authored over 1 year ago
fix(music): fix anim and timer crash when delete music demo (#4523)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 378ad2492ceb03679e98b51bd5e2bdfcc8df8588 authored over 1 year ago
fix(widgets): fix timer crash when delete widgets demo (#4522)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 23ebeed652d214a11ed2acb22424c5d14abb5651 authored over 1 year ago
feat(meter): fix crash when deleting meter, should clean up indicator's animation (#4521)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 2500da071a2040b130fba250def571e4a3dd0149 authored over 1 year ago
fix(obj): fix the crash caused by nested calls to lv_obj_del (#4520)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - a1ba36b77c9b467453981f5e491394be99e5b770 authored over 1 year ago
fix(draw): always set the bg_coords in lv_draw_glyph_dsc_t for placeholder drawing

github.com/lvgl/lvgl - af959cb94e3b2c7bbe9505586fe32a77064d0bf3 authored over 1 year ago
feat(draw_buf): rework darw_buf API for more flexibility and use them in glyph bitmap allocation

github.com/lvgl/lvgl - 3e4cad65511c558d2f8fd1c3b5bbeee90616d0ab authored over 1 year ago
fix(scale): fix compiling warning (#4519)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 237f687e934989a49b8a04efe77faa3e7e3ba585 authored over 1 year ago
demo(benchmark): fix black screen issue

github.com/lvgl/lvgl - 7e923d2a26deffc6a85fdcc5d76b43cb291a1872 authored over 1 year ago
feat(img): replace image decider read_line_cb with get_area_cb

github.com/lvgl/lvgl - 490f3da4e7ca52f3bdd7868f87d87eba70c799f3 authored over 1 year ago
fix(draw): stride handling for RGB565A8 images

github.com/lvgl/lvgl - b8356ebe6cfcb5e1b0818101b5174b83cd220e9b authored over 1 year ago
chore(img): keep the .reserved element for backward compatibility

github.com/lvgl/lvgl - fd0ebf01e6fdc6cc9136ba6a66d198f03a63e202 authored over 1 year ago
chore(img): reorganize the image header

github.com/lvgl/lvgl - fb9c86e937886a2757fdcbeb8883088e2c62f0b3 authored over 1 year ago
chore: revert debug code

github.com/lvgl/lvgl - 828d34aa3b221b218a37d4fcd323d1eea0154f32 authored over 1 year ago
chore(ci): try to fix ci

github.com/lvgl/lvgl - aa164e5778f7108298cfd5f9cd5432c2b45a9138 authored over 1 year ago
feat(draw): consider stride for glyph bitmaps

github.com/lvgl/lvgl - 0738e04723e519d4c456df7baeadb9d32fdc2a98 authored over 1 year ago
feat(img): add img.header.stride

see https://github.com/lvgl/lvgl/pull/4414#issuecomment-1698538169

github.com/lvgl/lvgl - c3e2120616cfda73a85ebaccdf9287e69a5c4218 authored over 1 year ago
feat(theme): avoid reinitializing the default theme (#4500)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - a910736cbc847093d78ef4080a96364c3104e603 authored over 1 year ago
feat(scale): add the lv_scale widget (#4196)

Co-authored-by: Gabor Kiss-Vamosi <[email protected]>

github.com/lvgl/lvgl - 5c1fc6364758b5fe47dada718e90177b5815bbcc authored over 1 year ago
feat(fs): add support for memory-mapped files (#4462)

Co-authored-by: Zoltan Janosy <[email protected]>
Co-authored-by: Gabor Kiss-Vamosi <kisvegab...

github.com/lvgl/lvgl - ca54d127c2fe4c44e79a4c38f8f394ce3707f4d4 authored over 1 year ago
fix(fs_posix): fix vfs failed to open when fd = 0 (#4502)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 6d389ce979431b18891f04351a08e382fffe5b82 authored over 1 year ago
ci(bar): add screenshot test (#4503)

Signed-off-by: wangxuedong <[email protected]>

github.com/lvgl/lvgl - d7289962f1a0af367344ba1a8e4ab6ca8f99a115 authored over 1 year ago
fix(layout): wrong layout counter (#4501)

github.com/lvgl/lvgl - 5c984b4a5364b6455966eb3a860153806c51626f authored over 1 year ago
feat(draw): add preferred_draw_unit_id and preference_score to draw_tasks

see https://github.com/lvgl/lvgl/issues/4342#issuecomment-1691636624

github.com/lvgl/lvgl - da876e4a213df345d55fb7fe4bc114211ee676d3 authored over 1 year ago
feat(draw): add img_header to lv_draw_img_dsc_t and init. it in lv_draw_img

This way all image data will be avaialbel for the draw_units to decide if they are interested in...

github.com/lvgl/lvgl - 19c9afb57ae306c90289b6d528f964fba847ec4e authored over 1 year ago
docs(px5): add empty file for PX5 RTOS

github.com/lvgl/lvgl - a3013d490b7bea1a43619aa606664f5d93e5aabc authored over 1 year ago
feat(str): add lv_strdup (#4498)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 5b60d1de726aa65069410a57c8c7fdf59cecd8d0 authored over 1 year ago
fix(mem): for typo in mem pool allocation (#4496)

github.com/lvgl/lvgl - b92cfe801d64bcd28346984b8c083ea9ff1fbf06 authored over 1 year ago
feat(img): support LV_PCT for pivot (#4495)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 362a8e676eacac710c930c224d4296d598efc573 authored over 1 year ago
feat(indev): add 'lv_indev_read' to allow read events from specified indev (#4494)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 3c47aadacfc5c6c41cd1af5463f5358dd5e5c8fe authored over 1 year ago
fix(typos): fix typos for lv_draw_buf (#4492)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 538bae5de8dc5d012188d48421168be634c9024b authored over 1 year ago
fix(init): fix lv_init crash with LV_ENABLE_GLOBAL_CUSTOM

github.com/lvgl/lvgl - efbd0a41e20acf44c06a663be5a64256ffdb70e3 authored over 1 year ago
chore: remove not needed "expression ? true : false" (#4485)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - b6c5ab395435e945f51e242481eb40c1d57270b4 authored over 1 year ago
feat(draw): add lv_draw_layer_alloc_buf()

github.com/lvgl/lvgl - 7899f77ee9ec1c2f19be5881771258d8bff7e3b4 authored over 1 year ago
feat(draw_buf): add lv_draw_buf_handlers to allow using custom callbacks

github.com/lvgl/lvgl - 45ff2a663bfd822bd316b84743c8124886d28c89 authored over 1 year ago
docs(fs): fix minor formatting issue

github.com/lvgl/lvgl - cd5c93b248ea7d47fc858ef65cf471470248c07b authored over 1 year ago
fix(lv_disp): fix lv_scr_load_anim being called twice quickly (#4487)

github.com/lvgl/lvgl - 4f6c895fc763c5e527009cd3663f54038ed35c6b authored over 1 year ago
fix(dropdown): position to the selected item in lv_dropdown_set_selected

github.com/lvgl/lvgl - c069f98e7a6ff61758d54a23dceb844c43977e94 authored over 1 year ago
chore(multilang): add Kconfig for multilang (#4480)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - da02c6314cfb3c1f633063fac514a7fcd610bb5d authored over 1 year ago
chore(Kconfig): add LV_DEF_REFR_PERIOD config (#4483)

Co-authored-by: YanXiaowei <[email protected]>

github.com/lvgl/lvgl - 35a90983d49fbe26acd26aef58501a2db6be1c5f authored over 1 year ago
fix(sdl): fix usage of lv_monkey with SDL (#4481)

github.com/lvgl/lvgl - af14c3b324fbbc07622eec5ea55222eb12056dcc authored over 1 year ago
docs(indev): add explanation for LV_INDEV_TYPE_BUTTON (#4478)

github.com/lvgl/lvgl - 1480e0470e60f072ce2416b769adc389e0df828b authored over 1 year ago
ci(test): add more tests for LV_OBJ_FLAG_OVERFLOW_VISIBLE

github.com/lvgl/lvgl - 5d604b46abb732b99068a06b58cec56ba0b16677 authored over 1 year ago
feat(obj): add LV_OBJ_FLAG_OVERFLOW_VISIBLE again

github.com/lvgl/lvgl - c7e8b8447db81d893eff491bef05a462c092e831 authored over 1 year ago
example(ffmpeg): enable the MicroPython example

github.com/lvgl/lvgl - 72a62f4eda79547db028ca5d6fdaf841e3719aa2 authored over 1 year ago
fix(typos): fix some typos for style (#4469)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 83cd50b4df502b19837d1836fe2b7e87b5bea340 authored over 1 year ago
fix(ffmpeg): fix error linesize (#4472)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - a950fe5408a87c475d30d48c11f0d54a2c908df5 authored over 1 year ago
fix(draw_buf): runtime error: applying non-zero offset 3 to null pointer (#4471)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 21f3659559b9930a22cc4142926f3f6f1c83049a authored over 1 year ago
chore(multi-instance): update description of related documents (#4470)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - a711c8b427663a29c4c576bd4fdf400cfc2bb606 authored over 1 year ago
fix(style): runtime error: applying zero offset to null pointer (#4468)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 44a36354e8c9ed19a381d7047892a8939895cd06 authored over 1 year ago
chore(global): check if LOG is enabled

github.com/lvgl/lvgl - 8a1396d7708de5aa42652d12cd87fd0b3ead4d81 authored over 1 year ago
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL

Closes #4358

github.com/lvgl/lvgl - 0b83a82a07e623eda7b63c3bb11793cc351a93da authored over 1 year ago
feat(draw_buf): add option to select draw_buf implementation

github.com/lvgl/lvgl - 1f807ae7140784cf2ec28859156b22636024176c authored over 1 year ago
fix(chart): fix off-by-one error in chart widget (#4461)

Signed-off-by: W-Mai <[email protected]>

github.com/lvgl/lvgl - ae3567cb46288b7d890f490dfbf950fb7caac5a0 authored over 1 year ago
feat(bar): add DIR_RTL support in vertical mode (#4459)

Signed-off-by: wangxuedong <[email protected]>

github.com/lvgl/lvgl - d47a44f225f3d83321ace9d2693e0949f1d04d01 authored over 1 year ago
fix: add guard macros to lv_style_gen.c,h and lv_obj_style_gen.c,h (#4450)

github.com/lvgl/lvgl - dcffe24094683730e8206163ddeca40da8d170d4 authored over 1 year ago
fix(Kconfig): add Kconfig for draw buf alignments and obj. style cache (#4457)

Signed-off-by: Peter Bee <[email protected]>

github.com/lvgl/lvgl - ea6d27682b2cb1f6d59f5cc353024fb4eb3ecac6 authored over 1 year ago
example(canvas): fix canvas examples

github.com/lvgl/lvgl - 6b8d1e94b4db020c9e413f991b5b5396774b2add authored over 1 year ago
chore(style): add lv_style_is_const() for better readability

github.com/lvgl/lvgl - 3631ad4b78d6044f22c234441106b8645e1b2b29 authored over 1 year ago
fix(misc): fix build warning with lv_style.h (#4458)

Signed-off-by: Peter Bee <[email protected]>

github.com/lvgl/lvgl - d1890895a4df57d8245f8390a4faca27bd7aa129 authored over 1 year ago
fix(kconfig): Change LV_CONF_SKIP default value (#4455)

Signed-off-by: Fabian Blatz <[email protected]>

github.com/lvgl/lvgl - 4ff76dffa1a85ddc7eaa530e6d3389dcccb8f95e authored over 1 year ago
feat(img): update the bits in lv_img_header_t

See #4382

github.com/lvgl/lvgl - 4fe5933630d3300d3daff23c7814425fc57f7cab authored over 1 year ago
perf(style): speed up getting stye properties by adding LV_OBJ_STYLE_CACHE

github.com/lvgl/lvgl - 4736ebfbca8bb99ddcc4b1ad0c3619d0a52480ce authored over 1 year ago
fix: fix typos (#4451)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 67ca457a0799cad73755b841bcac7e6a189923ed authored over 1 year ago
chore: removes unused function (#4449)

github.com/lvgl/lvgl - e01994dc6cd0d816664081a62a0985ded65852e7 authored over 1 year ago
feat(layer): add more efficient widget translucent mode (#4415)

Signed-off-by: FASTSHIFT <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xiaom...

github.com/lvgl/lvgl - 9a483c87bfec48fa4f84f2e5ef4b4a4b7d2a95fd authored over 1 year ago
docs(simulator): remove SDL support from the Visual Studio project

github.com/lvgl/lvgl - 7f5e24771e7c152cae1efbd57f30c822704c1973 authored over 1 year ago
feat(draw_buf): add lv_draw_buf_get_buf to properly handle mem align

github.com/lvgl/lvgl - 9064e121ba1ce57d1e8fddd78cd810448026b092 authored over 1 year ago
chore(bidi): fix typo (#4447)

github.com/lvgl/lvgl - ebc1f43f4042cfe3219c772fd6d2cc25151bcfe6 authored over 1 year ago
chore(refr): removes unused macro (#4446)

github.com/lvgl/lvgl - 5433b2b5791294c6a2561b268420d9c56cd88c60 authored over 1 year ago
fix(img_draw): fix recoloring of RGB565A8 images

github.com/lvgl/lvgl - 7fb3d7eb389034a20598cd745922a27222a2330c authored over 1 year ago
fix(arc): fix setting value in REVERSED mode

github.com/lvgl/lvgl - c49cdb386f0e64fde19a1d67650c672b8f3cc6ae authored over 1 year ago
fix(fragment): catch wrong instance_size (#4442)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - afa28a17aa54733a35bdbfc4894398057c185eec authored over 1 year ago
feat(sdl): make SDL work with all rendering modes and 1 or 2 buffers

github.com/lvgl/lvgl - 76d4e5603683bb3535868bfb379c9d3bb7b0f1c5 authored over 1 year ago
fix(indev): do no defocus if the same it object is clicked again

github.com/lvgl/lvgl - 52caac9de317c37e91b4426454e1358ebdb8785b authored over 1 year ago
fix(refr): fix double buffered direct mode

github.com/lvgl/lvgl - 9a15c1f9c59d632c491d73b76f83df1db60e56a2 authored over 1 year ago
chore(bidi): minor optimization (#4441)

github.com/lvgl/lvgl - 014905ad3c851021adeedf813c93eeb9df089068 authored over 1 year ago
added Python version of lv_example_tiny_ttf_3 (#4437)

github.com/lvgl/lvgl - 73de6a2e94378450ff7ceb13d0919ac085fd9925 authored over 1 year ago
feat(indev): change the feedback callback parameter to lv_event_t* (#4435)

Signed-off-by: qinshijing <[email protected]>
Co-authored-by: qinshijing <qinshijing@xiaomi...

github.com/lvgl/lvgl - 9c7fcdaf19e1fb8dc29f8af9de5279fa5859513e authored over 1 year ago
ci(img): add reserved field to lv_img_dsc_t for backward comaptibility

github.com/lvgl/lvgl - 96cb434a649b70085ee2f56024f9e98345b8d350 authored over 1 year ago
Update ROADMAP.rst

github.com/lvgl/lvgl - ae476628be747c8e33cc121d5dcb0eab021c5e6a authored over 1 year ago
fix(refr): fix area size in partial mode (again)

github.com/lvgl/lvgl - e48b8fe7840aac5abc9c1f563d779a94a718b36a authored over 1 year ago
fix(refr): fix area size in partial mode

github.com/lvgl/lvgl - e3c435860df5282838492598fecc34ec5db00771 authored over 1 year ago
fix(tiny_ttf): re-initialize cache contents when cleared (#4426)

github.com/lvgl/lvgl - af8c55724d7d36d254ee873119efb01a59c8e40b authored over 1 year ago
build(cmake): allow correct use of LV_CONF_PATH (#4428)

Signed-off-by: António Oliveira <[email protected]>
Co-authored-by: António Oliveira <antonio@...

github.com/lvgl/lvgl - 5d056ed2b909aaf8e17c66d4a8042e49c7672d90 authored over 1 year ago
chore: fix lv_example_img_1()

github.com/lvgl/lvgl - 9285f44539e07cf2fb8b91fb8b847e1e1a87973a authored over 1 year ago
feat(draw_buf): add lv_draw_buf_t for stride support (#4423)

github.com/lvgl/lvgl - 45aa59a473846fe511bd559af3ba28cd85e04876 authored over 1 year ago
ci: fix potential out of memory issue

github.com/lvgl/lvgl - 35c23a4069f5edaa71b2859d3887efec40ce53f6 authored over 1 year ago
Merge branch 'master' of https://github.com/lvgl/lvgl

github.com/lvgl/lvgl - 891057dbfdc1d14996bce03c2bef11b376bfcebe authored over 1 year ago
fix(draw): Check for decoder result in sw_draw_img (#4416)

Signed-off-by: Peter Bee <[email protected]>

github.com/lvgl/lvgl - 9beca819fb584f73be2daca2d4407bc9be94e433 authored over 1 year ago
feat(refr): use ASSERT to capture the invalidate area situation during rendering (#4410)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 5167731edeb970cfc976b15c14402bc3cf8699f9 authored over 1 year ago
fix(examples): fix crash caused by typos (#4419)

Signed-off-by: FASTSHIFT <[email protected]>

github.com/lvgl/lvgl - 0302eaa22eb855656f65300c4353909c6a78c667 authored over 1 year ago
Update ROADMAP.rst

github.com/lvgl/lvgl - db0dbee435677292cfb81871f054c476d384487e authored over 1 year ago
Merge branch 'master' of https://github.com/lvgl/lvgl

github.com/lvgl/lvgl - 23249596f5c6a2f4ac1723a8583b080eb34078e2 authored over 1 year ago