History log of /seL4-l4v-10.1.1/isabelle/src/Tools/Graphview/tree_panel.scala
Revision Date Author Comments
# 3891c3e0 27-Jun-2017 wenzelm <none@none>

clarified defaults;


# 3d4309c0 27-Jun-2017 wenzelm <none@none>

tuned signature;


# 18545ee4 11-Aug-2015 wenzelm <none@none>

clarified tree row handling;


# cb4e29c1 05-Aug-2015 wenzelm <none@none>

tuned;


# ae33429f 05-Aug-2015 wenzelm <none@none>

tuned;


# 20c2431a 20-May-2015 wenzelm <none@none>

cell-specific row height based on its font, e.g. relevant for DPI scaling on Windows;


# 25b91132 28-Jan-2015 wenzelm <none@none>

clarified module name;

--HG--
rename : src/Tools/Graphview/visualizer.scala => src/Tools/Graphview/graphview.scala


# 9cc55e6f 19-Jan-2015 wenzelm <none@none>

always swap panels, which leads to slightly better GUI layout;


# 6d760ae0 19-Jan-2015 wenzelm <none@none>

tuned;


# 03be0d9e 19-Jan-2015 wenzelm <none@none>

proper tooltips -- override action toolTip which is empty here;


# 3fb33329 18-Jan-2015 wenzelm <none@none>

discontinued attempt at alphabetic_order -- selection via regex should be sufficient;


# 08b126ea 18-Jan-2015 wenzelm <none@none>

proper selection of nodes via regular expression;


# 55f8b999 18-Jan-2015 wenzelm <none@none>

suppress some controls that don't work yet;


# e31c6e88 18-Jan-2015 wenzelm <none@none>

proper scrolling wrt. transform;
tuned signature;


# 17e51983 18-Jan-2015 wenzelm <none@none>

clarified main actions and keyboard focus;


# 2b3688d4 18-Jan-2015 wenzelm <none@none>

tuned signature;


# f653497f 18-Jan-2015 wenzelm <none@none>

support for tree view on graph nodes;
misc tuning;