Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(refr): reshape using draw_buf stride (#6567) | Lemon | 2024-08-13 |
| | | | | | Signed-off-by: liujp <liujp@xiaomi.com> Co-authored-by: liujp <liujp@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | feat(unity): update unity to version 2.6.0 (#6453) | Liu Yi | 2024-07-31 |
| | | | Signed-off-by: lhdjply <lhdjply@126.com> | ||
* | feat(draw/sw): add support for LV_COLOR_FORMAT_I1 (#6345) | Fabian Blatz | 2024-07-19 |
| | | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | feat(tests): add VG-Lite render test (#6264) | VIFEX | 2024-06-07 |
| | | | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: liamHowatt <liamjmh0@gmail.com> | ||
* | feat(stdlib): strncpy consistency and add strlcpy (#6204) | Liam | 2024-05-22 |
| | |||
* | feat(draw/sw): added support for LV_COLOR_FORMAT_L8 (#5800) | Zoltan Janosy | 2024-04-20 |
| | | | | | | | | | | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Signed-off-by: qinshijing <qinshijing@xiaomi.com> Co-authored-by: Zoltan Janosy <zjanosy@fishman.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: VIFEX <vifextech@foxmail.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: Niklas Fiekas <niklas.fiekas@sartorius.com> Co-authored-by: qinshijing <51692568+qinshijing@users.noreply.github.com> Co-authored-by: qinshijing <qinshijing@xiaomi.com> Co-authored-by: Neo Xu <neo.xu1990@gmail.com> | ||
* | feat(CI): Windows MSVC and GCC build (#6015) | Liam | 2024-04-18 |
| | |||
* | ci(ref_imgs): automatically genereate the missing reference image folders ↵ | Gabor Kiss-Vamosi | 2024-02-23 |
| | | | | (#5696) | ||
* | feat(event): return event dsc for later to remove (#5630) | Neo Xu | 2024-02-19 |
| | | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com> Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com> | ||
* | chore(tests): replace sprintf -> lv_snprintf (#5319) | _VIFEXTech | 2024-01-15 |
| | | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> | ||
* | feat(draw): add sw display rotate implementations | Gabor Kiss-Vamosi | 2023-11-27 |
| | |||
* | chore: remove debug code | Gabor Kiss-Vamosi | 2023-11-15 |
| | |||
* | test(draw): add rendering test for RGB565, RGB888, XRGRB8888, and ARGB8888 | Gabor Kiss-Vamosi | 2023-11-15 |
| | |||
* | fix(draw): fix minor issues in SW render | Gabor Kiss-Vamosi | 2023-11-15 |
| | |||
* | ci: upgrade astyle tool (#4776) | Viktor Szépe | 2023-11-10 |
| | | | Install from source to use the latest version | ||
* | feat(draw): add implements vector graphic APIs (#4528) (#4691) | Zhang Ji Peng | 2023-11-09 |
| | | | | | Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com> Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | refactor: scr -> screen, act->active, del->delete, remove in ↵ | Gabor Kiss-Vamosi | 2023-10-12 |
| | | | | obj_clear_flag/state | ||
* | refactor(draw_buf): remove lv_draw_buf_t and make all functions work on void ↵ | Gabor Kiss-Vamosi | 2023-10-11 |
| | | | | * buffer directly | ||
* | ci: temporary remove lv_example_tiny_ttf_3.py | Gabor Kiss-Vamosi | 2023-10-10 |
| | |||
* | chore: fix TEST_ASSERT_MEM_LEAK_LESS_THAN | Gabor Kiss-Vamosi | 2023-09-25 |
| | |||
* | ci: add TEST_ASSERT_MEM_LEAK_LESS_THAN and use it in image decoder tests | Gabor Kiss-Vamosi | 2023-09-25 |
| | |||
* | refactor(btn, img): rename btn to button and img to image | Gabor Kiss-Vamosi | 2023-09-14 |
| | |||
* | feat(img): add img.header.stride | Gabor Kiss-Vamosi | 2023-08-31 |
| | | | | see https://github.com/lvgl/lvgl/pull/4414#issuecomment-1698538169 | ||
* | fix: fix typos (#4451) | bjsylvia | 2023-08-14 |
| | | | | Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com> | ||
* | arch(draw): add parallel rendering architecture | Gabor Kiss-Vamosi | 2023-07-05 |
| | | | | | | BREAKING CHANGE This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too. | ||
* | arch(driver): new driver architecture with new color format support | Gabor Kiss-Vamosi | 2023-02-20 |
| | |||
* | test add valgrind support and address technical debt (#3731) | some00 | 2022-10-09 |
| | | | Test runners are now properly generated by CMake only when needed | ||
* | ci(test): automatically create missing reference images for ↵ | Gabor Kiss-Vamosi | 2022-09-21 |
| | | | | TEST_ASSERT_EQUAL_SCREENSHOT | ||
* | test: fix warning in test_screenshot_error.h | Gabor Kiss-Vamosi | 2022-09-19 |
| | |||
* | chore(style): remove the trailing space from all source files (#3188) | Xiang Xiao | 2022-03-21 |
| | | | Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | ||
* | chore(tests): fix image compare tests | Gabor Kiss-Vamosi | 2022-02-16 |
| | |||
* | test(img): fix image error diff handler | Gabor Kiss-Vamosi | 2022-02-11 |
| | |||
* | test add support for using system heap | Themba Dube | 2022-01-23 |
| | |||
* | tests add README | Gabor Kiss-Vamosi | 2021-06-23 |
| | |||
* | test add build test again, add dropdown test, integrate gcov and gvocr | Gabor Kiss-Vamosi | 2021-06-18 |
| | |||
* | feat(test) add assert for screenshot compare | Gabor Kiss-Vamosi | 2021-06-18 |
| | |||
* | fix(test) add #if guard to exclude test related files from the build | Gabor Kiss-Vamosi | 2021-06-18 |
| | |||
* | feat(test) first experiement with Unity test engine | Gabor Kiss-Vamosi | 2021-06-18 |