Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 557 (100.0%) | 34.8 |
worthen | 5 (31.3%) | 419 (75.2%) | 83.8 |
callahan | 4 (25.0%) | 102 (18.3%) | 25.5 |
mdavis | 6 (37.5%) | 25 (4.5%) | 4.1 |
dav | 1 (6.3%) | 11 (2.0%) | 11.0 |
Rewrite logic for copying and versioning of .scirunrc file to be cleaner. Add bool validFile(string) and bool validDir(string) to Core/Util/FileUtils.h as convenice functions.
19 lines of code changed in 4 files:
Fix logic for .scirunrc creation, was backwards (always created)
1 lines of code changed in 1 file:
Dont load dynamic libraries containing module code until the module is instantiated. Users can turn off this behaviour to enfore the old way by setting SCIRUN_LOAD_MODULES_ON_STARTUP to true
2 lines of code changed in 1 file:
Rearrange scirunrc reading so that it works if /home/callahan/.scirunrc does not exist.
22 lines of code changed in 1 file:
Minor cleanup, formatting, make non-exported functions static.
73 lines of code changed in 1 file:
Fix NetworkEditor instantiation to before tkwait
4 lines of code changed in 1 file:
Move NetworkEditor creation to after the scirunrc is read in.
6 lines of code changed in 1 file:
Slightly better indentation.
11 lines of code changed in 1 file:
Fix copy-paste error
1 lines of code changed in 1 file:
Core/Geom
changes to get a windows openGL window working
Core/GuiInterface
Dataflow/TCLThread
Dataflow/Network
have gui->eval register a TCL callback so TCL code can be run
in the tcl thread. Don't do some of the TCLTask::lock/unlocks
Core/Util/Timer.cc
Run for 1000*seconds ms instead of 1000000*seconds ms
Core/Volume/VolumeRenderer.cc
#ifndef WIN32 around gluCheckExtension
Dataflow/GUI/Module.tcl
get rid of no-longer-necessary windows-specific
code
19 lines of code changed in 1 file:
Move Core/TCLThread to Dataflow/TCLThread
399 lines of code changed in 3 files: