From 6e15b71663f15aeff557f8e2d6040b56a14bb9e7 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 16 Aug 2014 14:19:19 +0100 Subject: [PATCH] Minor todo/readme changes --- README.md | 2 +- imgui.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3f7767d..3062cdb4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Developed by [Omar Cornut](http://www.miracleworld.net). The library was develop Embeds [proggy_clean](http://www.proggyfonts.net/) font by Tristan Grimmer (also MIT license). -Inspiration, feedback, and testing: Casey Muratori, Atman Binstock, Mikko Mononen, Emmanuel Briney, Stefan Kamoda, Matt Willis. Thanks! +Inspiration, feedback, and testing: Casey Muratori, Atman Binstock, Mikko Mononen, Emmanuel Briney, Stefan Kamoda, Anton Mikhailov, Matt Willis. Thanks! License ------- diff --git a/imgui.cpp b/imgui.cpp index 449580e3..a193a065 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -109,6 +109,7 @@ ISSUES AND TODO-LIST + - main: window title clipping is broken. - misc: allow user to call NewFrame() multiple times without a render. - misc: merge ImVec4 / ImGuiAabb, they are essentially duplicate containers - window: autofit is losing its purpose when user relies on any dynamic layout (window width multiplier, column). maybe just discard autofit? @@ -145,7 +146,8 @@ - filters: set a current filter that tree node can automatically query to hide themselves - filters: handle wildcards (with implicit leading/trailing *), regexps - shortcuts: add a shortcut api, e.g. parse "&Save" and/or "Save (CTRL+S)", pass in to widgets or provide simple ways to use (button=activate, input=focus) - - keyboard: full keyboard navigation and focus + - input: keyboard: full keyboard navigation and focus. + - input: support trackpad style scrolling. - misc: not thread-safe - optimisation/render: use indexed rendering - optimisation/render: move clip-rect to vertex data? would allow merging all commands