From 276d445f9792caad0a41c5f803e8f732853c9d13 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Fri, 4 Sep 2020 22:04:37 -0700 Subject: [PATCH] Update todo.md. --- todo.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/todo.md b/todo.md index 27c667e..5337366 100644 --- a/todo.md +++ b/todo.md @@ -1,9 +1,10 @@ # Todo -## Todo Now -* Make a GUI. One approach is to render individual icons with diagrams using the -Cairo or GTK backend. The rendering would be in a separate process so that -interacting and dragging nodes is not slowed down by rendering. +## GUI Todo Now +* Refactor and clean up GUI (gui/Main.hs). +* Add history and undo [Bug #12](https://github.com/rgleichman/glance/issues/12) + +## Non-GUI Todo Now * Redesign case icon to avoid non-locality. * Move @ pattern circles so that they are on the same side as the variables. * Add command line flags for color style, embedding, and whether to draw arrowheads.