Directory Dataflow/Modules/Render/

Total Files:
15
Deleted Files:
1
Lines of Code:
15130

[root]/Dataflow/Modules/Render

Lines of Code

Dataflow/Modules/Render/ Lines of Code

Developers

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

Most Recent Commits

callahan 2006-10-30 12:19 Rev.: 35716

Fix crash bug in rendering unsupported PNGs, from branch.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Render: OpenGL.cc (new)
callahan 2006-07-19 14:21 Rev.: 34827

Save ppms in movie mode when png support not available.

13 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+13 -2)
callahan 2006-07-19 14:06 Rev.: 34826

Clean up compiler warnings.

2 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+2 -3)
dav 2006-06-13 12:31 Rev.: 34479

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:

  • Dataflow/Modules/Render: OpenGL.cc (+16 -12), OpenGL.h (+1), ViewWindow.cc (new), ViewWindow.h (new)
callahan 2006-05-26 14:57 Rev.: 34345

Add a PNG option to viewer save image.

22 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+22 -18)
mjc 2006-05-02 14:24 Rev.: 34093

provide functinality to get the view bounding box from a geometry port

6 lines of code changed in 3 files:

  • Dataflow/Modules/Render: OpenGL.cc (+5), Viewer.cc (new)
callahan 2006-05-02 12:18 Rev.: 34091

Fix sync_on_execute deadlock while making movies, bug 2849.

11 lines of code changed in 1 file:

  • Dataflow/Modules/Render: ViewWindow.cc (+11 -9)
callahan 2006-05-02 12:03 Rev.: 34090

Fix flipped PNG movie image, bug 2848.

1 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+1 -1)
callahan 2006-04-28 16:50 Rev.: 34048

Add PNG support for movie output.

119 lines of code changed in 4 files:

  • Dataflow/Modules/Render: OpenGL.cc (+104 -39), OpenGL.h (+1), ViewWindow.cc (+13 -2), ViewWindow.h (+1 -1)
callahan 2006-04-28 15:56 Rev.: 34046

Fix PNG saving memory leak

2 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+2 -5)
callahan 2006-04-28 15:40 Rev.: 34045

Only initialize PNG structures when writing a PNG.

27 lines of code changed in 1 file:

  • Dataflow/Modules/Render: OpenGL.cc (+27 -25)
dav 2006-04-25 16:19 Rev.: 34011

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:

  • Dataflow/Modules/Render: OpenGL.cc (+26 -37), OpenGL.h (+88 -88), ViewWindow.cc (+9 -2), ViewWindow.h (+6 -1), Viewer.h (new)
mjc 2006-04-21 10:29 Rev.: 33953

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:

  • Dataflow/Modules/Render: Viewer.cc (+3 -1)
mjc 2006-04-20 19:28 Rev.: 33951

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:

  • Dataflow/Modules/Render: ViewWindow.cc (+1), ViewWindow.h (+1), Viewer.cc (+6 -3)
mjc 2006-04-20 14:50 Rev.: 33945

fix circular dependency

3 lines of code changed in 2 files:

  • Dataflow/Modules/Render: Viewer.cc (+3 -4), Viewer.h (-5)
mjc 2006-04-20 11:02 Rev.: 33937

force autoview on loading a new network

24 lines of code changed in 2 files:

  • Dataflow/Modules/Render: Viewer.cc (+18), Viewer.h (+6 -1)
worthen 2006-04-11 13:18 Rev.: 33824

Last month's worth of windows fixes

3 lines of code changed in 2 files:

  • Dataflow/Modules/Render: PainterTools.cc (new)
dav 2006-04-10 11:30 Rev.: 33815

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:

  • Dataflow/Modules/Render: Painter.cc (new), Painter.h (+2 -2)
allen 2006-04-04 15:12 Rev.: 33768

changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it

212 lines of code changed in 7 files:

  • Dataflow/Modules/Render: Painter.cc (+75 -74), Painter.h (+7 -7), PainterBrushTool.cc (+15 -16), PainterTools.cc (+32 -31), ViewSlices.cc (new)
mjc 2006-04-04 09:48 Rev.: 33757

64bit compile fixes with the new Teem version

4 lines of code changed in 1 file:

  • Dataflow/Modules/Render: ViewSlices.cc (+4 -4)

(46 more)

Generated by StatSVN 0.4.0