From b1be5441c3e60cde750ea00ac905cbf5eea0726b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 19 Nov 2023 12:28:09 +0100 Subject: [PATCH] Update ROADMAP.rst --- docs/ROADMAP.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/ROADMAP.rst b/docs/ROADMAP.rst index c92ba147d..1adb6df83 100644 --- a/docs/ROADMAP.rst +++ b/docs/ROADMAP.rst @@ -55,7 +55,7 @@ Architecture - |check| Add vector graphics support via ThorVG - |uncheck| SVG support: integrate an SVG render library `4388 `__ - |check| Introduce optional ``float`` support. `4648 `__ -- |uncheck| Introduce support layer for 3D GPUs (OpenGL, SDL, Vulkan, etc). `4622 `__ +- |check| Introduce support layer for 3D GPUs (OpenGL, SDL, Vulkan, etc). `4622 `__ Styles ~~~~~~ @@ -73,11 +73,6 @@ Widgets (see `here `__ and #4043) - |check| Disabled widgets should absorb indev actions without sending events. `#3860 `__ -Drawing and rendering -~~~~~~~~~~~~~~~~~~~~~ - -- |uncheck| Automatically recalculate the layout if a coordinate is obtained using `lv_obj_get_width/height/x/y/etc` - Animations ~~~~~~~~~~ @@ -154,6 +149,7 @@ Others - |uncheck| Circle layout. #2871 - |uncheck| Consider `stagger animations `__. - |uncheck| Add custom indev type. See [here](https://github.com/lvgl/lvgl/issues/3298#issuecomment-1616706654). +- |uncheck| Automatically recalculate the layout if a coordinate is obtained using `lv_obj_get_width/height/x/y/etc` Ideas -----