Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2011-01-18 | Brought in GLee to assist with compiling and linking on a Windows 7 Professio... | Don Pellegrino | 11 | -8/+36621 |
2010-06-24 | Modified to use the DB2INCLUDE environment variable for proper | Don Pellegrino | 2 | -2/+2 |
compilation in dedicated build directories (usually on local rather than home). | ||||
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 | 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. |