Home
last modified time | relevance | path

Searched +full:days +full:- +full:before +full:- +full:stale (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.4.0/.github/workflows/
Dclose_old_issues.yml1 name: 'Close stale issues and PRs'
4 - cron: '30 1 * * *'
8 stale:
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v3
14 repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
15stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remov…
16stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stal…
17 …close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activit…
18 days-before-stale: 14
[all …]
/lvgl-3.4.0/docs/
DCHANGELOG.md10 - Abstract render layer to make it easier to attack external draw engines
11 - Add `LV_FLAD_OVERFLOW_VISIBLE`. If enabled the children of an object won't be clipped to the boun…
12 - Add ffmpeg decoder support to play videos and open a wide variety of image formats
13 - Add font fallback support
14 - Add gradient dithering support
15 - Add "monkey test"
16 - Add cmsis-pack support
17 - Add Grid navigation (`lv_gridnav`)
23 - :warning: feat(fs): add caching option for lv_fs-read [`2979`](https://github.com/littlevgl/lvgl/…
24 - :warning: feat(span): lv_spangroup_get_expand_width() adds a parameter [`2968`](https://github.co…
[all …]