Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2009-08-14 | Modified to use dynamic memory allocation for the number of nodes. | Don Pellegrino | 1 | -2/+2 |
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-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. |