src/Tools/Graphview/src/mutator.scala
Wed, 02 Apr 2014 20:22:12 +0200 wenzelm more explicit iterator terminology, in accordance to Scala 2.8 library;
Tue, 11 Dec 2012 21:05:38 +0100 wenzelm just one class with parameters;
Mon, 10 Dec 2012 21:55:57 +0100 wenzelm separate instance of class Parameters for each Main_Panel -- avoid global program state;
Mon, 10 Dec 2012 17:05:51 +0100 wenzelm removed somewhat pointless Edge_Transitive filter, as the graph is always reduced to its Hasse diagram, to have any chance to layout efficiently;
Sun, 09 Dec 2012 14:05:21 +0100 wenzelm always apply transitive_reduction_acyclic in imitation of old graph browser (essential to avoid slow layout and overcrowded display, e.g. class_deps);
Tue, 09 Oct 2012 13:29:43 +0200 wenzelm tuned;
Mon, 08 Oct 2012 23:29:07 +0200 wenzelm avoid somewhat heavy rebuilding of SortedMap via map where plain iteration is sufficient;
Tue, 25 Sep 2012 20:28:47 +0200 wenzelm ML support for generic graph display, with browser and graphview backends (via print modes);
Tue, 25 Sep 2012 16:55:32 +0200 wenzelm more complete build;
Mon, 24 Sep 2012 21:16:33 +0200 wenzelm minimal component and build setup for graphview;
Mon, 24 Sep 2012 20:22:58 +0200 Markus Kaiser added Graphview tool, based on Isabelle/Scala and Swing/Graphics2D;
less more (0) tip