[root]/Dataflow/Modules/Render
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 606 (100.0%) | 24.2 |
dav | 10 (40.0%) | 362 (59.7%) | 36.2 |
kuzimmer | 8 (32.0%) | 239 (39.4%) | 29.8 |
sparker | 3 (12.0%) | 5 (0.8%) | 1.6 |
jas | 4 (16.0%) | 0 (0.0%) | 0.0 |
Better, simpler implementation of Edit (Camera) Path. Allows you to see and manipulate the path points.
0 lines of code changed in 2 files:
Let the user know when the image has been saved.
0 lines of code changed in 2 files:
formatting
0 lines of code changed in 4 files:
Modified the clipping planes again, added a clipframe, which outlines the clipping plane and includes a translucent polygon so that you can see the location of the clipping planes with respect to the data. The clip frame can be turned on and off via a check button in the Clipping Planes popup window.
207 lines of code changed in 6 files:
no code fixes, just untabified/indented/coding standard/layout
351 lines of code changed in 1 file:
made the slider scale for all domains by initializing the Plane in point/normal form.
12 lines of code changed in 1 file:
Tweaked the clipping plane interface. No more expscale, Yes! Now only positive normals are specified. Added a reverse normal button. The bounding box of geom objects is used to determine the scale and extent of plane movement.
20 lines of code changed in 1 file:
Move template for_each function from *.cc to *.h to allow for g++-4.1 to compile with optimizations.
0 lines of code changed in 4 files:
Super-optimization (-O3) under gcc 4.1 caused an internal compiler error... however, if I make it a tiny bit easier by expanding the offending line into several different lines, the compiler can swallow it.
11 lines of code changed in 1 file:
Add mechanism for getting callbacks from modules with they are finished executing. This interface could be extended to perform other types of scheduler and exexecution callbacks as well.
5 lines of code changed in 3 files: