summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--README7
-rw-r--r--src/Makefile.am2
-rw-r--r--src/controller/callbacks/reshape.c1
-rw-r--r--src/model/data/base.sqc1
-rw-r--r--src/model/geometry/datarose_geometry.c54
-rw-r--r--src/model/geometry/datarose_geometry.h11
-rw-r--r--src/model/geometry/density_legend_geometry.c13
-rw-r--r--src/model/geometry/protein_geometry.c2
-rw-r--r--src/model/state/state.h4
-rw-r--r--src/view/geometry.c2
-rw-r--r--src/view/init.c2
11 files changed, 87 insertions, 12 deletions
diff --git a/README b/README
index fa23f39..b03724f 100644
--- a/README
+++ b/README
@@ -20,6 +20,13 @@ used to highlight the selection.
Mouse-wheel: scroll to zoom in or out by 10% of the window size with
the focus at the center of the window.
+An attempt was made to use the glutPassiveMotionFunc to show the
+information for the data under the mouse pointer. This proved to be
+too slow so the use of this technique was discarded. The basic
+selection mechanisms can be used to identify the points under the
+mouse. Alternatively a keyboard command might be added to provide the
+information upon a keypress.
+
===
DB2
===

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.