ocornut 9 éve
szülő
commit
f45fd1cef6
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      imgui.cpp

+ 1 - 0
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)