|
@@ -24,7 +24,7 @@ The following features are either planned (\planned), under construction (\progr
|
|
|
\item[\done] Drawing the edges just as plain straight lines.
|
|
|
\item[\done] Drawing the conflicted edges in a different color.
|
|
|
\item[\done] Drawing the four extremal layouts and the combined layout separately.
|
|
|
- \item[\planned] Drawing the edges of the block graph (in a different color than other edges, low priority).
|
|
|
+ \item[\planned] Drawing the edges of the block graph (yet another, low priority).
|
|
|
\item[\done] Showing pseudocode and the position where the algorithm currently is.
|
|
|
\begin{itemize}
|
|
|
\item[\planned] Clicking on the pseudocode to go to (not \reserved{goto}) to a specific location.
|
|
@@ -33,7 +33,11 @@ The following features are either planned (\planned), under construction (\progr
|
|
|
\item[\done] Running the algorithm step by step manually.
|
|
|
\item[\progress] Running the algorithm step by step with configurable delay.
|
|
|
\item[\progress] Using debugger-like commands such as \enquote{step into}, \enquote{step over}, \enquote{step out}.
|
|
|
- \item[\planned] Adding buttons and other graphical elements to support the user interface (low priority, see figure~\ref{fig:sketch}).
|
|
|
+ \item[\progress] Adding buttons and other graphical elements to support the user interface (low priority, see figure~\ref{fig:sketch}).
|
|
|
+ \begin{itemize}
|
|
|
+ \item[\done] Displaying the buttons.
|
|
|
+ \item[\planned] Making all the buttons work.
|
|
|
+ \end{itemize}
|
|
|
Currently there is only keyboard input (cf.\ section~\ref{sec:userInterface}).
|
|
|
\item[\done] Working with hierarchical graphs.
|
|
|
\item[\done] Scaling the display with the (adjustable) window size.
|