From efc473df985db6a1e9322bf5f9988c8ac66bf3f4 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 18 Aug 2014 19:13:18 +0100 Subject: [PATCH] Todo list --- imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index b38018cae..9c63d3d81 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -121,7 +121,7 @@ - scrollbar: make the grab visible and a minimum size for long scroll regions - input number: optional range min/max - input number: holding [-]/[+] buttons should increase the step non-linearly - - input number: rename Input*() to Input(), Slider*() to Slider() ? + - input number: use mouse wheel to step up/down - layout: clean up the InputFloatN/SliderFloatN/ColorEdit4 horrible layout code. item width should include frame padding, then we can have a generic horizontal layout helper. - columns: declare column set (each column: fixed size, %, fill, distribute default size among fills) - columns: columns header to act as button (~sort op) and allow resize/reorder