Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 56 (100.0%) | 766 (100.0%) | 13.6 |
callahan | 15 (26.8%) | 289 (37.7%) | 19.2 |
worthen | 20 (35.7%) | 275 (35.9%) | 13.7 |
mdavis | 11 (19.6%) | 145 (18.9%) | 13.1 |
sparker | 1 (1.8%) | 29 (3.8%) | 29.0 |
mjc | 6 (10.7%) | 17 (2.2%) | 2.8 |
dav | 2 (3.6%) | 10 (1.3%) | 5.0 |
bigler | 1 (1.8%) | 1 (0.1%) | 1.0 |
Add ability to initalize GuiVar with null context, added GuiVar::set_context to allow later setting of context. Added checks for null GuiContext before setting/getting value. Added GuiContext * GuiContext::get_parent() method to allow creation of sibling GuiContexts, such as in copy constructors.
0 lines of code changed in 6 files:
Get Windows Port back where we left off.
Core/Basis changes are to get symbols exported properly.
Core/Volume and ShaderProgramARB changes are temporary ifdefs of things that won't compile (GL extensions) or won't work
Everything else is to put it back the way it was (TCLInterface::exec and eval, OpenGL.cc, and Timer.cc).
107 lines of code changed in 4 files:
initial commit of H_O_Basis branch merge
17 lines of code changed in 2 files:
Merge the 1.24.2 changes into the trunk
173 lines of code changed in 4 files:
Collapse execute/eval functions into one function and some wrappers
15 lines of code changed in 1 file:
Turned off new tcl execute stuff for everything but windows (as default). Fixed a cut and paste error in TCLThread.cc. Removed debug print statements from TCLInterface.cc
10 lines of code changed in 2 files:
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
143 lines of code changed in 4 files:
Cleanup Network and NetworkEditor code a bit. No functional changes, just less code to maintain. Removed Network::nconnections(). Module::set_context removed Scheduler parameter. Throw error strings in NetworkEditor::tcl_command.
8 lines of code changed in 1 file:
Cleanup GuiContext class. Remove dead functions: GuiContext::lock, GuiContext::unlock, GuiContext::getName GuiContext::setName GuiContext::getPrefix, GuiContext::setType
137 lines of code changed in 4 files:
Defined functions shouldn't be inlined (fix for gcc 4.0)
29 lines of code changed in 1 file:
fix crash bug, remove SciTclStream
0 lines of code changed in 4 files:
Cleanup allocated memory in complete_command.
1 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
64 lines of code changed in 6 files:
Get rid of unnecesesary SCICORESHARE, add a 'TCLCONST' so code will compile on either tcl 8.3 or tcl 8.4
25 lines of code changed in 12 files:
Merge v1_24_0_release
37 lines of code changed in 4 files: