Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2009-10-01 | Commented out the datarose geometry as the implementation is still incomplete. | Don Pellegrino | 1 | -1/+2 |
2009-09-03 | Added shell for the DataRose development. | Don Pellegrino | 3 | -0/+5 |
2009-08-19 | Changed user interface to pan with the right mouse button so that the | Don Pellegrino | 5 | -7/+12 |
left mouse button can be preserved for selection. Fix bug in updating the database with the current selection. This bug was introduced with the conversion to dynamic memory allocation for the number of records. Indexing into the list of GI values is not handled correctly. | ||||
2009-08-18 | Ran GNU indent. | Don Pellegrino | 12 | -65/+70 |
2009-08-18 | Updated the ignore list to use full paths and removed the sel_save.c file tha... | Don Pellegrino | 1 | -141/+0 |
2009-08-18 | Fixed bug in zooming and panning. Interactive testing of zooming by | Don Pellegrino | 11 | -111/+197 |
rubber band, zooming with the mouse wheel and panning all work with the window at any size, square or non-square. | ||||
2009-08-18 | Removed viewport state variable since this can be easily retrieved | Don Pellegrino | 5 | -15/+10 |
from OpenGL's GL_VIEWPORT at any time. | ||||
2009-08-17 | Modified to use CTRL modifier for zoom selections as well. | Don Pellegrino | 1 | -1/+3 |
2009-08-17 | Refactored the model package into data, state and geometry | Don Pellegrino | 27 | -549/+179 |
subdirectories. Added implementation for panning the map. | ||||
2009-08-17 | Removed the exp004 moniker from the objects. The objects now have | Don Pellegrino | 33 | -113/+530 |
generic names based on their function in this program. They are not generally designed for reuse in other visualization programs which seems okay at the moment. I'll leave it up to OpenGL and the APIs to be general while these objects are specific to the task of interactive visualization of a map of influenza. | ||||
2009-08-17 | Refactored controller package. | Don Pellegrino | 1 | -0/+21 |
2009-08-17 | Refactored the controller package into separate actions and | Don Pellegrino | 36 | -176/+332 |
callbacks. Design justification added as a README to the controller subdirectory. | ||||
2009-08-14 | Added zooming with the mouse wheel. The mouse wheel will zoom in or out by 1... | Don Pellegrino | 7 | -44/+149 |
2009-08-14 | Moved hitlist selection coloring. | Don Pellegrino | 1 | -6/+0 |
2009-08-14 | Trivial changes for readability. | Don Pellegrino | 2 | -2/+2 |
2009-08-14 | Trivial changes for readability. | Don Pellegrino | 1 | -1/+1 |
2009-08-14 | Modified to use dynamic memory allocation for the number of nodes. | Don Pellegrino | 1 | -2/+2 |
2009-08-14 | Modified to use dynamic memory allocation for the number of nodes. | Don Pellegrino | 1 | -4/+8 |
2009-08-14 | Modified to use dynamic memory allocation for the number of nodes. | Don Pellegrino | 1 | -2/+3 |
2009-08-14 | Modified to use dynamic memory allocation for the number of nodes. | Don Pellegrino | 1 | -5/+9 |
2009-07-23 | Moved model geometry into a subdirectory of model. Modified highlight | Don Pellegrino | 18 | -47/+106 |
for selection to draw a yello circle around the selected proteins rather than change their fill color to black. This preserves the fill color of selected items. | ||||
2009-07-09 | Sets loaded from the database are not added to the current selection | Don Pellegrino | 1 | -1/+7 |
anymore as this was confusing. | ||||
2009-07-09 | Removed superfluous variable and set the parameters to const. | Don Pellegrino | 2 | -6/+3 |
2009-07-09 | Removed unused #include <stdio.h> includes left over from when | Don Pellegrino | 3 | -3/+0 |
debugging printfs were in the code. | ||||
2009-07-07 | Set the legend to appear as a constant height above the map. Set | Don Pellegrino | 9 | -30/+59 |
updating of the map display list to be done only when the contents change. | ||||
2009-07-06 | Added a density legend to the display. Disabled the depth test so | Don Pellegrino | 11 | -27/+124 |
that the alpha blending and point overlays work as expected for an orthographic projection. | ||||
2009-07-01 | Added subdirectory for running r and a script to connect to the DB2 | Don Pellegrino | 25 | -146/+140 |
backend and retrieve details of the current selection made with the visualization. Added Make target for running GNU indent. Ran indent on all of the code and headers. | ||||
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -1/+1 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -7/+13 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -5/+20 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -11/+2 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -3/+3 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -21/+59 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 2 | -0/+37 |
2009-06-18 | Implemented zooming. | Don Pellegrino | 1 | -3/+3 |
2009-06-17 | Renamed selection_to_db to selsave to reduce the filename to eight | Don Pellegrino | 1 | -41/+0 |
characters. This is necessary due to the limitation of the package name in DB2 for the binding. It will conflict with selection_from_db otherwise. | ||||
2009-06-17 | Renamed selection_to_db to selsave to reduce the filename to eight | Don Pellegrino | 4 | -12/+56 |
characters. This is necessary due to the limitation of the package name in DB2 for the binding. It will conflict with selection_from_db otherwise. | ||||
2009-06-16 | DB2 generated header to match table definition. | Don Pellegrino | 1 | -0/+13 |
2009-06-16 | Modified to use alpha. | Don Pellegrino | 1 | -1/+2 |
2009-06-16 | Added define to make the code more readable. | Don Pellegrino | 1 | -22/+31 |
2009-06-16 | Added zoom command. | Don Pellegrino | 1 | -0/+13 |
2009-06-16 | Added loading of a selection from the database. | Don Pellegrino | 1 | -1/+43 |
2009-06-16 | Added zoom feature - current incomplete. | Don Pellegrino | 1 | -9/+23 |
2009-06-16 | Added use of alpha. | Don Pellegrino | 1 | -1/+2 |
2009-06-13 | Updated to record the current selection in the database. | Don Pellegrino | 1 | -12/+15 |
2009-06-13 | Added selection by bounding box with mouse. | Don Pellegrino | 1 | -67/+98 |
2009-06-13 | Added use of database. | Don Pellegrino | 11 | -0/+385 |
2009-06-08 | Refactored the visualization code from exp004 to its own project here. | Don Pellegrino | 29 | -0/+1185 |