From 919ede91b8c9a08bb322fef1f75fa7e080a8fd59 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 3 Jan 2023 19:49:36 +0100 Subject: [PATCH] Updated Upcoming Changes (markdown) --- Upcoming-Changes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Upcoming-Changes.md b/Upcoming-Changes.md index ecb6e49..d6755d1 100644 --- a/Upcoming-Changes.md +++ b/Upcoming-Changes.md @@ -1,9 +1,9 @@ -Last updated 2022/09. +Last updated 2022/12. This is a higher-level list of intent. Refer to TODO.txt for a more detailed list. ## Viewport -- Improve Viewport branch toward merging in Master (1.90? 2.00?) ([#1542](https://github.com/ocornut/imgui/issues/1542)). +- Improve [Multi-Viewports](https://github.com/ocornut/imgui/wiki/Multi-Viewports) feature toward merging in Master (~2.00) ([#1542](https://github.com/ocornut/imgui/issues/1542)). ## DPI @@ -12,14 +12,14 @@ This is a higher-level list of intent. Refer to TODO.txt for a more detailed lis ## Navigation, Controls - Improve gamepad and keyboard controls. ([#787](https://github.com/ocornut/imgui/issues/787)) -- Inputs: Input ownership and routing system (2022). -- Shortcuts: menus/global-style shortcuts. +- Inputs: Input ownership and routing system (pushed to imgui_internal on 2022/12). +- Shortcuts: menus/global-style shortcuts (internal proof-of-concept ready 2022/12) - Shortcuts: alt-style local shortcuts. - Menus: once menus are able to handle their shortcuts (aka recursing in non-visible menus) we could envision Mac-style menu searching. ## Docking -- Improve/rewrite Docking (merge 2.00?) ([#2109](https://github.com/ocornut/imgui/issues/2109)) +- Improve/rewrite [Docking](https://github.com/ocornut/imgui/wiki/Docking) toward merging in 2.0. ([#2109](https://github.com/ocornut/imgui/issues/2109)) ## Text/Fonts @@ -35,11 +35,11 @@ This is a higher-level list of intent. Refer to TODO.txt for a more detailed lis ## Bindings -- Release "dear_bindings" ease the generation of language bindings (e.g. C), as an "v3" alternative to https://github.com/cimgui/cimgui +- Improve [dear_bindings](https://github.com/dearimgui/dear_bindings) to ease the generation of language bindings (e.g. C). ## Automation, Tests -- Release Dear ImGui Test Engine (Q3-Q4 2022). +- Improve the [Dear ImGui Test Engine](https://github.com/ocornut/imgui_test_engine). ## Misc