[root]/Dataflow/Modules/Render
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 164 (100.0%) | 5251 (100.0%) | 32.0 |
mdavis | 56 (34.1%) | 4090 (77.9%) | 73.0 |
dav | 36 (22.0%) | 236 (4.5%) | 6.5 |
allen | 7 (4.3%) | 212 (4.0%) | 30.2 |
callahan | 19 (11.6%) | 208 (4.0%) | 10.9 |
worthen | 18 (11.0%) | 179 (3.4%) | 9.9 |
mjc | 23 (14.0%) | 149 (2.8%) | 6.4 |
darbyb | 3 (1.8%) | 148 (2.8%) | 49.3 |
dmw | 1 (0.6%) | 25 (0.5%) | 25.0 |
kuzimmer | 1 (0.6%) | 4 (0.1%) | 4.0 |
Fix crash bug in rendering unsupported PNGs, from branch.
0 lines of code changed in 2 files:
Save ppms in movie mode when png support not available.
13 lines of code changed in 1 file:
Clean up compiler warnings.
2 lines of code changed in 1 file:
M main/sub.mk
M Core/Datatypes/sub.mk
M StandAlone/convert/sub.mk
Need to specify F_LIBRARY (fortran library) to link on the Mac.
M Core/GUI/Util.tcl
Fix example use for label_pair function.
M Core/Datatypes/SearchGrid.cc
M Core/Datatypes/TetVolMesh.h
Cleaned up. Removed unused variables.
M Dataflow/GUI/Viewer.tcl
M Dataflow/Modules/Render/ViewWindow.cc
M Dataflow/Modules/Render/ViewWindow.h
M Dataflow/Modules/Render/OpenGL.cc
M Dataflow/Modules/Render/OpenGL.h
Made optional (with button) the ability to append the timestamp to
each frame when saving a movie. Cleaned up a number of other things
(eg: the GUI) related to saving a movie in SCIRun.
M Dataflow/Network/ComponentNode.cc
Cleaned up function name/return value layout.
M on-the-fly-libs/Makefile.in
Updated to use the SCI_MAKE_BE_QUIET env var for less verbosity during
compilation.
21 lines of code changed in 7 files:
Add a PNG option to viewer save image.
22 lines of code changed in 1 file:
provide functinality to get the view bounding box from a geometry port
6 lines of code changed in 3 files:
Fix sync_on_execute deadlock while making movies, bug 2849.
11 lines of code changed in 1 file:
Fix flipped PNG movie image, bug 2848.
1 lines of code changed in 1 file:
Add PNG support for movie output.
119 lines of code changed in 4 files:
Fix PNG saving memory leak
2 lines of code changed in 1 file:
Only initialize PNG structures when writing a PNG.
27 lines of code changed in 1 file:
M Render/ViewWindow.h
M Render/ViewWindow.cc
- Renamed setMessage() to much more explanatory setMovieMessage().
Added comments on what movie functions do. Print out the error
message in only one spot.
- Turned off the movie making if there is an error!
M Render/Viewer.h
Uses string, so included it.
M Render/OpenGL.h
Untabified.
M Render/OpenGL.cc
Use setMovieMessage() and pass in a flag when there is an error so
movie creation can be stopped.
131 lines of code changed in 6 files:
add env var that forces the use of default settings and autoview on network load when set to true
3 lines of code changed in 1 file:
add toggle to control the automatic autoview, by default this option is off. turn it on to get your viewer to autoview with every load of a new network
8 lines of code changed in 3 files:
fix circular dependency
3 lines of code changed in 2 files:
force autoview on loading a new network
24 lines of code changed in 2 files:
Last month's worth of windows fixes
3 lines of code changed in 2 files:
Dataflow/Modules/Render/Painter.h
Dataflow/Modules/Render/Painter.cc
Fixed compiler warnings.
Dataflow/Modules/String/SprintfMatrix.cc
Packages/BioPSE/Dataflow/Modules/Forward/ApplyFEMVoltageSource.cc
Packages/BioPSE/Dataflow/Modules/Forward/EITAnalyticSolution.cc
Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
Packages/BioPSE/Dataflow/Modules/Inverse/DipoleSearch.cc
Initialized variables that could be used uninitialized. (Not sure if
these are the right defaults, but at least they will be consistent.)
Packages/BioPSE/Dataflow/Modules/Forward/SetupBEMatrix.cc
Changed 'filed' to 'field'... I think it was a typo.
Packages/rtrt/Core/SketchMaterial.h
Packages/rtrt/StandAlone/scenes/sub.mk
SketchMaterial no longer compiles with the newest Teem. It was
originally created by James Bigler to work around thread safety/memory
issues in Teem. He used internal Teem functions/variables to make
things work. With the updates to Teem, the SketchMaterial will
probably need to be completely rewritten. It is only used in one
scene right now, so I am turning it off. (Note, there are a few #if
0's in the SketchMaterial.h file right now as I was trying to get it
to compile, but it doesn't make sense to turn everything off and leave
the file, so I'm removing it from the sub.mk.
Packages/rtrt/StandAlone/tex-utils/pnn-vq.cc
Fixed (strict) compilation error. (Must use the Class, not an
instance of the Class.)
Packages/rtrt/StandAlone/tex-utils/pca-error.cc
Use the new Teem '_nva' version of the function.
5 lines of code changed in 4 files:
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
212 lines of code changed in 7 files:
64bit compile fixes with the new Teem version
4 lines of code changed in 1 file:
(46 more)