From 282532a92a45d27e2e11c03db854e59093978d1d Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 19 Mar 2015 17:04:50 +0000 Subject: [PATCH] AA Branch: notes. --- imgui.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/imgui.cpp b/imgui.cpp index 74a08cf3..782d001a 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -4,6 +4,13 @@ // Get latest version at https://github.com/ocornut/imgui // Developed by Omar Cornut and contributors. +// ANTI-ALIASED PRIMITIVES BRANCH +// TODO +// - settle on where to the 0.5f offset for lines +// - checkbox, slider grabs are not centered properly if you enable border (relate to point above) +// - fix circles +// - thick lines? recently been added to the ImDrawList API as a convenience. + /* Index