From a956b0bdbae14ec809c4986e3f185afb5247dae1 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 19 Jul 2022 18:10:52 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index e2a1ab9c7..f4f464bce 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -3,14 +3,14 @@ ## Planned for v9 ### Naming and API -- [ ] `lv_style_set_size()` should have separate width and height parameters +- [x] `lv_style_set_size()` should have separate width and height parameters - [ ] `lv_img_set_src()` use "type-aware" parameter. See [here](https://github.com/lvgl/lvgl/tree/arch/img-decode-rework) - [ ] Rename `LV_IMG_CF_TRUE_COLOR_*` to `LV_IMG_CF_RGB/RGBA`etc - [ ] `angle` ->`rotation`, `zoom` -> `scale` - [ ] More consistent names:`remove/clear/delete/del`, `offset/ofs`, `add/create/register`, `id/idx/index`, `middle/mid/center`, `img/image`, `txt/text`, `opa/alpha`, `scr/screen`, `finished/complete/completed/ready` - [ ] Reconsider the use of `has`, `is`, `enable` "action" keywords - [ ] Update canvas API (https://github.com/lvgl/lvgl/issues/3393) -- [ ] `LV_STYLE_PROP_INHERIT` -> `LV_STYLE_PROP_FLAG_INHERITABLE` [LINK](https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769) +- [x] `LV_STYLE_PROP_INHERIT` -> `LV_STYLE_PROP_FLAG_INHERITABLE` [LINK](https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769) - [ ] Replace `disp_drv->direct_mode/full_refresh` with enum. - [ ] Consider flat directory structure. E.g. `extra/widgets` to `widgets` - [ ] Rename `disp_drv->monitor_cb` to `render_completed/finished/ready`