summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--README21
-rw-r--r--TODO3
-rw-r--r--src/Makefile.am27
-rw-r--r--src/controller/actions/pan.c57
-rw-r--r--src/controller/actions/pan.h2
-rw-r--r--src/controller/actions/sel_save.c2
-rw-r--r--src/controller/callbacks/keyboard.c2
-rw-r--r--src/controller/callbacks/mouse.c30
-rw-r--r--src/controller/callbacks/mouse_motion.c19
-rw-r--r--src/controller/callbacks/mouse_motion.h9
-rw-r--r--src/model/base.c417
-rw-r--r--src/model/base.h9
-rw-r--r--src/model/coordinates.h11
-rw-r--r--src/model/data/base.sqc (renamed from src/model/base.sqc)6
-rw-r--r--src/model/selection_info.h37
-rw-r--r--src/model/selection_info_init.c14
-rw-r--r--src/model/selection_info_init.h8
-rw-r--r--src/model/selection_purposes.h17
-rw-r--r--src/model/state/pan_info_init.h8
-rw-r--r--src/model/state/state.h (renamed from src/model/state.h)3
-rw-r--r--src/model/state/zoom_info.h (renamed from src/model/zoom_info.h)0
-rw-r--r--src/model/state/zoom_info_init.c (renamed from src/model/zoom_info_init.c)0
-rw-r--r--src/model/state/zoom_info_init.h (renamed from src/model/zoom_info_init.h)0
-rw-r--r--src/view/geometry.c8
-rw-r--r--src/view/init.c12
-rw-r--r--src/view/state0.h2
-rw-r--r--src/view/view.c4
27 files changed, 179 insertions, 549 deletions
diff --git a/README b/README
index d369028..737b89f 100644
--- a/README
+++ b/README
@@ -1,17 +1,24 @@
1Visualization system to explore the data from exp004.1Visualization system to explore influenza sequence data.
22
3Light gray is used to display unselected points. White is used to3Light gray is used to display unselected points. A yellow outline is
4highlight the selection.4used to highlight the selection.
5
6Use
75
8 ESC: Clear selection.6 ESC: Clear selection.
9 Left-click, drag and release: Add box to selection.7
10 Left-click: Add points under mouse pointer to selection.8 Left-click, drag: Pan.
9
10 CTRL + Left-click, drag and release: Add box to selection.
11
11 s: Selection will be used to define a set.12 s: Selection will be used to define a set.
13
12 z: Selection will be used to define a zoom region.14 z: Selection will be used to define a zoom region.
15
13 r: Reset the display (unzoom).16 r: Reset the display (unzoom).
17
14 l: Toggle display of the legend (on by default).18 l: Toggle display of the legend (on by default).
19
20 Mouse-wheel: scroll to zoom in or out by 10% of the window size with
21 the focus at the center of the window.
1522
16======23======
17COFFEE24COFFEE

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.