From f45fd1cef67482ca326a6be6ec8cb64d76867641 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sun, 3 Apr 2016 16:42:35 +0200 Subject: [PATCH] Comments --- imgui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui.cpp b/imgui.cpp index 1a21e1d0..f170b166 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -504,6 +504,7 @@ - color: add a better color picker (#346) - node/graph editor (#306) - pie menus patterns (#434) + - drag'n drop, dragging helpers (carry dragging info, visualize drag source before clicking, drop target, etc.) (#143, #479) - plot: PlotLines() should use the polygon-stroke facilities (currently issues with averaging normals) - plot: make it easier for user to draw extra stuff into the graph (e.g: draw basis, highlight certain points, 2d plots, multiple plots) - plot: "smooth" automatic scale over time, user give an input 0.0(full user scale) 1.0(full derived from value)