Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/scripts/
Dchangelog-template.hbs85 {{#commit-list merges heading='' message='(^ci|^test)'}}
88 {{#commit-list commits heading='' message='(^ci|^test)'}}
91 {{#commit-list fixes heading='' message='(^ci|^test)'}}
96 {{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
99 {{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
102 {{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c441 uint32_t ci; in calc_cols() local
442 for(ci = 0; ci < lv_obj_get_child_cnt(cont); ci++) { in calc_cols()
443 lv_obj_t * item = lv_obj_get_child(cont, ci); in calc_cols()
510 uint32_t ci; in calc_rows() local
511 for(ci = 0; ci < lv_obj_get_child_cnt(cont); ci++) { in calc_rows()
512 lv_obj_t * item = lv_obj_get_child(cont, ci); in calc_rows()
/lvgl-3.7.0/docs/
DCHANGELOG.md74 - ci: update screenshot compare from v9 to automatically create missing reference images [`fd21ed0`…
75 - ci(dropdown): fix test [`5fc488a`](https://github.com/lvgl/lvgl/commit/5fc488a088639dbfb5eb44f65b…
233 - fix(ci): set Ubuntu version for MicroPython test [`3865`](https://github.com/lvgl/lvgl/pull/3865)
246 - ci(esp): fix push to the component registry on tag [`e529230`](https://github.com/lvgl/lvgl/commi…
299 - fix(ci) checkout lv_micropython release/v8 branch [`3524`](https://github.com/lvgl/lvgl/pull/3524)
316 - ci: protect test.c with #if LV_BUILD_TEST [`be485d7`](https://github.com/lvgl/lvgl/commit/be485d7…
616 - ci(slider): add unit test [`3198`](https://github.com/lvgl/lvgl/pull/3198)
621 - ci(docs) replace use of sed with proper configuration variables [`1816fa5`](https://github.com/lv…
622 - ci add Makefile test [`ea79cee`](https://github.com/lvgl/lvgl/commit/ea79cee01a6bec9b3ce5b6c232dd…
625 - ci update docs builder to work with Python 3.10 [`a3d66c9`](https://github.com/lvgl/lvgl/commit/a…
[all …]