source: trunk/geant4/visualization/History @ 776

Last change on this file since 776 was 776, checked in by garnier, 16 years ago

r785@wl-72126: garnier | 2008-04-17 11:30:37 +0200
une version qui marche avec les moc

File size: 119.3 KB
Line 
1$Id: History,v 1.420 2008/01/29 22:39:52 allison Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     *************************************************************
17     * Note that modeling and test have their own History files. *
18     *************************************************************
19
20     ----------------------------------------------------------
21     * Reverse chronological order (last date on top), please *
22     ----------------------------------------------------------
23
24History file for visualization category
25---------------------------------------
26
2729th January 2008  John Allison  (vis-V09-01-01)
28- visman-V09-01-01: Re-instated G4DAWNFILE (somehow got lost!!)
29
304th January 2008  John Allison  (vis-V09-01-00 with greps-V09-01-00)
31- Draw2D capability, already available for G4Text, extended to:
32  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
33  o modeling-V09-01-00: Adapted to new BeginPrimitives2D signature.
34  o visman-V09-01-00: Implemented extended 2D interface.
35  o opengl-V09-01-00: Implemented extended 2D interface.
36  o vis-HepRep-V09-01-00: Adapted to new BeginPrimitives2D signature.
37  o vistest-V09-01-00: MyEventAction: Added 2D polyhedron.
38
3919th November 2007 Joseph Perl  (vis-V09-00-03)
40- visman-V09-00-02: Replace references to Wired3 in command guidance
41- vis-HepRep-V09-00-01: Adjust geometry hierarchy for parallel worlds.
42- opengl-V09-00-04: Added GEANT4_QT_DEBUG flag to more places
43
4413th November 2007  John Allison  (vis-V09-00-02)
45- Removed OpenGL Qt files from tag.  File are still at head - need fixing.
46
4710th November 2007  John Allison  (vis-V09-00-01)
48- opengl-V09-00-01: Minor improvements in design and messaging.
49- modeling-V09-00-00: Minor improvements in messaging.
50- visman-V09-00-01:Minor improvement in messaging.
51
5210th July 2007  John Allison  (vis-V09-00-00)
53- visman-V09-00-00: Remove redundant method declarations and minor tidies.
54
5514th June 2007  John Allison  (vis-V08-03-07)
56- raytracer-V08-03-01: Fixed memory leak in G4RayTracer.
57
5830th May 2007  John Allison  (vis-V08-03-06)
59- modeling-V08-03-02: Fixed gcc-4.2.0 warning.
60
6130th May 2007  John Allison  (vis-V08-03-05)
62- modeling-V08-03-01: Fix for SUN.
63
6425th May 2007  John Allison  (vis-V08-03-04)
65- opengl-V08-03-03: Fixed gcc-4.1.2 compiler warnings.
66
6725th May 2007  John Allison  (vis-V08-03-03)
68- visman-V08-03-01: Improved error trapping and big fix.
69- opengl-V08-03-02: Improved error trapping.
70
7124th May 2007  John Allison  (vis-V08-03-02)
72- opengl-V08-03-01: Fixes for SUN.
73
7422nd May 2007  John Allison  (vis-V08-03-01)
75- modeling-V08-03-00: Simplified G4Atts for Physical Volume Path.
76- vis-HepRep-V08-03-00: Fixed memory leak in G4HepRepFile.
77- raytracer-V08-03-00: Fixed for dubious ValGrind diagnostic.
78
7916th May 2007  John Allison  (vis-V08-03-00)
80- visman-V08-03-00: Fix for Windows compiler.
81- opengl-V08-03-00: Fix compiler warnings and bug fixes in opengl-V08-02-06.
82
838th May 2007  John Allison
84- opengl-V08-02-06: /vis/ogl/printEPS should work for all viewers.
85
864th April 2007  John Allison  (vis-V08-02-04)
87- visman-V08-02-04: Bug fix for zero pointer in G4VscenHamdler::LoadAtts.
88- opengl-V08-02-05: Implemented picking for OGLSX (as well as OGLIX).
89
903rd April 2007  John Allison  (vis-V08-02-03)
91- modeling-V08-02-02: Added further information on volume G4Atts.
92- visman-V08-02-03: Added /vis/viewer/set/picking.  Picking is "false"
93  by default, except for Open Inventor.
94- opengl-V08-02-04:
95  o Implemented picking for OGLIX.
96  o Some reorganisation of display list construction to fix rare bug\
97    in Display-by-Time feature
98- openinventor-V08-02-02: Picking is "true" by default for OI.
99
10025th March 2007  John Allison  (vis-V08-02-02)
101-  modeling-V08-02-01: Added solid dump and volume transformation to G4Atts.
102- visman-V08-02-02:
103  o Removed G4GAGTree.
104  o Removed /vis/scene/add/eventID (once again) from /vis/drawVolume.
105- opengl-V08-02-03: Fix compiler warnings.
106- vistree-V08-02-01: Removed GAGTree.
107- openinventor-V08-02-01): Added scale factor to list of changes
108  requiring kernel visit, and some rationalisation.
109
11011th January 2007  John Allison  (vis-V08-02-01)
111- visman-V08-02-01:
112  o Added /vis/abortReviewKeptEvents.
113  o /vis/reviewKeptEvents: Improved guidance.
114  o Bug fix: /vis/open in /vis/reviewKeptEvents loop.
115  o Reduced WARNING noise.
116
1179th January 2007  John Allison
118- opengl-V08-02-01:
119  o Implemented bitmap markers (for MarkerSizeType == screen).
120  o Bug fix: Added missing break in X colormap lookup routine.
121
1225th January 2007  John Allison  (vis-V08-02-00 - needs greps-V08-02-00)
123- modeling-V08-02-00 (needs greps-V08-02-00):
124  o Bug fix: Correct treatment of ForcedLineSegmentsPerCircle when clipping.
125- visman-V08-02-00:
126  o G4VSceneHandler:
127    ~ Introduced utility LoadAtts for G4AttValues and G4AttDefs.
128    ~ Improved other utilities (changed signature of GetLineWidth).
129  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle.
130  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume (removed
131    in visman-V08-01-16 for release 8.2).
132  o Other minor improvements.
133- opengl-V08-02-00:
134  o Followed change of signature of GetLineWidth in visman-V08-02-00.
135- openinventor-V08-02-00: Moved LoadAtts to vis management.
136- raytracer-V08-02-00: Bug fix: use of window size hints.
137- vistree-V08-02-00: Bug fix: Format of total mass.
138- vistest-V08-02-00: test19.cc: Refined usage.
139
14012th December 2006  Gabriele Cosmo
141- visman-V08-01-16: Commented command "vis/scene/add/eventID" forcing
142  event ID to scene in G4VisCommandsCompound.cc.
143
14411th December 2006  John Allison
145- Tree: Trapped sequential G4PVPlacements.
146
14725th November 2006  John Allison  (vis-V08-01-17)
148- visman-V08-01-15: Follow change of behaviour of G4StateManager and
149  minor message corrections.
150
15122nd November 2006  John Allison  (vis-V08-01-16)
152- visman-V08-01-14: Fixed /vis/reviewKeptEvents for "stored" viewers.
153
15421st November 2006  John Allison  (vis-V08-01-15)
155- visman-V08-01-13:
156  o Fixed double drawing of event.
157  o Restored old verbosity and printing interface (for obsolete user vis
158    managers).
159  o Fixed compiler warnings.
160- opengl-V08-01-09: Fixed compiler warnings.
161
16217th November 2006  Joseph Perl (vis-V08-01-14)
163- vis-HepRep-V08-01-04:
164  o Omit Pos and Aux attributes for hits.
165  o Protect against null Region (as in parallel geometries).
166- raytracer-V08-01-02
167  o Deprecate /vis/rayTracer/backgroundColour.
168
16916th November 2006  John Allison
170- modeling-V08-01-15: More protection for parallel worlds.
171- visman-V08-01-12:
172  o /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
173    (Warning of scene change issued for other viewers.)
174
17515th November 2006  John Allison  (vis-V08-01-13)
176- visman-V08-01-11: First implementation of /vis/reviewKeptEvents.
177
17814th November 2006  Joseph Perl
179- vis-HepRep-V08-01-03: Improve handling of Trajectory Points.
180
18114th November 2006  John Allison  (vis-V08-01-12)
182- modeling-V08-01-14: Merged modeling-V08-01-13-branch onto main branch:
183  o Added G4Event pointer to modeling parameters.
184- visman-V08-01-10: Merged visman-V08-01-08-branch onto main branch:
185  o Visualisation of parallel worlds.
186  o Event refreshing (events are re-drawn on change or refresh of viewer).
187- raytracer-V08-01-01: Merged raytracer-V08-01-00-branch onto main branch:
188  o Followed change to G4Scene.
189- vistest-V08-01-05: Added G4EllipticalCone.
190
19113 November 2006 Joseph Perl
192- vis-HepRep-V08-01-02: Corrected handling of Hits that come via AddSolids.
193
1945th November 2006  John Allison  (vis-V08-01-11)
195- modeling-V08-01-13: Further, hopefully, complete, protection against
196  zero materials pointer.
197- vis-HepRep-V08-01-01, openinventor-V08-01-04, vistree-V08-01-02,
198  visXXX-V08-01-06: Protected against zero material pointer.
199- visman-V08-01-09: Tidy warning messages.
200
2013rd November 2006  John Allison
202- modeling-V08-01-12: Protected against zero material pointer.
203
204-----------------------------------------------
2053rd November 2006  John Allison  (vis-V08-01-10)
206- Needs greps-V08-01-10 for bug fix in G4Visible.
207- Needs tracking-V08-01-05 for new storeTrajectory command.
208- Committed tracking-V08-01-05.  Now required by vis.
209  o Augmented /tracking/storeTrajectory.  Now takes integer parameter:
210    0 : Don't Store trajectories.
211    !=0 : Store trajectories.
212    1 : Choose G4Trajectory as default.
213    2 : Choose G4SmoothTrajectory as default.
214    3 : Choose G4RichTrajectory as default.
215  o All trajectories:
216    ~ Protect points container pointer in destructor.
217    ~ Make G4AttDef descriptions more concise.
218  o G4RichTrajectory:
219    ~ Bug fix: Create G4AttValues for user-defined creator process.
220  o G4VTrajectory: Improved ShowTrajectory.
221- visman-V08-01-08: Activated /vis/scene/add/trajectories with "rich" and
222  "smooth".  Needs tracking-V08-01-05.
223- modeling-V08-01-11: Improved protections.
224- vistest-V08-01-04: Removed MyTrackingAction (use storeTrajectory instead.)
225
2262nd November 2006  John Allison
227- modeling-V08-01-10: G4HitsModel: Added GetCurrentHit.
228- openinventor-V08-01-03: Extended picking to hits.
229
230-------------------------------------------------------------------------
2311st November 2006  John Allison  (vis-V08-01-09; co-works greps-V08-01-09)
232- modeling-V08-01-09: Minor rationalisation.
233- visman-V08-01-07:
234  o /vis/scene/add/trajectories: Allow string parameters "rich" and "smooth".
235    (Not yet activated - awaiting tags in tracking.)
236- openinventor-V08-01-02:
237  o Follow changes to greps-V08-01-09: G4AttCheck/Holder rationalisation.
238- vis-HepRep-V08-01-00: Minor rationalisation.
239- opengl-V08-01-08: Replace /vis/oglx/set/printEPS by /vis/oglx/printEPS.
240- vistree-V08-01-01: ASCIITree: Added printing of material name.
241- vistest-V08-01-03: Added G4Polycone and some G4Atts to an event action box.
242
24326th October 2006  John Allison
244- openinventor-V08-01-01:
245  o Print G4AttValues of solids and trajectories on picking.
246- modeling-V08-01-08: Cosmetics.
247
248-------------------------------------------------------------------------
24924th October 2006  John Allison  (vis-V08-01-08; co-works greps-V08-01-08)
250- opengl-V08-01-07:
251  o Calculate light front horizon properly.
252  o Improve refresh behaviour for /vis/opengl commands.
253- visXXX-V08-01-04; co-works greps-V08-01-08:
254  o Follow change to G4VisAttributes in greps-V08-01-08.
255
256-------------------------------------------------
25719th September 2006  John Allison  (vis-V08-01-07)
258- modeling-V08-01-07:
259  o G4ModelingParameters: Added ExplodeCentre
260  o Fix for Mac XCode 2.0 problem.
261- visman-V08-01-06:
262  o G4ViewParameters: Added ExplodeCentre.
263  o Bug fix in /vis/geometry/set/colour.
264- opengl-V08-01-06: Improved display-by-time feature.
265
266---------------------------------------------------------------------------
26715th September 2006  John Allison  (vis-V08-01-06 - coworks greps-V08-01-04)
268- modeling-V08-01-06
269  o Implemented explode factor(radial move) feature for top level drawn
270    volumes.  John Allison
271  o Add attribute based trajectory drawing & filtering, and attribute
272    based hit filtering.  Jane Tinsley
273- visman-V08-01-05
274  o Added /vis/viewer/clone and /vis/viewer/set/explodeFactor.  John Allison
275  o Add attribute based trajectory drawing & filtering, and attribute
276    based hit filtering.  Jane Tinsley
277
27813th September 2006  John Allison
279- visXXX-V08-01-03: Improved G4Att printing and checking.
280
2814th September 2006  John Allison
282- visman-V08-01-04: Added commands for cutaways.
283- opengl-V08-01-05: Implemented cutaways.
284
285----------------------------------------------
28630th August 2006  John Allison  (vis-V08-01-05)
287- modeling-V08-01-05:
288  o Implemented code for augmented /vis/scene/add/volume (subtraction
289    *and* intersection of clipping volume).
290  o Equipped for generic sectioning (DCUT) and cutaways.
291  o Improved DrawWithTime.
292- visman-V08-01-03:
293  o Added /vis/viewer/set/globalLineWidthScale.
294  o Augmented /vis/scene/add/volume to include intersection of clipping volume.
295  o Added G4VSceneHandler::CreateSection/CutawayPolyhedron to exploit generic
296    sectioning (DCUT) and cutaways.  Currently not activated due to
297    instabilities in BooleanProcessor.
298- opengl-V08-01-04:
299  o Implemented line width.
300  o Switched off back face culling when clipping so that the inside of
301    volumes can be seen.
302  o Added position and colour to /vis/ogl/set/displayHeadTime.
303  o Added /vis/ogl/set/displayLightFront.
304 
30529th August 2006  John Allison
306- openinventor-V08-01-00: Kernel visit rationalisation.
307- visXXX-V08-01-02: Minor tidying.
308
309-------------------------------------------------------------------------
31026th August 2006  John Allison  (vis-V08-01-04 - requires greps-V08-01-03)
311- modeling-V08-01-04:
312  o Fixed compilation warning.
313  o Follow G4VFilter const change.
314
31516th August 2006  John Allison
316- modeling-V08-01-03: Improved robustness of time slicing.
317
318----------------------------------------------
31916th August 2006  John Allison  (vis-V08-01-03)
320- opengl-V08-01-03:
321  o Fixed Solaris compilation problem.
322  o Added /vis/ogl/set/fade and displayHeadTime.
323
324-----------------------------------------------
32514th August 2006  John Allison  (vis-V08-01-02)
326- modeling-V08-01-02: Added trajectory time slicing.
327- visman-V08-01-02: Friendship extended to new OpenGL messengers.
328- opengl-V08-01-02:
329  o Implemented display-by-time.
330  o Added /vis/ogl/set/startTime and endTime.
331- raytracer-V08-01-00: Improved robustness under vis manager control.
332- vistest-V08-01-02: Added MyTrackingAction - uses G4RichTrajectory.
333
33417th July 2006  John Allison
335- opengl-V08-01-01: Added /vis/oglx/set/printEPS.
336
337---------------------------------------------
33810th July 2006  John Allison  (vis-V08-01-01)
339- Co-works with greps-V08-01-01.
340- modeling-V08-01-01:
341  o Rationalised G4VModel and G4ModelingParameters.
342  o G4PhysicalVolumeModel:
343    ^ Removed Establish/DecommissionSpecials to conform with
344      greps-V08-01-01.
345    ^ Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
346- visman-V08-01-01:
347  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
348  o Respect rationalised G4ModelingParameters.
349  o Added GetNoOfSides that respects forced line segments per circle.
350- G4VisCommandsScene.cc: Spelling correction.
351- DAWN-V08-01-00: Respects forced line segments per circle.
352- visXXX-V08-01-01: Gets solid's G4Atts created by G4PhysicalVolumeModel.
353- vistest-V08-01-01: SetForceLineSegmentsPerCircle(100) for G4Sphere.
354
355--------------------------------------------------------------------
3563rd July 2006  John Allison  (vis-V08-01-00 - needs greps-V08-01-00)
357- modeling-V08-01-00: Added G4Atts for solids.  (Needs greps-V08-01-00.)
358- visman-V08-01-00:
359  o /vis/scene/transientsAction: Added max number of events parameter.
360  o Added /vis/viewer/clearTransients.
361  o Improved /vis/list.
362  o (Commented out) code for event copying.
363- opengl-V08-01-00:
364  o Eliminated redundant variable, doublebuffer.
365  o Implemented FinishView in all viewers.
366- vistree-V08-01-00: ASCIITree: Layout improvement.
367- visXXX-V08-01-00: General tidy and improvement to XXXFile.
368- vistest-V08-01-00: Protect against zero run manager pointer.
369
370---------------------------------------------
37112th June 2006  John Allison  (vis-V08-00-13)
372- DAWN-V08-00-04: Fixed rewind and file closure on exit.
373- VRML-V08-00-02: Fixed rewind and file closure on exit.
374
375------------------------------------------
3768th June 2006 John Allison (vis-V08-00-12)
377- visman-V08-00-23: Fixed bug in /vis/scene/endOfRunAction.
378
379-------------------------------------------
3807th June 2006  John Allison (vis-V08-00-11)
381- modeling-V08-00-14: Added protection for zero vis atts.
382- visman-V08-00-22: Zeroed modeling parameters pointer after use.
383
384-------------------------------------------
3856th June 2006  John Allison (vis-V08-00-10)
386- modeling-V08-00-13: Fixes for Sun and bug fix in G4PhysicalVolumeModel.
387- visman-V08-00-21: /vis/viewer/create: Fixed view params copy to self.
388
389------------------------------------------
3904th June 2005  Joseph Perl (vis-V08-00-09)
391- Global tag for Geant4 release 8.1
392- Corresponds to the following subdirectory tags:
393- DAWN-V08-00-03
394- vis-HepRep-V08-00-04
395- visman-V08-00-20
396- modeling-V08-00-12
397- opengl-V08-00-08
398- openinventor-V08-00-05
399- raytracer-V08-00-04
400- vistest-V08-00-08
401- vistree-V08-00-04
402- VRML-V08-00-01
403- visXXX-V08-00-04
404
4052nd June 2006  Joseph Perl
406- vis-HepRep-V08-00-03: Improvements to HepRepFile.
407
4082nd June 2006  John Allison
409- DAWN-V08-00-03: Handle file closing in DAWNFILE destructor.
410- VRML-V08-00-01: Protect zero model pointer.
411
41230th May 2006  Joseph Perl
413- opengl-V08-00-08: Fixed buffering problem in Win32.
414
415--------------------------------------------
41625th May 2006  John Allison  (vis-V08-00-08)
417- visman-V08-00-19:
418  o Changed re-computation of transients default to "off".
419  o Indent printing of models plus other minor improvements.
420- modeling-V08-00-11: Indent printing of models, fix trivial compiler warnings.
421- vistest-V08-00-07: Removed standalone - moved to
422  examples/extended/visualization.
423
42422nd May 2006  John Allison
425- modeling-V08-00-10:
426  o Remove dependency on Run.
427  o Protect zero pointer in output of G4ModelingParameters.
428- visman-V08-00-18:
429  o Remove G4Scene:Clear().  (Not used.)
430  o Require Idle state for transient re-computation.
431  o Reduce dependency on Run.  (Still used for transient re-computation.)
432  o /vis/.../list commands: Default verbosity changed to "warnings".
433- vis-HepRep-V08-00-02: Remove dependency on Run.
434
435--------------------------------------------
43612th May 2006  John Allison  (vis-V08-00-07)
437- Needs run-V08-00-02 and event-V08-00-03.
438- Main features:
439  o Protect against non-instantiation of run manager.
440  o Final refinements for re-computation of transients.
441  o G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
442- visman-V08-00-16:
443  o Added /vis/list and /vis/scene/add/eventID.
444  o Final refinements for event/run reprocessing (re-computation of
445    transients).
446- modeling-V08-00-09:
447  o Removed dependency on G4RunManager.
448  o G4CallbackModel: Added G4VGraphicsScene argument to operator().
449- opengl-V08-00-06: G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
450- raytracer-V08-00-04: SetRecomputeTransients(false).
451- raytracer-V08-00-03: Moved G4RayShooter class to Event category.
452- vistest-V08-00-06: Uses /vis/scene/add/eventID.
453
454----------------------------------------------
45521st April 2006  John Allison  (vis-V08-00-06)
456- Main features:
457  o Improved protection for null models and parameters.
458  o Improved trajectory drawing.
459  o Improved re-computation of transients in OpenGL.
460- modeling-V08-00-08:
461  o Improved protection for null models and parameters.
462  o Add context to trajectory drawers.
463  o Add generic drawer, G4TrajectoryGenericDrawer.
464- visman-V08-00-15: Improved protection for null models and parameters.
465- DAWN-V08-00-02: Improved protection for null models and parameters.
466- vis-HepRep-V08-00-01: Improved protection for null models and parameters.
467- raytracer-V08-00-02):
468  o Relies on improved protection for null models and parameters.
469- vistree-V08-00-04: Improved protection for null models and parameters.
470- visXXX-V08-00-04: Improved protection for null models and parameters.
471- vistest-V08-00-05: Tidied.
472
47328th April 2006  John Allison
474- Co-working tags:
475  o opengl-V08-00-05: Fixes re-computation of transients in stored viewers.
476  o visman-V08-00-14: Includes changes that improve behaviour of
477    double buffered and interactive viewers when recomputing
478    transients.
479
480----------------------------------------------
48124th April 2006  John Allison  (vis-V08-00-05)
482- visman-V08-00-13:
483  o Fix bug #861.
484  o Print available models on initialisation.
485- modeling-V08-00-07:
486  o Add Print method to G4VModelFactory.
487  o Fix warnings on Linux.
488- opengl-V08-00-04: Fixed compilation problem on Windows.
489
490---------------------------------------------------------------------
49119th April 2006  John Allison (vis-V08-00-04 - needs greps-V08-00-02)
492- Main features:
493  o Implementation of 2D text in base classes and concrete implementation
494    of same in OpenGL.
495  o Continued migration to direct access to G4PhysicalVolumeModel.
496  o Addition of Trajectory Filter Models (Jane Tinslay).
497- visman-V08-00-12 (needs greps-V08-00-02):
498  o Implemented Draw2D(const G4Text&).
499  o Implemented Begin/EndPrimitives2D.
500  o Migrated to direct access to G4PhysicalVolumeModel.
501  o Introduced G4VisFilterManager.hh to manager filtering
502- modeling-V08-00-06:
503  o Upgrade to greps-V08-00-02 and minor improvements.
504  o Added G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
505- DAWN-V08-00-01: Migrated to direct access to G4PhysicalVolumeModel.
506- vis-HepRep-V08-00-00: Migrated to direct access to G4PhysicalVolumeModel.
507- opengl-V08-00-03:
508  o Implemented Begin/EndPrimitives2D.
509  o Migrated to direct access to G4PhysicalVolumeModel.
510- vistree-V08-00-03:
511  o G4GAGTreeSceneHandler: Migration to direct access to G4PhysicalVolumeModel.
512- visXXX-V08-00-03: Improvement of legibility.
513- openinventor-V08-00-04: Use cmath instead of math.h.
514- vistest-V08-00-04: Added drawing of 2D text.
515
516----------------------------------------------
51728th March 2006  John Allison  (vis-V08-00-03)
518- visman-V08-00-11:
519  o Introduces trajectory drawing manager.
520  o G4VisExecutive: Adds G4TrajectoryDrawByOriginVolumeFactory.
521  o Corrects logic of transients re-computation:
522  o Unifies treatment of bools in commands.
523- modeling-V08-00-05:
524  o Introduces G4TrajectoryDrawByOriginVolume.
525  o Part migration away from EstablishSpecials mechanism.
526- vistree-V08-00-02 (needs modeling-V08-00-05):
527  o Made compatible with modeling-V08-00-05.
528  o Migration away from EstablishSpecials mechanism.
529- openinventor-V08-00-03: Much improvement in logic.
530- visXXX-V08-00-02: Added G4XXXFile, G4XXXStored, G4XXXSG.
531- vistest-V08-00-03: Modernised and improved.
532
533----------------------------------------------
53414th March 2006  John Allison  (vis-V08-00-02)
535- opengl-V08-00-02: Refinement of display list handling.
536- vistree-V08-00-01: G4VTree and G4ASCIITree: Minor improvements to
537  readability of code.
538- modeling-V08-00-04: Added output operator<< for PVNodeID.
539
54013th March 2006  John Allison
541- visman-V08-00-10: Fixes recomputation of transients when changing drivers.
542
543---------------------------------------------
5448th March 2006  John Allison  (vis-V08-00-01)
545- visman-V08-00-09: Small bug fix to vis-V08-00-00.
546
5476th March 2006  John Allison  (vis-V08-00-00)
548- Collected tags below.  Main features since Release 8.0:
549  o Added /vis/scene/transientsAction.  The default is "rerun", i.e.,
550    when the viewer requests, the previous event or run will be
551    processed again with the original random number seed so that
552    transients (trajectories, hits, user drawing, etc.) are
553    reconstructed.  Thus, transients are "remembered" and may be
554    copied between graphics systems.  Turn off with
555    "/vis/scene/transientsAction none".
556  o Introduced /vis/geometry/... for editing vis attributes of
557    geometry volumes.
558  o For developers:
559    * Migration from use of Establish/DecommisionSpecials.
560    * Drawn path available.
561
5626th March 2006  John Allison
563- visman-V08-00-08: Added /vis/scene/transientsAction.
564
5653rd March 2006  John Allison
566- vistest-V08-00-02: Added test of transient handling.
567
56816th February 2006  John Allison
569- modeling-V08-00-03: For future removal of Establish/DecommisionSpecials.
570
5719th February 2006  John Allison
572- visman-V08-00-07: First implementation of refresh end-of-event.
573
5748th February 2006  John Allison
575- modeling-V08-00-02: Added DrawingStyle to G4ModelingParameters and fixed
576  bug in culling of covered daughters
577- visman-V08-00-06 (needs modeling-V08-00-02): Made use of
578  G4ModelingParameters::DrawingStyle.
579- vistree-V08-00-00: Fixed bug in treatment of repeated replicas.
580- visXXX-V08-00-01: Improved handling of DrawnPVPath.
581
5823rd February 2006  John Allison
583- visman-V08-00-05: Introduced /vis/geometry/...
584
58530th January 2006  John Allison
586- openinventor-V08-00-01: Implemented drawn volume path.
587
58826th January 2006  John Allison
589- raytracer-V08-00-01: Minor improvements.
590- vistest-V08-00-01: Improved ray tracer; commented about voxelisation crash.
591- modeling-V08-00-01: G4PhysicalVolumeModel: Added drawn volume path
592  capability.
593- visXXX-V08-00-00: Uses drawn volume path.  Needs modeling-V08-00-01
594  and visman-V08-00-04.
595- 3 co-working tags due to removal of fModified:
596  o visman-V08-00-04: Removed fModified plus minor improvements.
597  o opengl-V08-00-01: Removed fModified plus tidying.
598  o openinventor-V08-00-00: Removed fModified.
599
600----------------------------------------------------------------------
601The tags below since Release 8.0 were collected in geant4-08-00-ref-01
602and geant4-08-00-ref-02.
603
60423rd January 2006  John Allison
605- DAWN-V08-00-00: Rewind output file in ClearView.  Avoids duplicate
606  geometries in output file.
607- VRML-V08-00-00: As above.
608
60911th January 2006  John Allison
610- vistest-V08-00-00: Added twisted solids and improved Perspective example.
611- visman-V08-00-02: Minor improvements.
612- raytracer-V08-00-00: Reorganisation (needs visman-V08-00-02).
613- opengl-V08-00-00: Improved efficiency; made G4OpenGLXmViewerMessenger smart.
614- modeling-V08-00-00: Changed last remaining G4Transform3D::Identity to
615  G4Transform3D().
616
6179th January 2006  John Allison
618- visman-V08-00-00: geant4-08-00-ref-00 + reversal of change of 22nd
619  November 2005: fMarkForClearingTransientStore(true) initially now.
620- visman-V08-00-01: Improved /vis/scene/notifyHandlers, improved warning
621  messages and some bug fixes, including visman-V08-00-00.
622
623----------------------------------------------
6244th December 2005  Joseph Perl (vis-V07-01-10)
625- Global tag for Geant4 release 8.0
626- Corresponds to the following subdirectory tags:
627- externals: geant4-07-01-ref-05
628- FukuiRenderer: geant4-07-01-ref-05
629- HepRep: geant4-07-01-ref-05
630- management: visman-V07-01-10
631- modeling: modeling-V07-01-07
632- OpenGL: opengl-V07-01-09
633- OpenInventor: openinventor-V07-01-04
634- RayTracer: raytracer-V07-01-08
635- test: vistest-V07-01-04
636- Tree: vistree-V07-01-01
637- VRML: geant4-07-01-ref-05
638- XXX: visXXX-V07-01-02
639
64029th November 2005  Jane Tinslay (vis-V07-01-09)
641- Make G4VisManager::RegisterModelFactories() non-pure for
642  backwards compatibility.
643- Add information message to G4VisManager::DispatchToModel
644  when default trajectory model is used.
645- Removed names of unused paramaters to stop compiler warnings:
646  G4VModelCommand.hh, G4ModelCommandsDrawByCharge.cc,
647  G4ModelCommandsDrawByParticleID.cc, G4VRTScanner.hh
648
64925th November 2005  Joseph Perl (vis-V07-01-08)
650- Global tag for Geant4 release 8.0
651- Corresponds to the following subdirectory tags:
652- externals: geant4-07-01-ref-05
653- FukuiRenderer: geant4-07-01-ref-05
654- HepRep: geant4-07-01-ref-05
655- management: visman-V07-01-09
656- modeling: modeling-V07-01-05
657- OpenGL: opengl-V07-01-09
658- OpenInventor: openinventor-V07-01-03
659- RayTracer: raytracer-V07-01-06
660- test: vistest-V07-01-04
661- Tree: vistree-V07-01-01
662- VRML: geant4-07-01-ref-05
663- XXX: visXXX-V07-01-02
664
66522nd November 2005  John Allison
666- vistest-V07-01-04: Added G4Tet and PerspectiveVisAction. Refined G4Polyhedra.
667- opengl-V07-01-08: Added G4OpenGLXmViewerMessenger. Corrected text position.
668- vistree-V07-01-01: Refined guidance and printing.
669- visXXX-V07-01-02: Simplified guidance.
670- modeling-V07-01-03: Implemented radial replicas for G4Tubs.
671
67218th November 2005  John Allison
673- raytracer-V07-01-06: merged developments to the head, including RayTracerX.
674
67518th November 2005  Joseph Perl  (vis-V07-01-07)
676- Minor modification of geant4-07-01-ref-05 to facilitate acceptance
677  of greps-V07-01-09 and tracking tracking-V07-01-02.  As with
678  vis-V07-01-06, it should subsequently simply be ignored.
679
68015th November 2005  Guy Barrand
681- openinventor-V07-01-03: Background, scaling and window positioning.  Also
682  reading and wroting of .iv files.
683
68414th November 2005  John Allison (vis-V07-01-06)
685- Minor modification of vis-V07-01-03 + vis-HepRep-V07-01-04 (to avoid
686  warnings on Sun), i.e., it excludes all development since then. This
687  tag is purely to facilitate acceptance of greps-V07-01-09.  To
688  achieve this, the modification was made on a branch -
689  vis-V07-01-03-branch - of just one file, namely G4VisManager.hh.
690  This should subsequently simply be ignored.
691
69213th November 2005  John Allison
693- visman-V07-01-08: Added XGeometryString and background opacity parameter.
694- opengl-V07-01-07: Implemented window placing (XGeometryString) in OGL*X.
695
69624th October 2005  John Allison
697- modeling-V07-01-02: Added trajectory models.
698- visman-V07-01-07: Added methods for managing trajectory models.
699
70020th October 2005  Joseph Perl (vis-V07-01-05)
701- New Global Vis Tag.
702- Includes head of everything except RayTracer and OpenInventor.
703- Requires geant4-07-01-ref-03 plus the following:
704- graphics_reps: greps-V07-01-06
705- intercoms: intercoms-V07-01-01
706- event: event-V07-01-0
707- run: run-V07-01-02
708
70913th October 2005  John Allison (vis-V07-01-04)
710- Implemented non-uniform scaling in management and OpenGL.
711- Implemented arbitrary background in management, OpenGL and RayTracer.
712- Migrated to <sstream>.
713- The above consists of:
714  o vistest-V07-01-03: Migrated to <sstream> plus minor changes.
715  o DAWN-V07-01-00: Migrated to <sstream>.
716  o vis-HepRep-V07-01-03: Migrated to <sstream>.
717  o opengl-V07-01-06: Migrated to <sstream>, non-uniform scaling, any
718    background.
719  o vistree-V07-01-00: Migrated to <sstream>, fixed bug in mass calculations.
720  o visXXX-V07-01-01: Migrated to <sstream>.
721  o modeling-V07-01-01: Migrated to <sstream>.
722  o visman-V07-01-05: Migrated to <sstream>, non-uniform scaling, any
723    background.
724
72512th October 2005  John Allison (vis-V07-01-03)
726- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
727  (bug found by system test of vis-V07-01-02).
728
7292nd Oct 2005  Joseph Perl (vis-V07-01-02)
730  Same as vis-V07-01-01 but with earlier raytracer tag:
731  raytracer-V07-01-02
732
73330th Sep 2005  Joseph Perl (vis-V07-01-01)
734  New global tag for Vis.  Corresponds to vis-V07-01-00 plus:
735  vistest-V07-01-02
736  visman-V07-01-04
737  raytracer-V07-01-03
738  modeling-V07-01-00
739  opengl-V07-01-05
740  openinventor-V07-01-02
741  visXXX-V07-01-00
742  vis-HepRep-V07-01-01
743
74430th September 2005  Joseph Perl (raytracer-V07-01-03)
745New tag to include change Makoto made an hour after V07-01-02 was tagged.
746Change seems to just involve passing pWorld to material list where no argument was passed in previous version.
747
74829th September 2005  John Allison  (opengl-V07-01-05)
749- Added G4OpenGLViewerDataStore to facilitate access of viewer data by
750  scene handler.
751- Re-implemented transparency button in OpenGLXm.
752
753New tags to be included 16th Sep 2005 (JA):
754  o visman-V07-01-03:
755    + Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
756    + Warning: Attempt to add volume to a scene already containing the world.
757    + Error: Logical volume model must be only volume model in scene.
758  o visman-V07-01-04: Simplified use of ConcreteInstance..
759  o raytracer-V07-01-02: Bug fix (black holes).
760  o vistest-V07-01-02: Added a G4AttValue with time.
761
762To be included:
763  o visman-V07-01-01: Introduced (optional) second pass over scene.
764  o visman-V07-01-02: Added /vis/viewer/set/whiteBackground.
765                      Added RayTracerX to G4VisExecutive.
766  o modeling-V07-01-00: Fixed (non-)culling of transparent volumes.
767  o opengl-V07-01-01: Half-way implementation of transparency.
768  o opengl-V07-01-02: "Better algorithm" for transparency.
769  o opengl-V07-01-03: Bug fix.
770  o opengl-V07-01-04: Fixed hidden line removal.
771  o vis-HepRep-V07-01-00 (4 August 2005 Mark Donszelmann)
772  o openinventor-V07-01-01 (1st August 2005  Gabriele Cosmo)
773  o openinventor-V07-01-02: Corrected treatment of edgeflags.
774  o raytracer-V07-01-01: Protected RayTracerX by G4VIS macro.
775  o visXXX-V07-01-00: Improved guidance for rendering polyhedron objects.
776  o vistest-V07-01-01: RayTracerX instantiation removed - now in
777                       G4VisExecutive.
778
77920th July 2005  John Allison (vis-V07-01-00)
780- opengl-V07-01-00: Introduced smooth shading.  Also window size hints for Xm.
781- openinventor-V07-01-00: Changed Geant4_SoPolyhedron to construct
782    from G4Polyhedron.  Functionality unchanged.
783- visman-V07-01-00: Protected new viewer pointer.
784- vistest-V07-01-00
785- Removed top level README files.  (All wisdom now transferred
786    properly to User Guides.)
787
78817th July 2005  John Allison
789- raytracer-V07-01-00: Introduced RayTracerX.
790
7917th June 2005  John Allison (vis-V07-00-19)
792- visXXX-V07-00-00: Fixed compiler warnings.
793- visman-V07-00-02: bug fix.
794- modeling-V07-00-02: bug fix.
795- Incorporates vis-gmk-V07-00-00 - a fix for addition of zlib to
796  SUBLIBS and SUBDIRS (Gabriele)
797
7982nd June 2005  Joseph Perl (vis-V07-00-18)
799- Candidate tag for release.
800- Includes Mark's additional changes for HepRep2.
801- Includes Mark's fix for gcc-4.0 compilation.
802
8032nd June 2005  Joseph Perl (vis-V07-00-17)
804- Candidate tag for release.  May or may not be final.
805- Undid Gabriele's fix to G4HepRepFileSceneHandler.cc.
806
8072nd June 2005  John Allison
808- Removed scene handler count and made small cosmetic improvements.
809
8102nd June 2005  Joseph Perl (vis-V07-00-16)
811- Incorporate improvements to HepRepFile and HepRepXML
812
81330th May 2005  John Allison  (vis-V07-00-15)
814- opengl-V07-00-03: Fixed compilation problem in OpenGL on SUN.
815- HepRepFile: Fixed bug introduced in ClearTransientStore. (Joseph Perl)
816
81727th May 2005  John Allison
818- DAWN-V07-00-00, VRML-V07-00-00:
819    Fixed bug introduced in ClearTransientStore.
820- openinventor-V07-00-00 and 01:
821    fixes for CLHEP and marker sizes.
822- vis-HepRep-V07-00-01 and vis-zlib-V07-00-00  (Mark Donszelmann)
823    Migration to G4LIB_BUILD_ZLIB and some developments.
824- management:
825  o Reduced text size of scale annotation to 12 pixels.
826  o Fixed default values in /vis/scene/add/text.
827
82812th May 2005  John Allison
829- Moved zlib to externals/zlib.
830
8316th May 2005  John Allison  (vis-V07-00-14)
832- OpenGL: fixed bug (views not refreshed - opengl-V07-00-02).
833- Improved ASSCIITree guidance.
834- G4VisExecutive: Replaced printing of available graphics systems.
835  Now corresponds to behaviour of most old examples vis managers.
836- Fixed some pedantic warnings from gcc 4.
837- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised
838  volumes (modeling-V07-00-00).
839
8405th May 2005  John Allison
841- Introduced zlib directory.
842
84322nd April 2005  John Allison
844- OpenGL: Implemented text for X-Windows viewers (opengl-V07-00-00/1).
845
84610th April 2005  John Allison  (visman-V07-00-00)
847- G4VisCommandsSceneAdd.cc: 2nd attempt to fix access to fpVisManager
848  from nested class for SUN.
849
85016th March 2005  John Allison  (vis-V07-00-13)
851- G4VisCommandsSceneAdd.cc: fixed access to fpVisManager from nested class.
852- For gcc 2.95.2: Fixed G4String return for viewer commands.
853- Added constructor and virtual destructor to G4VUserVisAction.
854
85515th March 2005  John Allison  (vis-V07-00-12)
856- Added return type G4int to G4ViewParameters::SetNoOfSides and
857  G4ModelingParameters::SetNoOfSides.  They return no. of sides, i.e.,
858  sides per circle in polyhedron contruction, that are actually set;
859  there is a lower limit of 12.
860- G4PhysicalVolumeModel: bug fix: no. of rotation steps correctly applied.
861
86210th March 2005  John Allison  (vis-V07-00-11)
863- Reviewed all vis commands.  Improved guidance, simplified and
864  rationalised the commands.
865
8669th March 2005  John Allison
867- Removed "remove" and "edit" commands.
868- G4VisManager: removed "Delete" methods. (Removing or deleting an
869  existing scene, scene handler or viewer is very messy and not
870  necessary.  When a user creates a new one, he/she may leave the old
871  one around without harm.  It may be left unused or selected again later
872  if the user wants.)
873- Removed automatic parameter candidate specification for commands
874  that take an argument that is a scene, scene handler or viewer
875  name - it is checked in SetNewValue methods.  (The code was just
876  too complicated and, anyway, the result hindered, rather than
877  helped the user, because it restricted the parameter values and
878  mis-typing gave obscure messages.  Now the messages are clearer and,
879  as the guidance points out, the list of possible names can be
880  obtained with a "list" command.)
881- Made "list" commands flag current items.
882- Improved guidance for /vis/scene commands.  Still to do (groan!):
883    /vis/scene/add
884    /vis/sceneHandler
885    /vis/viewer
886
8879th March 2005  John Allison  (vis-V07-00-10, needs greps-V07-00-01)
888- Refined logo and scale.
889- Improved physical volume clipping.
890- G4VisManager: Added default G4Transform3D::Identity to
891  objectTransformation argument in Draw methods.
892
8934th March 2005  John Allison  (vis-V07-00-09)
894- Added first implementation of cutaway - a clipping box for physical
895  volume tree:
896    vis/scene/add/volume ! ! ! box km 0 1 0 1 0 1
897  (Does not seem properly to clip volumes wholly inside clipping volume.)
898
8993rd March 2005  John Allison  (vis-V07-00-08)
900- Introduced /vis/scene/add/logo.
901- Added Set methods to G4VModel.
902- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
903  the model could implement a given transformation.  Provided default for
904  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
905- Improved guidance for:
906    compound commands
907    ASCIITree commands
908- Used std::istrstream::istrstream(std::string) throughout.
909
91023rd February 2005  John Allison  (vis-V07-00-07)
911- Protected scene handlers for the case of the drawing of solids NOT
912  from a physical volume tree:
913    G4FRSceneFunc.icc
914    G4OpenGLSceneHandler.cc
915    G4OpenGLStoredSceneHandler.cc
916    G4ASCIITreeSceneHandler.cc
917    G4GAGTreeSceneHandler.cc
918- Fixed a problem with ClearTransientStore.  ClearTransientStore
919  should restrict itself to its job.  In the following files,
920  ClearTransientStore also redraws the view.  In other places, a draw
921  command often follows, so it is not needed here.  In fact it can
922  cause a double recursive descent into DrawView, so the existing code
923  has been commented out (JA - 23/Jan/05):
924    G4FRSceneFunc.icc
925    G4HepRepFileSceneHandler.cc
926    G4OpenGLImmediateSceneHandler.cc
927    G4OpenGLStoredSceneHandler.cc
928    G4VRML1SceneHandlerFunc.icc
929    G4VRML2SceneHandlerFunc.icc
930    G4XXXSceneHandler.cc
931- Removed (commented out) some code that forced extra kernel visits,
932  purportedly to overcome a problem in OpenGLStored methods.  Let's
933  fix OpenGL if necessary:
934    G4VSceneHandler.cc
935    G4VViewer.cc
936- Commented out SetView and ClearView in /vis/viewer/refresh:
937    G4VisCommandsViewer.cc
938- Changed signature of G4VViewer::SetNeedKernelVisit(G4bool) for compatibility.
939
94019th February 2005  John Allison  (vis-V07-00-06 with greps-V07-00-00)
941- Added G4VUserVisAction and G4CallbackModel.
942- Implemented /vis/scene/add/userAction.
943- Fixed bug in /vis/viewer/update (check existence of scene handler and scene).
944
94515th February 2005  John Allison  (vis-V07-00-05)
946- Introduced drawing of readout geometry for logical volumes.
947- For drawing of logical volumes, introduced boolean flags to control
948  drawing of:
949    o boolean components (if any)
950    o voxels (if any) (note: voxels are not created until start of run)
951    o readout geometry (if any)
952- Augmented commands /vis/specify and /vis/scene/add/logicalVolume to use
953  above flags.
954- G4ASCIITree: Added printing of names of sensitive detector (if any) and
955  readout geometry (if any).
956
95715th February 2005  John Allison  (vis-V07-00-04)
958- Updated READMEs for G4VisExecutive.  Removed references to OPACS.
959
9609th February 2005  John Allison  (vis-V07-00-03)
961- Migration from AddThis to AddSolid and AddCompound: fixed previously
962  missed FukuiRendererSceneHander.
963
9644th February 2005  John Allison  (vis-V07-00-02)
965- Introduced G4VisExecutive.  MyVisManager deprecated.
966
96727th January 2005  John Allison  (vis-V07-00-01, needs intercoms-V07-00-00)
968- Migration from AddThis to AddSolid and AddCompound.
969- AddSolid: Methods for adding solids to the scene handler.  They
970  must always be called in the triplet PreAddSolid, AddSolid and
971  PostAddSolid.  The transformation and visualization attributes
972  must be set by the call to PreAddSolid.  A possible default
973  implementation is to request the solid to provide a G4Polyhedron
974  or similar primitive - see, for example, G4VSceneHandler.
975- AddCompound: Methods for adding "compound" GEANT4 objects to the scene
976  handler.  These methods may either (a) invoke "user code" that
977  uses the "user interface", G4VVisManager (see, for example,
978  G4VSceneHandler in the Visualization Category, which for
979  trajectories uses G4VTrajectory::DrawTrajectory, via
980  G4TrajectoriesModel in the Modeling Category) or (b) invoke
981  AddPrimitives below (between calls to Begin/EndPrimitives) or (c)
982  use graphics-system-specific code or (d) any combination of the
983  above.
984
98526th January 2005  John Allison  (vis-V07-00-00)
986- G4VisManager:: removed optional argument
987  const G4Transform3D& objectTransformation = G4Transform3D::Identity
988  from Draw methods for a hit and trajectory.
989- Trapped illegal nesting of Begin/EndPrimitives.
990- Added fpCurrentMaterial to G4VSceneHandler and relevant derived
991  classes and models for work with G4PhysicalVolumeModel via
992  EstablishSpecials.  So now, the material is also available (in addition
993  to current depth, logical and physical volum) during drawing of geometry
994  items.
995- Changed ASCIITree to use G4VSolid::GetCubicVolume and
996  G4LogicalVolume::GetMass.
997- Changed G4PhysicalVolumeMassScene to use G4VSolid::GetCubicVolume.
998- Improved guidance for /vis/viewer/set/hiddenMarker.
999- G4VisCommandsViewerSet: made Up and Viewpoint vectors unit for safety.
1000- Some additions to test area.
1001
100210th December 2004 Gabriele Cosmo (vis-V06-02-09)
1003- Replaced M_PI with CLHEP's pi.
1004
10057th December 2004 Joseph Perl (vis-V06-02-08)
1006- Tagged right after migration to cmath
1007- All occurences of include <math.h> have now become include <cmath>.
1008- All math functions are now prefaced with std::
1009
10107th December 2004 Joseph Perl (vis-V06-02-07)
1011- Tagged right before migration to cmath
1012
101326th November 2004 Joseph Perl (vis-V06-02-06)
1014- Tagged for release 7.0.
1015- Made from vis-V06-02-05
1016- plus opengl-V06-02-07 by John Allison
1017- plus vis-HepRep-V06-02-02 by Mark Donszelmann
1018- plus openinventor-V07-00-00 by Guy Barrand
1019
102018th November 2004  John Allison
1021- Included opengl-V06-02-07.
1022
102311th November 2004  John Allison  (vis-V06-02-05)
1024- Made use of smart method GetPolyhedron for solids.  This greatly
1025  speeds 2nd and subsequent drawings when kernel access is required.
1026- Rationalised use of EstablishSpecials: functionality moved to base class.
1027- Removed use of obsolete G4Polymarker::line.
1028
102922nd September 2004  John Allison  (vis-V06-02-04)
1030- Moved Doxyfile to management.  doxygen output to tmp area.
1031- modeling-V06-02-01 - small fixes.
1032- vistree-V06-02-01 - small fixes.
1033- opengl-V06-02-06 - Trap non-regular polyhedra and other small changes.
1034- DAWN-V06-02-00 - Improve diagnostic on trapping non-regular polyhedra.
1035- vistest-V06-02-02: refined rotated tube test.
1036
103713th September 2004  John Allison  (vis-V06-02-03)
1038- vistree-V06-02-00: Improved ASCIITree:
1039  verbosity >= 3: prints volume, density of all volumes in hierarchy.
1040  verbosity >= 4: calculates the mass of the complete geometry tree taking
1041    into account daughters up to the depth specified for each physical
1042    volume in the current scene.  Culling is ignored so that all volumes
1043    are processed.  The calculation is quite tricky, since it involves
1044    subtracting the mass of that part of the mother that is occupied by
1045    each daughter and then adding the mass of the daughter, and so on
1046    down the heirarchy.  Uses G4PhysicalVolumeMassScene - see below.
1047  Added option to write to file (/vis/ASCIITree/set/outFile).
1048- modeling-V06-02-00: Added G4PhysicalVolumeMassScene and improvements
1049  to G4PhysicalVolumeModel.  See modeling/History for more details.
1050- Removed obsolete file: G4VisToOldVisCommands.hh
1051- Corrected mistake in /vis/viewer/set/*Vector commands.
1052- Augmented ParameterisedBox and rotated a tracker tube in test directory.
1053- Brought README.built_in_commands up to date for Geant4 6.2.  Removed all
1054  references to old commands.'
1055
10563rd August 2004  John Allison
1057- Rationalised vis command code (uses G4UIcommand static conversion
1058  functions where possible).
1059- Removed G4ViewParameters::DrawingStyle GetDrawingStyle (const
1060  G4Visible&).  Instead, developer has to:
1061    // Get vis attributes - pick up defaults if none.
1062    const G4VisAttributes* pVA =
1063      fpViewer -> GetApplicableVisAttributes (v.GetVisAttributes ());
1064  where v is the visible object (polyline, circle, polyhedron, etc.), and:
1065    // Get view parameters that the user can force through the vis
1066    // attributes, thereby over-riding the current view parameter.
1067    G4ViewParameters::DrawingStyle drawing_style = GetDrawingStyle (pVA);
1068    G4bool isAuxEdgeVisible = GetAuxEdgeVisible (pVA);
1069  Most developers do this anyway, so the removed routine was redundant
1070  and resulting code is more efficient and transparent.  To get
1071  colour, the developer can pick up directly from the vis attrributes,
1072  pVA, obtained as above:
1073    const G4Colour& c = pVA -> GetColour ();
1074  or use a slightly less efficient method:
1075    const G4Colour& c = GetColour (v);
1076  where v is the visible object.
1077  Note that for text, the developer must use a different procedure,
1078  since the default text colour is determined by the default text vis
1079  attributes, which may be specified independent of default vis
1080  attributes of other types of visible objects.  A function,
1081  GetTextColour, is provided and the recommended use is:
1082    const G4Colour& c = GetTextColour (text);  // Picks up default if none.
1083- Rationalised use of vis attributes in OpenGL and XXX.
1084
108528th July 2004  John Allison  (vis-V06-02-02 with greps-V06-02-00)
1086- Implemented force auxiliary edge visible feature of G4VisAttributes.
1087- Included openinventor-V06-02-00 (minor revision - Guy Barrand).
1088
108923rd July 2004  John Allison
1090- Added auxiliary edge visible flag to G4ViewParameters and a new
1091  command, /vis/viewer/set/auxiliaryEdge.  (Auxiliary edges are not
1092  genuine edges of the volume.  They may be in a curved surface made
1093  out of polygons, for example, or in plane surface of complicated
1094  shape that has to be broken down into simpler polygons.
1095  HepPolyhedron breaks all surfaces into triangles or quadrilaterals.
1096  There will be auxiliary edges for any volumes with a curved surface,
1097  such as a tube or a sphere, or a volume resulting from a Boolean
1098  operation.  Normally, they are not shown, but sometimes it is useful
1099  to see them.  In particular, a sphere, because it has no egdes, will
1100  not be seen in wireframe mode in some graphics systems unless this
1101  flag is turned on.)
1102
110316th July 2004  John Allison
1104- Refined forced wireframe algorithm - *always* force wireframe even
1105  if hidden line removal is specified.
1106- opengl-V06-02-04.
1107
110815th July 2004  John Allison
1109- Small improvement to G4XXX (sample graphics system).
1110
111114th July 2004  John Allison  (vis-V06-02-01)
1112- Removed deprecated commands:
1113    /vis/viewer/show               (use /vis/viewer/update)
1114    /vis/viewer/lightsThetaPhi     (use /vis/viewer/set/lightsThetaPhi)
1115    /vis/viewer/lightsVector       (use /vis/viewer/set/lightsVector)
1116    /vis/viewer/viewpointThetaPhi  (use /vis/viewer/set/viewpointThetaPhi)
1117    /vis/viewer/viewpointVector    (use /vis/viewer/set/viewpointVector)
1118  (See geant4/source/visualization/README.built_in_commands for list
1119  of current commands.)
1120- Tidied guidance for /vis/viewer/set.
1121- Included opengl-V06-02-03 (cosmetic).
1122
112314th July 2004  John Allison  (vis-V06-02-00)
1124- opengl-V06-02-02 and vistest-V06-02-01:
1125  Hidden line *and/or* hidden surface removal now work for OGL*X and OGL*Xm.
1126
11271st July 2004  John Allison
1128- Correction to guidance of /vis/viewer/set/hiddenEdge.
1129- Small improvement to README of /vis/scene/add/axes.
1130- vistest-V06-02-00.
1131- opengl-V06-02-00.
1132- visman-V06-02-00: Fix for porting on gcc-3.4.0: made ProcessView()
1133  public, since used as private friend (Gabriele Cosmo).
1134
11359th June 2004  Gabriele Cosmo  (vis-V06-01-03)
1136- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
1137  allowing support of DLLs on Windows.
1138- Minor correction in modeling/GNUmakefile for GLOBLIBS definition.
1139- Coworks with "global-V06-01-02b".
1140
11417th June 2004  Gabriele Cosmo  (vis-V06-01-02)
1142- Includes "vis-HepRep-V06-01-04".
1143- Export extern symbols for allowing support of DLLs on Windows.
1144  Modified files: G4RayTrajectory.hh, G4RayTrajectoryPoint.hh.
1145- GNUmakefiles: added definition of GLOBLIBS for DLLs support on Windows.
1146- Coworks with "global-V06-01-02a".
1147
11489th April 2004  John Allison  (vis-V06-01-01 + interfaces-V06-01-00)
1149- Tagged OpenGL as below.  Joint with interfaces-V06-01-00.
1150
11517th April 2004  Guy Barrand
1152- visualization/OpenGL/* : use the G4OpenGL.hh file.
1153- Added : visualization/OpenGL/include/G4OpenGL.hh to encapsulate
1154  the include of gl/gl.h and gl/glu.h that may be platform dependant.
1155  It permits to rm some #ifdef WIN32 spread in the code. It opens also
1156  the way to the usage of the Apple OpenGL on a Mac.
1157
115814 March 2004 Joseph Perl (vis-V06-00-01)
1159- HepRepFile handle duplicate ShowView.
1160- HepRepFile improve layering and hierarchy for hits.
1161
116217th February 2004  John Allison  (opengl-V06-00-00)
1163- Fixed bug #581: wrong order of statements in
1164  G4OpenGLXViewer::~G4OpenGLXViewer (see bug report).
1165
11661st December 2003  John Allison
1167- Added checks and minor improvment of behaviour at end of event and run:
1168  o G4VisManager::EndOfRun: added check on MarkForClearingTransientStore.
1169  o G4VisCommandsScene.cc: For "/vis/scene/endOf[Event|Run]Action refresh",
1170    SetMarkForClearingTransientStore(true).
1171
117227th November 2003  John Allison  (vis-V05-02-06)
1173- Added /vis/scene/endOfRunAction.
1174- Includes vis-HepRep-V05-02-08.
1175- G4VisManager: Removed PrintAllGraphicsSystems and
1176  PrintInstalledGraphicsSystems.  They are difficult to maintain and
1177  are anyway not used.  (There remains PrintAvailableGraphicsSystems,
1178  which is much used, and iterates over instantiated graphics systems
1179  and needs no maintenance.)
1180
118120th November 2003  John Allison  (vis-V05-02-05)
1182- Re-submitted.  Includes vis-HepRep-05-02-07: fixes compiler issues and
1183  other minor fixes.
1184
118514th November 2003  John Allison  (vis-V05-02-04)
1186- Includes vis-HepRep-05-02-03: new HepRep XML driver for HepRep Version 2.
1187- Bug fix in G4VisManager::EndOfEvent.
1188
118912th November 2003  John Allison
1190- Bug in /vis/scene/add/volume: requestedDepthOfDescent now correctly
1191  propagated to "world" volume.
1192- modeling-V05-02-02: G4PhysicalVolumeModel: CalculateExtent always
1193  searches complete hierarchy.
1194- Change initialisation of G4VSceneHandler so that there is always a
1195  clear on first drawing  - fMarkForClearingTransientStore(true).
1196- Removed redundant code from G4VisManager::::EndOfRun.
1197
11986th November 2003  John Allison  (vis-V05-02-03)
1199- management:
1200  o G4VisManager: improved handling of auto refresh at end of event and run.
1201  o G4VisCommandsScene: improved endOfEventAction and improved guidance.
1202  o GNUmakefile: rationalised.
1203- GNUmakefile: removed G4LIBDIR and G4TMPDIR.
1204- RayTracer/GNUmakefile: rationalised (raytracer-V05-02-04).
1205- Tree: improved printing.
1206- G4VRML2SceneHandlerFunc: changed const char* pv_name to G4String pv_name.
1207- G4XXXViewer: improved comments.
1208- modeling: GNUmakefile: rationalised (modeling-V05-02-01).
1209- test: changed MyPhysicsList to follow kernel changes.
1210
12114th November 2003  Gabriele Cosmo  (vis-V05-02-02)
1212- Includes removal of OPACS module.
1213- Includes "modeling-V05-02-00".
1214
121517th October 2003  Guy Barrand
1216- OPACS being (for long) deprecated, remove OPACS related things
1217  in Geant4 repository.
1218
12194th October 2003  Gabriele Cosmo  (vis-V05-02-01)
1220- Modified GNUmakefiles:
1221  o added dependency to new module "geometry/navigation".
1222  o replaced "digits+hits" with "digits_hits".
1223- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
1224
122522nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
1226- Incorporates raytracer-V05-02-01 (needs greps-V05-02-00) - see
1227  RayTracer/History:
1228  o Introduced G4VRTScanner.
1229  o Added /vis/rayTracer/backgroundColour.
1230- Introduced Doxygen documentation for management, OpenGL and test.
1231- Improved guidance for /vis/scene/notifyHandlers.
1232- OpenGL: Cosmetic change to regularise names.
1233
12342nd September 2003  John Allison
1235- Fixed pedantic warnings etc. in test suite - see test/History.
1236
12372nd June 2003  John Allison  (vis-V05-01-01)
1238- Small fix for pedantic warnings in RayTracer.
1239
124030th May 2003  John Allison  (vis-V05-01-00 - does not include HepRep below)
1241- Improved README.built_in_commands.  Removed unlikely-to-be-implemented
1242  commands.
1243- Eliminated pedantic warnings.
1244
124528th February 2003  Joseph Perl
1246- Minor Fix to HepRep - see History file.
1247
124820th January 2003  John Allison
1249- Changed "/vis/scene/add/trajectories [<drawing-mode>]" so that if
1250  the command is issued more than once on any given scene, the last
1251  command takes effect, i.e., so that the last value of drawing-mode
1252  takes effect.
1253
125417th February 2003 Satoshi Tanaka (vis-V05-00-01)
1255- A Small bug fixing of VRML2 driver
1256 (Explicit cast from G4String to char* in G4VRML2SceneHandlerFunc.icc).
1257
125824th January 2003  Joseph Perl
1259- Fixes to HepRep - see History file.
1260
126120th January 2003  John Allison  (vis-V05-00-00, co-works intercoms-V05-00-00)
1262- Incorporated openinventor-V05-00-00: Removed erroneous additional
1263  transformation.
1264- Added G4VisManager::Draw methods for hits and trajectories.
1265
126611th December 2002  John Allison  (vis-V04-01-10)
1267- Fix for SUN-CC warnings: AddThis hides the virtual function...
1268- Fix memory leak in RayTracer.
1269- Fixed /vis/scene/add/trajectories command.
1270- Some fixes in HepRep.
1271
12724th December 2002  Makoto Asai (vis-V04-01-09)
1273- Migration to new G4ApplicationState
1274
127527th November 2002  John Allison  (vis-V04-01-08)
1276- Fixes to HepRep - see History file.
1277- Added RegisterGraphicsSystem (new G4HepRep) in MyVisManager.cc.
1278- Fix (removal) of ambiguous G4VVisCommand::GetNewDoubleValue.
1279- Added /vis/viewer/set/globalMarkerScale.
1280- Improved algorithm of CompareForKernelVisit on OpenGL and OpenInventor.
1281
128221st November 2002  Gabriele Cosmo  (vis-V04-01-07)
1283- Corrections to HepRep module to allow porting on egcs compiler
1284  (M.Donszelmann).
1285- Patched access to static data in G4VisCommandsSceneAdd.cc, G4VisManager.cc
1286  and G4FlavoredParallelWorldModel.cc to allow porting on Windows DLLs.
1287  It requires co-working with tags "greps-V04-01-04" and "intercoms-V04-01-02".
1288
128915th November 2002  Mark Donszelmann  (vis-V04-01-06)
1290- HepRep2 driver implemented.
1291
129211th November 2002  John Allison  (vis-V04-01-05)
1293- Corrected inclusion of G4OpenGLXViewer #ifdef X_DRIVER for Windows
1294  and other small changes in OpenGL (opengl-V04-01-02).
1295- Added integer argument to /vis/scene/add/trajectories [drawing-mode].
1296  drawing-mode is passed to DrawTrajectory.  See also modeling-V04-00-00.
1297- Fixed bug in G4VisManager wich lead to zero G4VModel pointer.
1298- Improved hamdling of models.
1299- Corrected G4RayTracer.cc devide-by-zero (raytracer-V04-00-01).
1300- VRML: bug fixing for marker size (*.icc files) (VRML-V04-01-00).
1301- Samll improvements to README.built_in_commands.
1302- Improved sample driver XXX.
1303
13041st November 2002  John Allison (vis-V04-01-04 with...)
1305geant4/source/tracking       tracking-V04-01-03
1306geant4/source/intercoms      intercoms-V04-01-00
1307geant4/source/graphics_reps  greps-V04-01-01
1308geant4/source/digits+hits    digits+hits-V04-01-01
1309
1310Oct 28, 2002, J.Allison  (vis-traj03, co-works with...
1311geant4/source/tracking       traj03 (head as of Tue Oct 29 15:42:14 UTC 2002)
1312geant4/source/intercoms      intercoms-V04-01-00 (ditto)
1313geant4/source/graphics_reps  greps-V04-01-01 (ditto)
1314geant4/source/digits+hits    hits-traj03 (*not* the head)
1315- Changed G4XXXSceneHandler.cc for map of G4AttDefs, and improved.
1316
131717th October 2002  John Allison (vis-V04-01-03 with...)
1318- Coworking tags are:
1319    geant4/source/tracking       traj02
1320    geant4/source/intercoms      intercoms-V04-00-04
1321    geant4/source/graphics_reps  greps-V04-01-00
1322    geant4/source/digits+hits    hits-traj02
1323- More changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
1324- Minor corrections to warning messages, etc.
1325- Improved end of run behaviour for non-post-processing graphics
1326  systems by changing false to true in G4VisManager::EndOfRun
1327  fpSceneHandler->SetMarkForClearingTransientStore(true);
1328- Further corrections/improvements in OpenGLWin32 - not yet complete.
1329
133017th October 2002  John Allison (vis-V04-01-02 with intercoms-V04-01-00)
1331- Added two new pure virtual functions to G4VGraphicsScene:
1332    AddThis(const G4VTrajectory&)
1333    AddThis(const G4VHit&)
1334
133516th October 2002  John Allison  (vis-traj01 co-works with tracking tag traj01)
1336- Tag for changes in G4VTrajectory, etc. (raytracer-V04-00-00).
1337
133816th October 2002  John Allison  (vis-V04-01-01)
1339- Fix for WIN32.  Now compiles but viewer not implemented.  (opengl-V04-01-01)
1340- Small improvement to README.built_in_commands.
1341
13421st Sept 2002  Satoshi Tanaka  (vis-V04-01-00)
1343- Precision control of g4_XX.prim files generated by
1344  the DAWNFILE/DAWN-Network drivers.
1345
1346   Example:
1347     setenv  G4DAWNFILE_PRECISION   9
1348
1349  The precision number is used as:
1350
1351      sprintf( string, "%*.*g", (precision+8), precision, value)
1352
1353  The default precision is also changed from 6 to 9.
1354
135524th June 2002  John Allison
1356- Further cosmetic changes in G4OpenGL for DEC compiler (opengl-V04-01-00).
1357
135824th June 2002  Gabriele Cosmo  (vis-V04-00-10)
1359- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
1360  errors on some platforms (DEC-cxx).
1361
136223th June 2002  Satshi Tanaka  (vis-V04-00-09)
1363- Bug fixes in G4VRMLXFileSceneHandlerFunc.icc
1364- Protection of VRML-Newtork drivers for Windows platform.
1365  (The compilation is skipped in the Windows platform.)
1366
136719th June 2002  John Allison  (vis-V04-00-08)
1368- Cosmetic changes in G4VRML2FileSceneHandler.cc and G4VRML2SceneHandler.cc
1369  (Gabriele)
1370
137110th June 2002  John Allison
1372- Cosmetic changes for SUN-CC in G4OpenGLXmConvenienceRoutines.cc
1373  (opengl-V04-00-03).
1374- Improvement to /vis/scene/add/logicalVolume guidance.
1375
13766th June 2002  John Allison
1377- Cosmetic changes for GNU compiler in G4OpenGLXViewer.cc (opengl-V04-00-02).
1378
13798th May 2002  John Allison (vis-V04-00-07)
1380- Minor changes to warning messages and README.built_in_commands.
1381- Added test fro G4EllipticalTube to test/src/MyDetectorConstruction.cc.
1382
13831st May 2002  John Allison (vis-V04-00-06)
1384- Deprecated /vis/viewer/set/autoRefresh.
1385
138626th April 2002  Makoto Asai (vis-V04-00-05)
1387- Corresponds to the changes in intercoms-V04-00-00
1388- Affected files :
1389   G4VisManager.cc G4VisCommandsViewer.cc G4VisCommandsCompound.cc
1390
139122nd April 2002  John Allison (vis-V04-00-04)
1392- Prevent copying of autoRefresh status with /vis/viewer/set/all command.
1393- Corrected out of date advice about /vis/set/culling, etc.
1394- Workaround for pseudo-parallel/orthogonal projection in Ray Tracer.
1395
139628th February 2002  John Allison (vis-V04-00-03)
1397- Updated OpenGL to compile (but not run) on Windows (opengl-V04-00-01).
1398- Removed redundant code in GNUmakefiles in OPACS, OpenGL, OpenInventor, VRML.
1399- Improved README.adding_graphics_system.
1400
140123rd February 2002  John Allison (vis-V04-00-02)
1402- Bug fix in modeling, which was causing nested calls to Begin/EndPrimitives.
1403
14044th February 2002  Joseph Perl  (vis-V04-00-01)
1405- HepRep: Check for missing hierarchy layers in HepRepXMLWriter.
1406  (Not strictly needed since have a culled layer check in SceneHandler,
1407  but may be useful in other applications of HepRepXMLWriter).
1408
14093rd February 2002  Joseph Perl
1410- HepRep: Detect transient data by testing for
1411  !fpCurrentPV || fReadyForTransients
1412  rather than just fReadyForTransients
1413
14141st February 2002  Joseph Perl
1415- Improvements to HepRep:
1416- Defer file opening until first real HepRepType is to be written.
1417- Moved HepRep code from AddThis to AddPrimitive.
1418- Add additional levels to hierarchy if any appear to have been
1419  removed by culling.
1420- Add visibility attribute.
1421
142229th January 2002  Joseph Perl
1423- Relocate HepRep file-opening logic to constructor and ShowView
1424  (had been in SetView).
1425
142628th January 2002  vis-V03-02-23 Joseph Perl
1427- Improvements to HepRep:
1428- Produce hierarchical output rather than flat HepRepType structure.
1429- Handle trajectories as well as detector geometry.
1430- Output files now named G4Data<n>.heprep where n increments with each open.
1431
143214th January 2002  vis-V03-02-22 Joseph Perl
1433- Corrected handling for already open file in HepRepXMLWriter.
1434
143501th December 2001 vis-V03-02-21 Satoshi Tanaka
1436- Code refinements in FukuiRenderer/ directory:
1437  * Noisy warnings for Linux-g++ are suppressed.
1438    (%lg ==> %g etc)
1439  * G4FRSceneFunc.icc is moved from /src to /include
1440
144129th November 2001  John Allison
1442- Fixed some pedantic warnings and a bug thrown up by such in OpenGL.
1443
144428th November 2001  Gabriele Cosmo (visman-V03-02-00 in management only).
1445- Fixed pointer initialisation for porting on VC++ in G4VisCommandsSceneAdd.cc.
1446
144721st November 2001  John Allison  (vis-V03-02-20)
1448- Fixed G4std bug in G4HepRepFileSceneHandler.hh.
1449- Fixed "hides the virtual function" warnings from G4HepRepFileSceneHandler.
1450- Change to comments in G4XXXSceneHandler.hh.
1451
145219th November 2001  John Allison  (vis-V03-02-19 needs config-V03-02-09+)
1453- Cosmetic changes to HepRep.
1454
145516th November 2001  John Allison
1456- Added G4XXXDEBUG to XXX dummy system.
1457
145814th November 2001  John Allison
1459- Fixed bug in G4VisManager::EndOfEvent.
1460- Moved code from G4VisManagerRegisterMessengers.cc to G4VisManager.cc and
1461  removed G4VisManagerRegisterMessengers.cc.
1462
146314th November 2001  Guy Barrand
1464- OpenInventor : move HEPVis/SoWindow under vis/OpenInventor/G4SoWindow
1465  to prepare HEPVis/6.0. (HEPVis/SoWindow will disappear from HEPVis/6.0).
1466
146714th November 2001  John Allison
1468- Added README.built_in_commands.
1469
147013th November 2001  Satoshi Tanaka
1471- visualization/README file is updated, adding minimal description
1472  on the HepRepFile driver.
1473
147412th November 2001  John Allison  (vis-V03-02-18 needs config-V03-02-09)
1475- Fixed some warnings and one error from gcc-2.95.2.
1476- HepRep Type names now come from Physical Volume names (Joseph Perl).
1477- Added many HepRep Attributes for other volume properties (Joseph Perl).
1478
147913th Nov 2001 (JST)  Hajime Yoshida and Minamimoto (vis-V03-02-17)
1480- Updation of G4RTJpegMaker.cc for Windows platform (raytracer-V03-02-01).
1481
14827th November 2001  John Allison  (vis-V03-02-16 needs config-V03-02-09)
1483- Corrected compilation error.
1484
14856th November 2001  John Allison  (vis-V03-02-15 needs config-V03-02-09)
1486- Added /vis/viewer/flush = refresh + update.
1487- Moved /vis/viewer/lights and viewpoint to /vis/viewer/set.
1488- Added /vis/viewer/set/upThetaPhi and upVector.
1489- Added refresh|flush option to /vis/scene/notifyHandlers.
1490- Moved HepRepFile classes to HepRep/ directory and removed HepRep classes
1491  therein.
1492
14931st October 2001  Joseph Perl
1494- Added first version of pure C++ HepRep driver, HepRepFile.
1495  See HepRep/README for details.
1496
149710th September 2001  John Allison  (needs greps-V03-02-04)
1498- (Non-standard tag JA-RAEOE.)
1499
150010th September 2001  John Allison  (not tagged but needs greps-V03-02-04)
1501- Added BeginOfRun, BeginOfEvent and EndOfRun to G4VisManager, invoked via
1502  G4VisStateDependent.
1503- Improved handling of refresh-at-end-of-event.  All scene handlers need to
1504  implement ClearTransientStore and ensure rebuilding of permanent store if
1505  necessary.
1506- Auto-refresh (notifyHandlers) after attaching scene.
1507- Changed default colour of scale to red and fixed a couple of small bugs in
1508  the implementation of AddPrimitive(G4Scale).
1509- Improved verbosity guidance.
1510- Improved /vis/scene/add/scale guidance (needs greps-V03-02-04).
1511- Removed /vis/viewer/refresh from compound commands.
1512- Capitalised 'R' in /vis/viewer/set/autoRefresh.
1513
151429th August 2001  John Allison/Joseph Perl  (vis-V03-02-14)
1515- Needs config-V03-02-06.
1516- First developers release of HepRep graphics driver.
1517
151824th August 2001  Joseph Perl  (vis-V03-02-13-00)
1519- First inclusion of HepRep graphics driver.
1520
152124th August 2001  John Allison  (vis-V03-02-13)
1522- Fixed bugs in G4VisManager::GeometryHasChanged.
1523- Separated out G4Scene::CalculateExtent.
1524- Improved robustness and timeliness of invocation of some commands.
1525- Improved READMEs.
1526- Reduced warnings from OpenGL - see OpenGL/History.
1527- Cosmetic changes to test.
1528- Added explicit invocation of base class methods to avoid warnings about
1529  hiding of base class methods.
1530
153117th August 2001  John Allison  (vis-V03-02-12)
1532- Coworks with greps-V03-02-02 and intercoms-V03-02-04.
1533- Added G4VisManager::Draw(const G4Scale&,...  Needs intercoms-V03-02-04.
1534- Added template graphics system XXX.
1535- Improved verbosity guidance.
1536
153714th August 2001  John Allison  (vis-V03-02-11)
1538- Coworks with greps-V03-02-02 and intercoms-V03-02-03.
1539- Moved default value G4Transform3D::Identity of argument from
1540  G4VSceneHandler::BeginPrimitives to
1541  G4VGraphicsScene::BeginPrimitives.  Needs intercoms-V03-02-03.
1542- Fixed bug in G4VSceneHandler::AddPrimitive(const G4Scale&).  Needs
1543  greps-V03-02-02.
1544- Added sceneHandler.Begin/EndPrimitives messages to models (long
1545  standing bug!).
1546- Removed "dummy" graphics systems in G4VisManager.cc.
1547- Improved robustness of some commands, particularly
1548  /vis/scene/notifyHandlers.
1549- Improved support for multiple viewers (but see OpenGL/History).
1550
155111th August 2001  John Allison  (vis-V03-02-10-01)
1552- Implemented /vis/scene/endOfEventAction.
1553
15549th August 2001  John Allison  (vis-V03-02-10-00)
1555- Note: non-standard tag to indicate internal use only.
1556- Added /vis/scene/create at start of compound command /vis/open to avoid
1557  warnings.
1558- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
1559  textual or graphical representation of the geometry hierarchy is now
1560  done in G4xxxTree classes in visua;ization/Tree.
1561- Removed /vis/scene/notifyHandlers from
1562  G4VVisCommandScene::UpdateVisManagerScene - too much updating going on.
1563  It was leading to recursive refreshing/updating.
1564- Implemented auto-refresh at end of event.  (See also OpenGL/History.)
1565  Introduced G4VSceneHandler::Get/SetMarkForClearingTransientStore for
1566  postponed (lazy) clearing of transients (e.g., trajectories) from store
1567  (graphical database) and view.  The mark is set at the end of
1568  G4VisManager::EndOfEvent and the actual clearing is done in:
1569    void G4VisManager::ClearTransientStoreIfMarked(){
1570      // Assumes valid view.
1571      if (fpSceneHandler->GetMarkForClearingTransientStore()) {
1572        fpSceneHandler->SetMarkForClearingTransientStore(false);
1573        fpSceneHandler->ClearTransientStore();
1574      }
1575    }
1576  which is called at the start of each G4VisManager::Draw and the beginning
1577  of G4VisManager::EndOfEvent.  Thus the picture stays from the end of all
1578  drawing for the event until the first drawing of the next event.
1579   
15805th August 2001  John Allison
1581- Small refinements to printing under new verbosity control.
1582
15834th August 2001  John Allison  (vis-V03-02-10)
1584- Re-implemented verbosity control.  Output statements wherever possible
1585  are controlled by the verbosity in a simple graded message scheme:
1586    enum Verbosity {
1587      quiet,         // Nothing is printed.
1588      startup,       // Startup and endup messages are printed...
1589      errors,        // ...and errors...
1590      warnings,      // ...and warnings...
1591      confirmations, // ...and confirming messages...
1592      parameters,    // ...and parameters of scenes and views...
1593      all            // ...and everything available.
1594    };
1595  Note that the G4VisManager member object name and type have changed:
1596    Verbosity             fVerbosity;  // New.
1597    const G4int           fVerbose;
1598    // fVerbose is kept for backwards compatibility for some user
1599    // examples.  (It is used in the derived user vis managers to print
1600    // available graphics systems.)  It is initialised to 1 in the
1601    // constructor and cannot be changed.
1602
16033rd August 2001  John Allison
1604- Added README.quick, a quick installation guide.
1605
160630th July 2001  John Allison  (vis-V03-02-09)
1607- Eliminated view parameters from G4VisManager.  Now, each view maintains its
1608  own parameters.  Can be copied from one view to another with:
1609    /vis/viewer/set/all <from-viewer-name>
1610    Copies view parameters from from-viewer to current viewer.
1611    Affects current viewer.
1612- Removed redundant methods from G4VisManager, mostly to do with old-style
1613  commands.
1614
161527th July 2001  John Allison  (vis-V03-02-08)
1616- Needs config-V03-02-01.
1617- Introduced environment variable G4VIS_NONE that, if set, no visualization
1618  drivers are built and no vis libraries are built, not even
1619  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
1620  variables G4VIS_BUILD and G4VIS_USE are *not* set.
1621- Removed the need to specify environment variables for visualization drivers
1622  which do not need external packages or libraries, namely :
1623      G4VIS_BUILD_DAWNFILE_DRIVER
1624      G4VIS_BUILD_RAYTRACER_DRIVER
1625      G4VIS_BUILD_VRMLFILE_DRIVER
1626      G4VIS_BUILD_ASCIITREE_DRIVER
1627      G4VIS_BUILD_GAGTREE_DRIVER
1628    with associated G4VIS_USE environment variables:
1629      G4VIS_USE_DAWNFILE
1630      G4VIS_USE_RAYTRACER
1631      G4VIS_USE_VRMLFILE
1632      G4VIS_USE_ASCIITREE
1633      G4VIS_USE_GAGTREE
1634  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
1635  C-pre-processor variables are automatically set.  Also, the C-pre-processor
1636  variables G4VIS_BUILD and G4VIS_USE are set.
1637- As before, environment variables for other drivers still need positive
1638  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
1639  category are:
1640      G4VIS_BUILD_DAWN_DRIVER
1641      G4VIS_BUILD_OPACS_DRIVER
1642      G4VIS_BUILD_OPENGLX_DRIVER
1643      G4VIS_BUILD_OPENGLWIN32_DRIVER
1644      G4VIS_BUILD_OPENGLXM_DRIVER
1645      G4VIS_BUILD_OIX_DRIVER
1646      G4VIS_BUILD_OIWIN32_DRIVER
1647      G4VIS_BUILD_VRML_DRIVER
1648    with associated G4VIS_USE environment variables:
1649      G4VIS_USE_DAWN
1650      G4VIS_USE_OPACS
1651      G4VIS_USE_OPENGLX
1652      G4VIS_USE_OPENGLWIN32
1653      G4VIS_USE_OPENGLXM
1654      G4VIS_USE_OIX
1655      G4VIS_USE_OIWIN32
1656      G4VIS_USE_VRML
1657  In this case G4VIS_NONE must *not* be set.
1658- Fixed unchecked pointer in G4VSceneHandler::ClearStore().
1659
166025th July 2001  John Allison  (vis-V03-02-07)
1661- Improved access to models (modeling-V03-02-03).
1662- Made G4VSceneHandler::fpModel non-const G4VModel* for convenience.
1663- Improved checks and warning messages in /vis/scene/add/scale.
1664
166524th July 2001  John Allison  (vis-V03-02-06)
1666- Needs greps-V03-02-01 for small interface change to G4Scale.
1667- Includes modeling-V03-02-02.
1668- Force rebuild of graphics "stores" (graphical databases) and, if
1669  auto-refresh is true, refresh of all views
1670  (/vis/scene/notifyHandlers) after an addition to scene.
1671- Improvements to /vis/scene/add/scale:
1672  o Added colour.
1673  o Assigned a genuine extent.
1674
167523rd July 2001  John Allison  (vis-V03-02-05 is non existent - sorry!!!)
1676- Improved /vis/scene/add/scale.
1677- Improved auto-refreshing.
1678
167921st July 2001  John Allison  (vis-V03-02-04)
1680- Added /vis/scene/add/scale.  Needs greps-V03-02-00 and intercoms-V03-02-02.
1681
168219th July 2001  Satoshi Tanaka  (vis-V03-02-03)
1683- Modification of G4DAWNFILEViewer.cc
1684- PostScript command "showpage" is always added to g4_XX.eps
1685  so that it is printable. (It can also be inserted into
1686  LaTeX documents.
1687
168818th July 2001  John Allison  (vis-V03-02-02)
1689- Ensured rotation and translation of replica is restored (modeling-V03-02-00)
1690  (fixes crashes in replica tracking).
1691
169214th July 2001  John Allison  (vis-V03-02-01)
1693- Included raytracer-V03-02-00 (minor cosmetics).
1694- Minor changes in G4OpenGLXViewer.cc to eliminate pedantic ISO C++ warnings.
1695- Merged vis-V03-02-patch01 (below) to head.
1696- Included new disclaimer.
1697
169814th July 2001  John Allison (vis-V03-02-patch01 in branch geant4-03-02-branch)
1699- Fixed crash in optimised mode: added Initialise() to viewers so
1700  that windows are opened after viewers are fully constructed.
1701
170210th July 2001  John Allison  (vis-V03-02-00)
1703- Removed old-style commands.
1704- Removed maintenance of G4VisManager's G4ViewParameters object (this
1705  will be removed soon).
1706- Merged vis-V03-02-patch00 (below) to head.
1707
170810th July  John Allison  (vis-V03-02-patch00 in branch geant4-03-02-branch)
1709- Corrected mistake which could cause crash if user specified a non-
1710  existent scene handler in /vis/sceneHandler/remove.
1711
171219th June 2001  Satoshi Tanaka (vis-V03-01-07)
1713-OS dependence is removed from the DAWN-network driver.
1714 * gethostname() removed
1715 * G4SocketConfig.hh and G4SocketMacro.hh are removed.
1716- Now "setenv G4DAWN_HOST_NAME hostname" is mandatory to use
1717  the DAWN-network driver.
1718
171915th June 2001  John Allison
1720- Added GAGTree to G4VisManager.cc, MyVisManager.cc.  Need corresponding
1721  changes in config.
1722
172315th June 2001  John Allison (vis-V03-01-06)
1724- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
1725  G4GAGTreeSceneHandler.
1726
172715th June 2001  Satoshi Tanaka (vis-V03-01-05)
1728- The  first committing of GAGTree driver.
1729- Other files in ./Tree/ are the same as vis-V03-01-04.
1730
17315th June 2001  John Allison (vis-V03-01-04)
1732- Moved re-useable code from G4ASCIITree to G4VTree.
1733- Made sure all pointers in G4VisManager are initialised on construction.
1734
17354th June 2001  John Allison
1736- G4ASCIITree: Added logical volume name and solid name and type under
1737  verbosity control.
1738- G4ASCIITree: Forced culling off so that all volumes are seen, even if
1739  "invisible".
1740
174129th May 2001  John Allison
1742- Small clean up in test directory.
1743
174425th May 2001  John Allison
1745- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
1746
174724th May 2001  John Allison  (vis-V03-01-03)
1748- Added missing files G4ASCIITreeMessenger.hh/cc.
1749- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
1750- Drivers in alphabetical order in MyVisManager.cc.
1751
175223rd May 2001  John Allison
1753- Eliminated Linux pedantic warnings, except FukuiRenderer, VRML and OPACS.
1754
175522nd May 2001  John Allison
1756- Refined ASCIITree.
1757
175821st May 2001  John Allison (vis-V03-01-02)
1759- Minor bug corrections (mostly to fix things that used to work with the
1760  old /vis~/ commands but ceased to work with the new /vis/commands:
1761  o If a scene is empty at drawing time, the "world" is added.
1762  o Window size hint now works for OpenGL.
1763- Fixed some minor warnings for strict C++ (size_t, etc.).
1764
176518th May 2001 John Allison
1766- Removed unnecessary virtual inheritance of G4VViewer in G4RayTracerViewer.
1767- Introduced verbosity to ASCIITree.
1768- Proper deletion of directories in G4VisManagerRegisterMessengers.
1769
177015th May 2001 John Allison
1771- Fixed bug in name of /vis/viewer/set/sectionPlane command.
1772
17733rd May 2001 John Allison (vis-V03-01-01)
1774- Changes for greps-V03-01-01 (elimination of RW).
1775- Improvements in /vis/scene/add/volume.
1776- Added /vis/drawTree.
1777
177810th April 2001  John Allison (vis-V03-01-00)
1779- Added two new commands:
1780    /vis/scene/add/text
1781    /vis/scene/add/axes
1782- Added first version of ASCIITree to dump geometry hierarchy to
1783  standard output as ASCII stream.
1784  This requires two new environment variables:
1785    G4VIS_BUILD_ASCIITREE_DRIVER
1786    G4VIS_USE_ASCIITREE
1787  and config-V03-01-00.
1788
17892nd April 2001  John Allison
1790- Tidied OpenGL (opengl-V03-00-01) - see OpenGL/History.
1791
17922nd April 2001  John Allison  (vis-V03-00-09)
1793- Fixed some warnings from DEC cxx.
1794
179515th March 2001  John Allison  (vis-V03-00-08)
1796- Changed rotation of phi-replicas in G4PhysicalVolumeModel.cc to
1797  ensure correspondence with rule that phi=0 bisects the replica.
1798  WARNING: Prior to this fix the graphics did NOT correspond to the
1799  replica navigation.  If you have been relying on the graphics to
1800  position daughter volumes in a phi-replica, navigation will have
1801  been incorrect, possibly without causing a crash.  The above fix
1802  will change the apparent position as shown by the graphics and you
1803  will have to correct the positioning of daughters.  Make sure the
1804  diaghters are all properly enclosed within the replica.  Graphics
1805  and navigation now correspond,
1806
18077th March 2001  John Allison  (vis-V03-00-07)
1808- Cosmetic corrections for ISO compliance.
1809
181023rd February 2001  John Allison  (vis-V03-00-06)
1811- Removed all references to RogueWave.
1812
18134th February 2001  John Allison  (vis-V03-00-05)
1814- Reverted to /vis/viewer commands updating vis manager's view parameters.
1815  Otherwise this can have a big effect on users if old commands are still
1816  being used.  Let's schedule this change for the next version of Geant4.
1817- Added the following new commands:
1818  /vis/enable [true|false]
1819  /vis/disable
1820  /vis/verbose [<verbosity-integer>]
1821  /vis/viewer/set/lineSegmentsPerCircle  [<number-of-sides-per-circle>]
1822  /vis/viewer/set/sectionPlane ...
1823  Only /vis/scene/add/text and /vis/scene/add/axes to go!!!
1824
18254th February 2001  John Allison  (vis-V03-00-04)
1826- /vis/viewer commands no longer update vis manager's view parameters.
1827- Most /vis~/ copmmands give DEPRECATED warning, except:
1828  /vis~/draw/axes
1829  /vis~/draw/text
1830  /vis~/set/section_plane
1831  /vis~/set/sides
1832  /vis~/set/verbose
1833  which have still to be re-implemented.  All /vis~/ commands are still
1834  available through /vis/ for the time being.  (Window size hint no longer
1835   works.)
1836- Added "auto refresh" to view parameters.
1837- Added "default" view parameters to viewers.
1838- Made OpenGL viewers "auto refresh" by default.
1839- Added:
1840  /vis/viewer/set/autoRefresh
1841  /vis/viewer/set/projection
1842- Added compound command:
1843  /vis/drawView [<theta-deg>] [<phi-deg>]
1844                [<pan-right>] [<pan-up>] [<pan-unit>]
1845                [<zoom-factor>]
1846                [<dolly>] [<dolly-unit>]
1847
18484th February 2001  John Allison  (vis-V03-00-03)
1849- Added several new vis commands:
1850  /vis/viewer/dolly
1851  /vis/viewer/dollyTo
1852  /vis/viewer/lightsThetaPhi
1853  /vis/viewer/lightsVector
1854  /vis/viewer/pan
1855  /vis/viewer/panTo
1856  /vis/viewer/viewpointThetaPhi
1857  /vis/viewer/viewpointVector
1858  /vis/viewer/zoom
1859  /vis/viewer/zoomTo
1860  /vis/viewer/set/hiddenMarker
1861  /vis/viewer/set/lightsMove
1862
18633rd February 2001  John Allison  (vis-V03-00-02)
1864- Tidied for CodeWizard.  Small changes to many files in management, modeling
1865  and OpenGL.
1866
18671st February 2001  John Allison  (vis-V03-00-01)
1868- Fixed cause of crash when setting viewpoint before creating scene (Bug #157).
1869  Solution: SetView no longer called when view parameters are changed.  In
1870  any case it's called just before drawing, whixh is the right place.
1871- Fixed /vis/set/sides problem (Satoshi Tanaka) (Bug #204).
1872  Solution: Update view's view parameters in /vis/set/sides - had somehow
1873  been overlooked.
1874
187525th January 2001  John Allison
1876- Added protection against empty G4Polyhedron objects.
1877   FukuiRenderer/src/G4FRSceneFunc.icc
1878   OPACS/src/G4GoSceneHandler.cc
1879   OpenGL/src/G4OpenGLSceneHandler.cc
1880   OpenInventor/src/G4OpenInventorSceneHandler.cc
1881   VRML/src/G4VRML1SceneHandlerFunc.icc
1882   VRML/src/G4VRML2SceneHandlerFunc.icc
1883
188425th January 2001  John Allison  (opengl-V03-00-00)
1885- Fixed Bug #120.  Implemented running re-calculation of up-vector in
1886  the case of "object rotation" (lights move with camera) to prevent
1887  "flipping" of view when camera passes through up-vector.  Note that
1888  the default is "camera rotation" (lights do not move with camera,
1889  i.e., remain fixed relative to object) so the default is that this
1890  "flipping" can happen.  To set "object rotation" (lights move with
1891  camera) use /vis/lights/move_with_camera true (soon to be
1892  /vis/viewer/set/lights move-with-camera) or click "Object" radio
1893  button on Rotation Panel in OpenGLXm mode.
1894- Changed some objects to references for efficiency.  E.g.:
1895  const G4Vector3D& vp = pView->fVP.GetViewpointDirection ().unit ();
1896
189718th January 2001  John Allison
1898- Corrected G4PhysicalVolumeModel.  This corrects a bug whereby the
1899  requested drawing of a physical volume and its decendants starting
1900  at a depth greater than 2 was incorrectly positioned on the screen.
1901- /vis/scene/include commands withdrawn - use equivalent commands
1902  /vis/scene/add.
1903- OpenGL: cosmetic and minor performance improvements.
1904
190516th January 2001  John Allison  (vis-03-00-00)
1906- All vis commands "available" in all G4 states.
1907- Other small cosmetic changes to commands.
1908- OpenGL: square and circle markers correctly rendered.
1909  Note: subsequent rotations in stored mode also rotate these markers.
1910- Some small changes to test  - see test/History.
1911
19122nd November 2000  Gunter Folger  (vis-V02-00-02)
1913- Added targets includes and clean_libs to visualization/GNUmakefile.
1914
191518th October 2000  John Allison  (vis-V02-00-01)
1916- G4PhysicalVolumeModel: protected against volumes without material.
1917- Removed /vis/viewer/update from compound commands /vis/drawVolume
1918  and /vis/specify.
1919- Updated comments in G4VisManagerRegisterMessengers.cc.
1920
192119th August 2000  John Allison  (vis-V02-00-00)
1922- Fixed bug in /vis/lights/direction - now does not refresh view.
1923- Corrected "scene" where it should read "scene handler" in some
1924  comments and output statements.
1925
19263rd July 2000  John Allison
1927- Explicitly initialised all data members of G4ViewParameters in constructor.
1928
19299th June 2000  John Allison  (vis-V01-01-06)
1930- Tagged for system testing.
1931
19328th June 2000  Guy Barrand
1933- OPACS/src/G4GoSceneHandler.cc : correct polyhedron
1934  wire-frame in order to remove some edges. Now the
1935  rendering is the same than for OpenGL driver.
1936   This was requested for long by ALICE, and had been
1937  requested for ATLAS by Gaston Parrour recently.
1938
19397th June 2000  John Allison
1940- /vis/viewer/update preferred, synonym /vis/viewer/show deprecated.
1941
19427th June 2000  Makoto Asai
1943- Fix the flip view of RayTracer.
1944
19452nd June May 2000  John Allison
1946- Forced /control/verbose 2 for compound commands.
1947
194820th May 2000  John Allison
1949- Bug fix in G4PhysicalVolumeModel for replicas (Guy Barrand).
1950
195126 May 2000  Guy Barrand
1952- management/src/G4VisCommandsScene.
1953  Protect against a null pointer for aScene in NotifyHandlers::SetNewValue.
1954- OPACS/src/G4WoViewer.cc :
1955  Change camera name checking so that a viewer created
1956  by the GUI (Wo) could be hooked.
1957- OPACS/src/G4GoSceneHandler.cc :
1958  Change circle rendering.
1959- OpenInventor/G4OpenInventorSceneHandler : protect against null pointers.
1960
196122nd May 2000  John Allison  (vis-V01-01-05)
1962- Many bug fixes from in OpenGL (opengl-V01-01-00) - see OpenGL/History.  Main
1963  features:
1964  o workaround for bug in Mesa which slowed OpenGLXm (Guy Barrand).
1965  o multiple OpenGLXm windows no longer cause crash on exit (Guy).
1966- modeling-V01-01-00: Added G4VTreeGraphicsScene (DTREE).
1967- G4Scene::IsEmpty if empty of RunDurationModels - VisManager adds world in
1968  this case.
1969
197018th/19th May 2000  John Allison
1971- Introduced some /vis/viewer/set commands.
1972- /vis/scene/include/trajectories changed to /vis/scene/add/trajectories.
1973  Similarly hits.  (Old commands kept but deprecated.)
1974- G4ViewParameters.cc: bug fix in density culling printing.
1975- G4VisCommandsSceneHandler.cc: bug fix in /vis/sceneHandler/create.
1976- G4VisManagerRegisterMessengers.cc: improved comments.
1977
197818th May 2000  John Allison  vis-V01-01-04
1979- Included DAWN-V01-01-04: Automatic filename incrementation is made default.
1980
198115th May 2000  John Allison
1982- Added compound commands /vis/open, /vis/drawVolume and /vis/specify.
1983- /vis/viewer/reset now resets *all* view parameters.
1984- Fixed double application of transformation in /vis/scene/add/volume.
1985- Fixed verbosity parameter in /vis/scene/list.
1986- Made G4BoundingSphereScene::PreAddThis non-inline.
1987
198813th May 2000  John Allison
1989- Redefined current target point to be *relative* to standard target point.
1990  (No longer necessary to initialize current target point in G4VViewer
1991  constructor.  The fix of 4th May is reversed.)
1992
199311th May 2000  Satoshi Tanaka vis-V01-01-03
1994- In G4DAWNFILEViewer.cc,
1995  <       strcpy( fPSViewer, "ghostview" );
1996  ---
1997  > //    strcpy( fPSViewer, "ghostview" );
1998  >       strcpy( fPSViewer, "gv" );
1999
2000
20014th May 2000  John Allison
2002- Tidied comments in G4VisManagerRegisterMessengers.cc.
2003- Initialize current target point in G4VViewer constructor.
2004- Re-implemented /vis/viewer/reset to change view parameters of
2005  viewer directly.
2006
20072nd May 2000  John Allison  vis-V01-01-02
2008- Added /vis/viewer/reset.
2009- G4VSceneHandler, G4VViewer, G4OpenGLXmMainMenubarCallbacks: corrected
2010  some name anomolies - "scene" was still being used in places where it
2011  meant "scene handler".
2012- G4VViewer: added GetShortName(), corrected SetName(...).
2013- G4ViewParameters.hh: improved class description.
2014- G4VisManager: added ViewerShortName(...) and GetViewer(...) utilities.
2015- G4RayTracer: set out-of-world ray to black.
2016- G4RayTracerViewer: corrected trapping of orthogonal projection.
2017- Some minor enhancements to tests.
2018
201927th April 2000  Gabriele Cosmo
2020- Removed unnecessary #include "G4Transform.hh" from VRML.  (Since
2021  geometry-V01-01-02 G4Transform.hh no longer exists.) 
2022
202327th April 2000  John Allison
2024- Updated README file.
2025
202612th April 2000  John Allison  vis-V01-01-01
2027- Made G4PhysicalVolumeModel::DescribeSolid virtual.
2028- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
2029  solids - now programmed into CompositeSolid::CreatePolyhedron, where
2030  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
2031  G4UnionSolid.
2032- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
2033  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
2034- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
2035  components of composite solids as white forced-wireframe objects.
2036- Removed unnecessary #includes from G4VSceneHandler.hh which required
2037  consequent inclusion in many other scene handlers and viewers.
2038
20397th April 2000  John Allison  vis-V01-01-00
2040- Modified GNUmakefiles for restructured geometry.
2041
204229th February 2000  John Allison  vis-V01-00-06
2043- Changed `char*' to `const char*' in G4FRClientServer::Err(...).
2044
204528th February 2000  John Allison
2046- Cosmetic improvements to G4RayTracerSceneHandler.hh and G4RayTracerViewer.hh.
2047
204824th February 2000  John Allison
2049- Minor inmprovement of messages from /vis/viewer/refresh.
2050- Cosmetic tidying in G4OpenGLViewer.cc.
2051- Added protection for null viewer in G4RTSteppingAction.cc and
2052  G4RayTrajectory.cc.
2053- Corrected for zoom, etc., in G4RayTracerViewer.cc.
2054
205523rd February 2000  John Allison
2056- Added G4RayTracerSceneHandler and Viewer.
2057- Some modifications to other RayTracer routines for vis compliance.
2058- (Note: headAngle still not right - ray traced views are sometimes tipped.)
2059
206023rd February 2000  John Allison  vis-V01-00-05
2061- Includes raytracer-V01-00-01a which is original version plus fixes for
2062  ISO compliance.
2063
206421st February 2000  John Allison
2065- /vis/viewer/refresh no longer invokes ShowView().
2066- G4VViewer: introduced data member fShortName.
2067- Added G4RTSteppingAction and G4RayTrajectory to list of G4VisManager's
2068  friends.
2069- Improved G4VisManager::CreateSceneHandler() and CreateViewer() and
2070  handling of error in G4VisCommandSceneHandler::Create() and
2071  G4VisCommandViewer::Create().
2072- OpenGL: char* becomes const char*.  Small output text improvement.
2073- test: some changes for Ray Tracer.  Boolean intersection instead of union.
2074
207502 February 2000  Guy Barrand
2076- OPACS/src/G4XoViewer.cc : change WaitForNotify signature to
2077  be able to compile with DEC-cxx 6.1.
2078
2079vis-V01-00-04 29th January 2000  Satoshi Tanaka
2080- CVS tag is assigned to the Makoto's committing below.
2081
208229th January 2000  Makoto Asai
2083- Introduction of G4RayTracer (visualization/RayTracer/...)
2084- Migration of G4RayTracer
2085  affected files :
2086    visualization/GNUmakefile
2087    visualization/management/include/MyVisManager.cc
2088    visualization/management/src/G4VisManager.cc
2089  affected files in other directory :
2090    config/G4VIS_BUILD.gmk
2091    config/G4VIS_USE.gmk
2092
2093vis-V01-00-03  17th January 2000  John Allison
2094- Added protection for no voxelisation in G4LogicalVolumeModel.cc.
2095- Changed endl to G4endl in G4VisCommandsViewer.cc and G4GoSceneHandler.cc.
2096
209714th January 2000  John Allison
2098- Added protection for no viewer in G4VisCommandsViewer.cc.
2099
2100vis-V01-00-02  11th January 2000  John Allison
2101- General handling of displaced solid (G4PhysicalVolumeModel).
2102- Introduced /vis/viewer/show (/vis/viewer/update is synonym).
2103- Improved printing in /vis/camera/reset.
2104
2105vis-V01-00-01  27th December 1999  Satoshi Tanaka
2106- VRML-V01-00-00 27th December 1999  Satoshi Tanaka
2107- G4endl ==> "\n" for fDest objects ... for ISO standard C++ compiler
2108
2109vis-V01-00-00  16th December 1999  John Allison
2110- (Note: NOT FOR SYSTEM TESTING - this tag still has problems with
2111   displaying logical volumes and text.)
2112- Added /vis/viewer/refresh.
2113- Rationalised command lists for keeping parameter lists up to date,
2114  G4VVisCommand::sceneNameCommands, etc.
2115- Added AddThis(const G4Polycone&), etc., to prevent hiding warnings.
2116- Developments in test - see test/History.
2117
2118vis-V00-01-14a  7th December 1999  John Allison
2119- Added `class' keyword in friend statement in G4VisStateDependent.hh
2120  to keep HP happy.
2121
2122vis-V00-01-14  6th December 1999  John Allison
2123- Invert rotation of boolean component in G4PhysicalVolumeModel.cc.
2124
2125vis-V00-01-13  Satoshi TANAKA  Dec 01, 1999
2126- DAWN-V00-01-08
2127- Removed implicit casting from the previous updation
2128
2129vis-V00-01-12  Satoshi TANAKA  Nov 30, 1999
2130- DAWN-V00-01-06
2131- Fixing improper definition of alpha1, alpha2
2132
2133vis-V00-01-11  29th November 1999  John Allison
2134- Introduced helper class G4VisStateDependent to decouple G4VisManager from
2135  G4StateManager, G4RunManager, etc.
2136- Archived old directoris inside test subdirectory.
2137
2138vis-V00-01-10  25th November 1999  John Allison
2139- Adapted relevant header files of modeling and management for
2140  Software Reference Manual.
2141
2142vis-V00-01-09  23th November 1999  Satoshi Tanaka
2143- Protection to ill-defined G4Trap in AddThis()
2144
2145vis-V00-01-08  10th November 1999  John Allison
2146- Added capability of viewing Boolean solids - coworks with geometry-V00-01-01.
2147- Fixed bug in G4VViewer to maintain proper status of fNeedKernelVisit.
2148- Added Boolean solids to test/src/MyDetectorConstruction.cc.
2149- Added circle to represent end of step in test/src/MySteppingAction.cc.
2150
2151vis-V00-01-07  5th November  John Allison
2152- Added /vis/viewer/update [<viewer-name>].
2153- Some groundwork for /vis/scene/edit.
2154- Added additional check in G4VisManager::IsValidView().
2155- G4VSceneHandler::ClearStore() invokes fpViewer -> NeedKernelVisit().
2156  (After a clear of the graphical database it is necessary to do this.
2157  So if a derived class redefines, it must still invoke this base
2158  class method.
2159- G4Scene::AddRunDurationModel(), AddWorldIfEmpty(), AddEndOfEventModel():
2160  avoid duplicate models and flag with G4bool return argument.
2161- G4VisCommandsSceneAdd: respect the above G4bool return value.
2162- G4Scene::AddRunDurationModel(): remove temporary workaround for old CLHEP
2163  non-const problem.
2164- Added 3rd template argument of map (to keep Sun CC 4.2 happy) in
2165  G4OpenGLStoredSceneHandler.hh and G4OpenInventorSceneHandler.hh.
2166- G4OpenGLStoredSceneHandler::ClearStore() and
2167  G4OpenInventorSceneHandler::ClearStore() invoke base class function
2168  G4VSceneHandler::ClearStore().
2169
2170VRML-V00-01-01 4th November 1999  Satoshi Tanaka
2171- Introduction of VRMLBeginModeling() for new vis commands 
2172- Updation and tagging of visualization/VRML/
2173  and this History file
2174
2175DAWN-V00-01-04  04th November 1999 Satoshi TANAKA 
2176- Protection to AddPrimitive( G4NURBS )
2177- Updation and tagging of visualization/FukuiRenderer/
2178  and this History file
2179
2180DAWN-V00-01-03  02nd November 1999 Satoshi TANAKA
2181- Updation and tagging of visualization/FukuiRenderer/
2182  and this History file
2183- Environmental variable G4DAWN_MULTI_WINDOW is
2184  renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
2185  (G4DAWN_MULTI_WINDOW  still works for a while.)
2186
2187DAWN-V00-01-02  01st November 1999 Satoshi TANAKA
2188- Updation and tagging of visualization/FukuiRenderer/
2189  and this History file
2190- Separation of BeginModeling() and FRBeginModeling().
2191  Co-workable with /run/beamOn with the new vis commands.
2192
219329 Oct 1999  Guy Barrand
2194- Modify  G4Xo.cc to not load G4Xo.xrm resource file.
2195  Resource must be grouped in some g4.xrm file.
2196
2197vis-V00-01-06  25th October 1999  John Allison
2198- No longer update view parameters in /vis/scene/add/volume, etc.
2199- Change G4RWTValHashDictionary to G4std::map in G4OpenGLStoredSceneHandler
2200  and G4OpenInventorSceneHandler (needs global-V00-01-03).
2201
220211 Oct 1999  Guy Barrand
2203- G4GoSceneHandler.cc/G4GoSceneHandler::EndPrimitives : modify
2204  the logic of setting the OMatrix for Go objects in order
2205  to avoid the usage of the CLHEP/Rotation.getAngleAxis that
2206  clearly has precision problem on some platforms (at least
2207  Linux and HP-UX).
2208
2209vis-V00-01-05  4th October 1999  John Allison
2210- Implemented /vis/scene/add/logicalVolume.
2211- Added G4LogicalVolumeModel.
2212- Augmented G4PhysicalVolumeModel so G4LogicalVolumeModel could inherit.
2213- Updated G4BoundingSphereScene and G4PhysicalVolumeSearchScene to
2214  implement extra virtual functions in G4VSceneHandler interface.
2215- Moved virtual destructor G4VModel::~G4VModel to non-inline implementation.
2216- Tidied G4VSceneHandler.
2217
2218vis-V00-01-04 30 Sep 1999  Satoshi Tanaka
2219- RW/STL dependence was removed from VRML 1.0 driver
2220
222115 Sep 1999  Guy Barrand
2222- Modify  G4OpenGLStoredSceneHandler.cc to compile on Linux-g++ with STL.
2223
2224vis-V00-01-03  27th August  John Allison
2225- Modified GNUmakefile to prevent building of global libraries.
2226
2227vis-V00-01-02  27th August  John Allison
2228- Eliminate residual references to G4Ray.
2229- Improved some informational printing in G4VisManager::IsValidView.
2230- G4Vis
2231Manager::SetCurrentGraphicsSystem no longer gives spurious warnings.
2232- Improved README (change `gmake global' to plain `gmake').
2233
2234vis-V00-01-01 26th August Satoshi TANAKA
2235- Protection for invalid calling of BeginModeling
2236- .DAWN.history ==> .DAWN_1.history
2237   **** It means DAWN version 3.80a or  after is  required ***
2238
2239vis-V00-01-00  24th August Satoshi TANAKA
2240- Improved README.
2241
2242vis-01-00-15a  3rd July 1999  John Allison
2243- Improved README (Guy).
2244- Corrected a fprintf statement in G4OpenGLXViewer::spewWireframeEPS.
2245
2246vis-01-00-15  29th June 1999  John Allison
2247- Moved #include <rw/tvhdict.h> from G4OpenGLSceneHandler.hh to .cc.
2248- Corrected #ifdef G4VIS_BUILD_OPENGL_DRIVER in G4OpenGLXViewer.hh.
2249
2250vis-01-00-14  19th June 1999  John Allison
2251- Removed references to G4Ray from GNUmakefile.
2252- Archived (cvs removed) all G4Ray files.
2253- Cosmetic change to an output statement in G4VisToOldVisCommands.cc/
2254
2255vis-01-00-13  1st June 1999  John Allison
2256- Updated README for May Release (Satoshi, John).
2257- Removed G4Ray from tag.
2258
225931 Mai 1999  Guy Barrand
2260- G4XoViewer : remove enabling/disabling XoCamera popup menu logic.
2261  In some situation (N03) we were loosing the XoCamera popup menu.
2262- G4XoViewer : correct ClearStore, ClearTransientStore.
2263
2264vis-01-00-12a  26th May 1999  John Allison
2265- G4TrajectoriesModel.cc: (*TC) [iT] -> DrawTrajectory ();
2266
2267vis-01-00-12  25th May 1999  John Allison
2268- Moved global operator != to member function.
2269- Updated OPACS to handle "ClearTransientStore" (Guy).
2270
2271vis-01-00-11  12th May 1999  Guy Barrand
2272- G4VSceneHandler : ClearTransientStore.
2273- G4VisCommandsSceneHandler : protect against a null pointer.
2274- OpenInventor : use HEPVis/SoWindow to create windows (needed
2275  on NT). Implement the a "transient scene graph" for "event"
2276  things. Use fXxx convention for fields.
2277- G4TrajectoriesModeling : do not draw a "marker" at each step by default.
2278
2279vis-01-00-10  10th May 1999  John Allison
2280- Acted upon Code Wizard reports.  Mainly made destructors virtual.
2281
2282vis-01-00-09  28th April 1999  John Allison
2283- Changes for UserAction classes.
2284
2285vis-01-00-08  John Allison
2286- Changes by Paulo Mora de Freitas for decoupling vis from parameterisation.
2287
228818th April 1999  John Allison
2289- Added "defined" after || in VRML1(1)(File).hh.  (Some preprocessors
2290  give an error without it.)
2291
2292vis-01-00-07  15th April 1999  John Allison
2293- Replaced visualization/test/GNUmakefile by a simple one using binmake.gmk.
2294- Added CPPFLAGS += -I$(G4BASE)/intercoms/include to some GNUmakefiles ready
2295    for the move of G4VGraphicsScene to intercoms.
2296
2297vis-01-00-06  29th March 1999  John Allison
2298- Platform dependency fix in G4VisCommandsScene.cc.
2299
2300vis-01-00-05  7th February 1999  John Allison
2301- management: - Added /vis/scene/notifyHandlers.
2302              - Added virtual functions AddThis (const G4Polycone and
2303                G4Polyhedra to G4VSceneHandler
2304              - Moved some code from G4VisManager to G4Scene::AddWorldIfEmpty.
2305              - Various refinements and bug fixes.
2306- modeling: Augmented G4PhysicalVolumeSearchScene and G4BoundingSphereScene
2307            See modeling/History.
2308- OpenGL: - Corrected edgeCount check for triangles in
2309            G4OpenGLSceneHandler::AddPrimitive (const G4Polyhedron&).
2310          - Added (long unsigned int) cast in G4OpenGLXmRotationCallbacks.cc.
2311          - Added SetView and ShowView to G4OpenGLXViewer:
2312              // To force change of context...
2313              void G4OpenGLXViewer::SetView () {
2314                glXMakeCurrent (dpy, win, cx);
2315                G4OpenGLViewer::SetView (); 
2316              }
2317              // Hopefully to get better flushing in DEC OpenGL...
2318              void G4OpenGLXViewer::ShowView () {
2319                glXWaitGL ();
2320                glFlush ();
2321              }
2322
2323
2324vis-01-00-04 11th January 1999  John Allison
2325- Completed change of names from scene to sceneHandler, view to viewer.
2326- Vis manager and scene handlers now keep pointer to scene, rather than a copy.
2327- G4SceneList now a simple G4RWTPtrOrderedVector.
2328- /vis/camera/reset now resets viewpoint direction and up vector.
2329
2330vis-01-00-03 10th January 1999  John Allison
2331- Added flags for viewing geom, hits, digis to G4ModelingParameters.
2332
2333vis-01-00-02  9th January 1999  John Allison
2334- Changed Scene to SceneHandler, View to Viewer.
2335
2336vis-01-00-01  6th January 1999  John Allison
2337- Made G4VisManager::GetInstance() private to prevent inadvertent misuse.
2338- Removed #include GNU_GCC - no longer necessary for egcs.
2339- Continued developing the new commands.
2340
2341vis-00-04-04  16th December 1998  John Allison
2342- test/GNUmakefile for Linux-g++
2343- test/test19.cc - removed g4templates.hh
2344- OpenGL - reverted to 100%.
2345
2346vis-00-04-03  9th December 1998  John Allison
2347- Made /vis/ commands from /vis~/.  The idea is to maintain backwards
2348  compatibility while allowing us to "deprecate" the old commands over
2349  a period of time.  Some of these /vis/ commands respond with "superceded",
2350  i.e., superceded by new commands, but still available in /vis~/.
2351- OpenGL viewing volume increased by 20% to prevent corners being clipped.
2352
2353- 08/12/98 : G.Barrand : OpenInventor : due to
2354  huge load problems on various platforms, init only
2355  the HEPVis things that are needed.
2356
2357vis-00-04-02  30th November 1998  Satoshi Tanaka
2358- G4VRMLFILE_DEST_DIR for customising out file name - see VRML/History.
2359
236029th November 1998
2361- Added CPPFLAGS += -I....electromagnetic/utils/include to test/GNUmakefile.
2362- Added fName to G4SceneData.
2363
2364vis-00-04-01  25th November 1998  John Allison.
2365- G4Ray/GNUmakefile update for move of files in particles.
2366- Added const G4VisAttributes* fpDefaultVisAttributes and access
2367  functions to G4ModelingParameters.
2368- Reverted to default assignment operator and copy constructor for
2369  G4ModelingParameters and G4ViewParameters.
2370- G4PhysicalVolumeModel can now handle invisible daughters.
2371- More new /vis/ commands - depends on intercoms-00-04-01.
2372- G4VScene passes DefaultVisAttributes* to ModelingParameters.
2373
2374vis-00-03-07  23rd November 1998  John Allison.
2375- modeling/GNUmakefile update for move of files in particles (Hisaya).
2376- Removed semi-colon in G4BoundingSphereScene.cc.
2377
2378vis-00-03-06  9th November 1998  John Allison.
2379- Small change to a message in G4VisManager.
2380- VRML refinement - see VRML/History.
2381- Needs greps-00-03-03.
2382
2383vis-00-03-05b  9th November 1998  John Allison.
2384- Merged 6th November changes with vis-00-03-05a
2385- Bug fix in G4VisManager::IsValidView for batch running.
2386- Needs greps-00-03-03.
2387
2388vis-00-03-05a  9th November 1998  Satoshi Tanaka
2389- VRML 2.0 Visualization driver is added to
2390  management/include/MyVisManager.cc.
2391
2392vis-00-03-05  9th November 1998  Satoshi Tanaka
2393- VRML 2.0 Visualization driver is commited:
2394 (1) Generatin of VRML 2.0 format files to describe Geant4 simulation.
2395 (2) Interactive displaying of physiccal-volume names and copy numbers
2396 (3) Interactive displaying of hit positions (displayed strings are
2397     costomizable.
2398 (4) Wireframe drawing style of Geant4 visualization is reflected as
2399     transparency = 0.7.  This value is customizable.
2400     If transparency is 1.0, drawing of detector geometry is skipped,
2401     and hits can be picked easily.
2402
24036th November 1998  John Allison
2404- Implemented basic /vis/viewer commands.
2405- Added `const G4String& name' argument to G4VScene and G4VView constructors.
2406
2407vis-00-03-04  30th October 1998  John Allison
2408- Tagged.
2409
241029th October 1998  Guy Barrand
2411- G4OpenGLXView.hh, G4OpenGLXmView.cc, G4OpenGLXmWindowHandlingCallbacks.cc
2412  in order that things compile and compile without warnings on HP/aCC
2413
241414th October 1998  John Allison
2415- Augmented the new /vis/ commands.  Still not complete but they
2416  co-work with the old commands.
2417- Changed char* fName to G4String fName in G4VScene and G4VView.
2418  Consequent changes in G4OpenGLView.  Also OpenInventor?  Etc.
2419
242011th October 1998 Andy Walkden
2421- added (not a very good) version of hidden lines removal code. This code
2422  suffers from depth buffering artefacts. glPolygonOffset is a feature of
2423  OpenGL version 1.1, and can help overcome depth buffer problems. The code
2424  to utilise glPolygonOffset is committed, but commented out, as it doesn't
2425  seem to work with the version of Mesa available on rsplus currently. My
2426  ideal strategy is to enable depth testing, draw the model as lines, enable
2427  filled polygon offsetting (glPolygonOffset(1.0 /*offset scale factor*/,
2428  2/*offset bias*/); glEnable (GL_POLYGON_OFFSET_FILLED);) then draw the
2429  model as filled polygons. The offsetting should just add `2' (in window
2430  coordinates, I think) onto the z value of all vertices relating to filled
2431  polygons, thus dismissing the conflict between almost identical z values
2432  for lines and filled polygon edges.
2433
2434vis-00-03-03 9th October 1998  John Allison
2435- G4VisManager inherits G4VStateDependent.  This is used to draw
2436  end-of-event models.
2437
24384th October 1998 Andy Walkden
2439- Added ability for all G4OpenGLX derived graphics systems to produce
2440  vectored PostScript hardcopy. Facility for `automated screen dump'
2441  (i.e. pixmap output) still kept, as some rasterization features
2442  don't make it into the vectored PostScript output (such as haloing
2443  effects). Facility currently available via G4OpenGLXm by clicking
2444  `Miscellany' then `Create .eps file', to get a popup printing
2445  window.
2446
2447vis-00-03-02a  26th September 1998 
2448- DAWNFILE driver is made platform dependent.
2449  (It is now compilable both at both Unix and NT without necessity
2450   of C macros like WIN32.)
2451
2452vis-00-03-02  25th September 1998 
2453- DAWNFILE driver is ported to VC++
2454
2455vis-00-03-01  24th September 1998  John Allison
2456- Eliminated G4VPhysicalVolume* fpWorld data memebr from G4VisManager.
2457
245822th September 1998 Guy Barrand.
2459- Correct modeling, management, G4Ray /GNUmakefile to have
2460  correct digits+hits includes.
2461
246219th September 1998 Guy Barrand.
2463- Due to a correction in globals.h restore correct code
2464  so that OpenInventor files compile correctly on NT.
2465
2466vis-00-02-06  31st August 1998  John Allison
2467- Added G4VModel::Validate() and in subclasses.
2468- Reverted to default copy constructir and assignment operator in G4SceneData.
2469- Implemented G4VisManager::GeometryHasChanged().
2470- Switched on echoing of commands and history mechanism in test19.g4m.
2471
2472vis-00-02-05  27th August 1998  John Allison
2473- Added G4HitsModel and G4TrajectoriesModel.
2474- Added /vis/scene/include/hits and trajectories, and some bug fixes.
2475
2476vis-00-02-04  22nd August 1998  John Allison
2477- Many changes in modeling - see modeling/History.
2478- New commands: /vis/scene/create, list, add/volume, add/ghosts.
2479
2480vis-00-02-03a  20th August 1998  John Allison
2481- Restored some code in G4SceneData.cc
2482- Fixed syntax bug in G4PhysicalVolumeSearchScene.hh
2483
2484vis-00-02-03  14th August 1998  John Allison
2485- Added G4VisManager::GeometryHasChanged() - run manager can notify change.
2486- Removed AddRun(Event)DurationModelToCurrentSceneData - no longer used.
2487- Some bug corrections in visualization/OpenGL (Guy Barrand - see
2488  vis blackboard for details).
2489- Some protection added in visualization/OPACS (do.)
2490- Created visualization/test/OPACS (do.)
2491
249212th August 1998  John Allison
2493- More new commands - not fully functional yet.
2494
249511th August 1998  Guy Barrand
2496- G4OpenInventor : remove uneccesary includes.
2497
2498vis-00-02-02b  11th August  Satoshi Tanaka
2499- AddPrimitive() for polymarker are implemented in DAWN and VRML drivers.
2500
2501vis-00-02-02a  9th August  John Allison
2502- Small bug fix in G4VisCommandsScene.cc.
2503
2504vis-00-02-02  9th August  John Allison
2505- Changed '.' to '-' in scene/view names.
2506- Began introduction of new /vis/ commands.
2507- Consequent changes to test - see test/History.
2508
25097th August  Guy Barrand.
2510- OPACS : use G4VView name to build widget names.
2511- OPACS : use new interactor parenting logic.
2512- OpenGL, OpenInventor, G4Ray : clean compilation warnings for OSF1/cxx, HP/aCC.
2513
25147th August  John Allison/Satoshi Tanaka/Guy Barrand.
2515- Added G4<driver>Scene::AddPrimitive (const G4Polymarker&) to keep
2516  compilers happy.
2517
2518vis-00-02-01  6th August  John Allison
2519- Created G4VisManagerRegisterMessengers.cc.
2520- Bug fix in G4VisManager: now follows change of world volume after
2521  /vis~/clear/scene.
2522- OpenInventor: Correct some upper -> lower case mess (Guy Barrand)
2523- G4RayView: syntax bug fixes.
2524
25254th August 1998 Andy Walkden
2526I made some changes to OpenGL code...
2527The changes are (i) to tidy up some redundant hidden line
2528removal function calls, (ii) to put some hidden line removal
2529code in G4OpenGLScene::AddPrimitive(G4Polyhedron) and
2530(iii) to add an option to generate an encapsulated postscript
2531file of the current view in OpenGLXm. There is now a button
2532in the Miscellany pulldown of the main menubar to bring up
2533a shell in which you can specify a filename, colour or black
2534and white and request the creation of a .eps file. The
2535code is to be found in G4OpenGLXView, and so is not bound
2536to the Xm user. Also it needs fixing for some Mesa
2537implementations, and the HP CDE environment manages to stuff
2538things up when rendering to a pixmap (although CDE makes a
2539mess of most other things as well, so this isn't
2540disastrous).
2541
2542
2543vis-00-01-08  21th July 1998  John Allison
2544- Removed automatic refresh from /vis/camera/reset in G4VisCommandsCamera.cc.
2545
2546vis-00-01-07b  21th July 1998  Satoshi Tanaka
2547- Revised G4FRSCENE::SendBoundingBox() so that
2548  zooming polycy of  DAWN drivers becomes consistent with
2549  OpenGL drivers
2550
2551vis-00-01-07  20th July 1998  John Allison
2552- Corrected bug in G4VisManager::IsViewValid to trap drawing commands
2553  before geometry is available.
2554
2555vis-00-01-06  19th July 1998  John Allison
2556- Default culling: culling - on, culling of invisible objects - on.
2557- set/drawing_style does *not* change culling flags.
2558- Minor bug fixes.
2559
2560vis-00-01-05  15th July 1998  John Allison
2561- Cleaned up after name changes.
2562- Minor bug fixes.
2563
2564vis-00-01-04  7th July 1998  Guy Barrand
2565- Introduced interactivity.gmk into GNUmakefiles.
2566
2567vis-00-01-03  6th July 1998  John Allison
2568- Changes for interface restructuring.
2569- Simplified MyVisManager.
2570
2571vis-00-01-02  5th July 1998  John Allison
2572- Changed visualization/GNUmakefile to use globlib.gmk.
2573- Updated README for geant4beta.
2574- Changed /vis~/draw/Ghosts to /vis~/draw/ghosts.
2575
2576vis-00-01-01  4th July 1998  John Allison
2577- Moved G4VIS_BUILD.gmk and G4VIS_USE.gmk to geant4beta/config.
2578- Changed /vis/ to /vis~/.
2579
25803rd July 1998  John Allison
2581- Small changes to test - see test/History.
2582- Tidied.
2583- Removed GNUmakefile.G4VIS_USE and make_list.sh.
2584
258530th June 1998 - Paulo & Marc
2586- added the G4FlavoredParallelWorldModel.hh file to
2587  visualization/modeling/include;
2588- added the /vis~/draw/Ghosts [particle name] command
2589  in the G4VisManMessDraw.cc file;
2590- added
2591  CPPFLAGS += -I$(G4BASE)/geometry/magneticfield/include and
2592  CPPFLAGS += -I$(G4BASE)/processes/parameterisation/include
2593  lines to GNUmakefile to compile G4VisManMessDraw.cc.
2594
2595geant4beta
2596============================================================
2597geant4alpha
2598
2599vis-00-06-09  26th June 1998  John Allison
2600- OPACS and Open Inventor - something about widget parents (GB)
2601- Removed /new_vis/ commands.
2602
2603vis-00-06-08a  26th June 1998 Satoshi Tanaka
2604- Updated G4VIS_USE.gmk
2605- (1) Macro -DG4VIS_USE_DAWNFILE is made properly set
2606- (2) G4VIS_USE_DAWN_ is renamed to G4VIS_USE_DAWN_OR_DAWNFILE
2607- (3) G4VIS_USE_VRML_ is renamed to G4VIS_USE_VRML_OR_VRMLFILE
2608
2609vis-00-06-08  22nd June 1998  John Allison
2610- Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd))
2611- Changed GNUmakefile.G4VIS_BUILD to G4VIS_BUILD.gmk
2612
2613vis-00-06-07  19th June 1998  John Allison
2614- Defined G4_SOLVE_VIS_TEMPLATES in G4VIS_USE.gmk.  Needs
2615  the head version of GNUmakefile.architecture.
2616- Consequential changes (improvements) to template handling in test19.cc
2617- Some minor improvements in modeling.
2618
2619vis-00-06-06  11th June 1998  John Allison
2620- Fixes to test_utils - see test/History.
2621- Improvements in modeling - see modeling/History.
2622
2623vis-00-06-05  11th June 1998  Satoshi Tanaka
2624- In G4VisManMessDraw.cc and G4VisManMessSet.cc , ...
2625  //    G4double unit = G4UIcommand::valueOf (unitString);
2626        G4double unit = G4UnitDefinition::GetValueOf (unitString);
2627
2628vis-00-06-04  10th June 1998  John Allison
2629- Created G4VIS_USE.gmk to replace GNUmakefile.G4VIS_USE.
2630- Changed test/GNUmakefile to use G4VIS_USE.gmk.
2631- Separate libraries are now default in GNUmakefile.
2632- Committed an interim version of README.
2633- Moved G4BoundingSphereScene from management to modeling.
2634- First attempt at defining the "scene" as lists of models.
2635- Removed some unnecessary checks in G4VisManMess*.
2636
2637vis-00-06-03  27th May   1998  Satoshi Tanaka
2638- DAWNFILE driver is added. It is to generate g4.prim file
2639  under the current directory.  And make DAWN or DAVID invoke
2640  using the g4.prim file as an input. For details, see the blackboard
2641  document.
2642
264321st May 1998 Andy Walkden
2644- Added hidden line removal code to G4OpenGLView. HLR utilises OpenGL's
2645  stencil buffer, but still the drawn lines are a little fragmented
2646  (an effect seen often when depth buffering is used to resolve pixel
2647  rendering disputes).
2648- HLR requires wireframe rendering, filled polygon rendering and then wireframe
2649  rendering again. Hence, three visits to the kernel help to slow HLR
2650  rendering right down.
2651
2652vis-00-06-02  20th May   1998  Satoshi Tanaka
2653- Added G4VisFeaturesOfDAWNFILE.hh, cc
2654- Revised visualization/GNUmakefile, GNUmakefile.G4VIS_BUILD,
2655  GNUmakefile.G4VIS_USE
2656- These are for DAWNFILE driver in preparation, which enables to
2657  invoke DAVID directly from Geant4.
2658
2659vis-00-06-01a 20th May   1998  Satoshi Tanaka
2660- code refinement of FukuiRenderer driver
2661
2662vis-00-06-01  29th April 1998  John Allison
2663- Introduced non-pure virtual functions
2664  Establish/DecommissionSpecials (G4PhysicalVolumeModel&) in
2665  G4VGraphicsScene with implementation of the former in G4VScene.
2666  Modified G4PhysicalVolumeModel to use it; also protected
2667  G4PhysicalVolumeModel against non-implementation of
2668  Establish/DecommissionSpecials.
2669- Template instantiations in G4RayView made exclusive to GNU_GCC
2670- Some minor changes under test - see test/History.
2671
267227th April 1998 Andy Walkden
2673- altered OpenGLView's structure a little. Now, G4OpenGLXmView is a
2674  type of (inherits from) G4OpenGLXView.
2675- made code for haloing effects common to all OpenGL views.
2676- changed XUnmapWindow in G4OpenGLXView::~G4OpenGLXView to XDestroyWindow
2677  (idea of Guy's)
2678
267927th April 1998 Guy Barrand
2680- vis/OPACS : remove Begin/EndModeling in G4GoScene.
2681
2682vis-00-05-06  23rd April 1998  John Allison
2683- Changed test19.mac to test19.g4m and consequent change in test19.cc.
2684- Fixed order of linking vis-a-vis -lG4track and -lG4tracking (GB).
2685- Fixed inadvertent bug in test_utils/src/MyPhysicsList.cc.
2686- Bug fix in G4OpenGLXmConvenienceRoutines.cc (GB).
2687
2688vis-00-05-05  21st April 1998  John Allison
2689- Added run-time command line argument: test19 [<session-type>] [<verbosity>]
2690- Removed #if GNU_GCC from template instantiation requests in test19.cc.
2691- Added fDefaultTextVisAttributes to G4ViewParameters.
2692- Added G4VScene::GetTextColour (changed G4FukuiRendererScene, G4GoScene and
2693  G4OpenInventorScene.
2694- Changed default view parameters: culling on and invisible object culling on.
2695- Tidied CreateScene/View.
2696- Continued BaBar development.
2697
269815th April 1998  John Allison
2699- Added test/EucIntfce/, test/Bogus/ and test/babar_utils/ for BaBar test code.
2700  Also a new main() in BaBarCallListTest.cc.  Also a data file call_list.dat.
2701  See babar_utils/README.
2702- Camera commands, except spin and orbit, no longer initiate draw.
2703- Text is blue for time being (visible on black or white background.)
2704
270515th April 1998 : Guy Barrand
2706- From discussion with John and Simone G4VToolkit
2707  has been renamed to G4VInteractorManager.
2708
2709vis-00-05-04a  11th April 1998  Satoshi Tanaka
2710- Code improvements in DAWN driver
2711- (1) View parameters are sent to DAWN only at drawing times.
2712- (2) Way of getting marker size are made simpler by using
2713-     G4VScene::GetMarkerRadius ()  etc.
2714
2715vis-00-05-04  8th April 1998  John Allison
2716- Small bug fix - then tag for Easter.
2717
2718HEAD  6th April 1998  John Allison
2719- Added error printing to G4OpenGLScene::AddPrimitive (const G4Text& text).
2720- Added /vis~/draw/text.
2721- Added units to /vis~/draw/axes.
2722- Began the job of restructuring vis commands; so there is a new class
2723  G4VisCommandsCameraMessengers for starters!
2724
2725HEAD  4th April 1998  John Allison
2726- Removed automatic drawing after /vis~/set commands.  Now an explicit
2727  redraw is necessary, but it allows you to change parameters during
2728  building a view.  For example to superimpose projected hits on a
2729  section:
2730    /vis~/clear/view
2731    /vis~/set/section_plane on 0 0 20 cm 0 0 1
2732    /vis~/draw/current
2733    /vis~/set/section_plane off
2734    /run/beamOn
2735- Fixed small bug in OpenGL for section drawing.
2736- Made some small improvements in G4ViewParameters.
2737
2738vis-00-05-03  4th April 1998  John Allison
2739- Re-engineered maintenance of current depth, etc.  Needed new method
2740  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
2741  graphics_reps.  The result is much cleaner model and modeling
2742  parameters classes.  Also, the current depth, physical volume and
2743  logical volume are immediately available as protected pointers in
2744  G4VScene.
2745- Required G4VScene::Begin/EndModeling to be invoked from subclass.
2746- Introduced G4NullModel to hold modeling parameters.  This avoids
2747  having to create a G4VModel for each graphics primitive.
2748
2749HEAD  3rd April 1998  John Allison
2750- Added GetMarkerDiameter/Radius to G4VScene.
2751- Bug fix in G4VScene::GetMarkerSize.
2752- Removed GetCurrentPhysicalVolume from G4PhysicalVolumeModel - now in
2753  G4ModelingParameters (but might move again soon!).
2754- test/GNUmakefile now uses "$(MAKE) separate" for vis libraries.
2755- test19 recognises argument "1" as a verbose flag value.
2756
2757HEAD April 2, 98 G.Barrand
2758- Modifications for Win32/NT.
2759- G4VIS_BUILD_[OIX, OIWIN32]_DRIVER, G4VIS_USE_[OIX, OIWIN32]
2760
2761vis-00-05-02  26th March 1998  John Allison
2762- Added GetMarkerSize to G4VScene.
2763- Made ~G4VisManager virtual.
2764- Added current logical volume and current physical volume to working
2765  space in modeling parameters.  So it is no longer necessary to cast
2766  to G4PhysicalVolumeModel; all such casts removed.
2767- Moved nested classes out of G4RayView.
2768
2769HEAD March 24, 98 G.Cosmo
2770- Modified G4VisManMessExpert.cc to correctly use random numbers
2771  by calling directly G4UniformRand().
2772
2773HEAD March 24, 98 G.Barrand
2774- GNUmakefile : MAKESHLIB changed in G4MAKESHLIB
2775
2776vis-00-05-01a  24 March 1998  Satoshi Tanaka
2777- Geometry tree can be obtained by, e.g.,
2778  % grep PVName g4.prim > g4.tree
2779
2780vis-00-05-01  23rd March 1998  John Allison
2781- Made RegisterGraphicsSystems pure virtual.
2782- Added verbose level control to printing at initialization.
2783- Fixed (hopefully) bug in scene deletion.
2784- Made AddPrimitive (const G4Text/Circle/Square) pure virtual.
2785  (Had to add dummy void G4VRML1SCENE::AddPrimitive (const G4Text&).)
2786- Made AddPrimitive (const G4Polymarker&) virtual again.
2787- Opened some .hh files to G4VIS_USE flags.
2788- Removed Pre/PostAddThis from some graphics systems (not OPACS, OI).
2789- First implementation of G4ModelingParameters::hierarchy (DTREE).
2790- Added Get Global/Current Tag/Description to G4VModel.
2791- Introduced "working space" in G4ModelingParameters for geometry depth.
2792- Relocated some template instantiation requests (might give trouble on DEC).
2793
2794vis-00-04-05a  16th March 1998  Satoshi Tanaka
2795- DAWN driver outputs physical-volume names and copy number.
2796
2797vis-00-04-05  5th March 1998  John Allison
2798- Added G4Text/Circle/Square in G4RayScene.hh.
2799- Added G4Text/Circle/Square in G4BoundingSphereScene.hh.
2800- Made AddPrimitive (const G4Polymarker&) non-virtual in G4VScene.hh.
2801
2802HEAD  5th March 1998  Andy Walkden
2803- Implemented G4Circle/Square.
2804- Added haloing to OpenGLXm "value added" options.
2805
2806HEAD  5th March 1998  S.Sadilov
2807- visualization/GNUmakefile - using $OUT_LIB intoduced in
2808  GNUmakefile.architecture
2809- visualization/management/GNUmakefile - compiling G4VisManMessSet.cc
2810  without optimization on WinNT
2811
2812vis-00-04-04a  5th March 1998  Satoshi TANAKA
2813- Environmental variables  to customized DAWN driver is
2814  renamed from DAWN_... to G4DAWN_...
2815- Default mode of DAWN driver is  EPS mode, i.e.
2816  mode in which EPS files are generated.
2817
2818vis-00-04-04  4th March 1998  John Allison
2819- First tag with modeling under visualization.
2820  Here's what you need to do...
2821    cd prototype
2822    cvs update -A -d -P modeling
2823    cd visualization
2824    cvs update -r vis-00-04-04 -d -P
2825  Change the following lines in your GNUmakefile...
2826    CPPFLAGS += -I../../visualization/modeling/include
2827    LDFLAGS  += -L../../visualization/modeling/$(G4SYSTEM)
2828    Remove: @cd ../../modeling      &&   $(MAKE)
2829
2830vis-00-04-03  4th March 1998  John Allison
2831- Last tag with modeling at same level as visualization.
2832- Renamed near and far (VC++ keywords) in G4ViewParameters.cc.
2833- Removed unnecessary #include <strstream.h> or adapted for WIN32.
2834
2835vis-00-04-02b  22nd February 1998  Satoshi Tanaka
2836- Split G4VIS_BUILD_VRML1_DRIVER into G4VIS_BUILD_VRML_DRIVER
2837                                 and  G4VIS_BUILD_VRMLFILE_DRIVER.
2838- Split G4VIS_USE_VRML1          into G4VIS_USE_VRML           
2839                                 and  G4VIS_USE_VRMLFILE.
2840
2841vis-00-04-02a  18th February 1998  John Allison
2842- Bug fix in G4RayView!
2843
2844vis-00-04-02  18th February 1998  John Allison
2845- Introduced /vis~/set/section_plane.
2846
2847vis-00-04-01  13th February 1998  John Allison
2848- Made messengers compatible with the new style.
2849
2850vis-00-03-02a  3rd February 1998  John Allison
2851- Bug fix for 02.
2852- Changed GNUmakefile to use processes sub-libraries.
2853
2854vis-00-03-02  2nd February 1998  John Allison
2855- Modernised messengers.
2856
2857vis-00-03-01a 29th January 1998  John Allison
2858- Tagged a few improvement in OpenGL
2859
2860vis-00-03-01 26th January 1998  John Allison
2861- Old environment variables abandoned - see visualization/README.
2862- G4VisManager is now instantiated *and* deleted in main().
2863- G4VisRegisterGraphicsSystem.icc replaced by
2864  MyVisManager::RegisterGraphicsSystems as a way - now optional - of
2865  a user overriding the default graphics system registration.
2866
2867Januray 20 , 98 G. Barrand
2868
2869- Implement object rotation in OPACS driver
2870 
2871Januray 19 , 98 G. Barrand
2872
2873- Correct OpenInventor code so that it is ANSI-C++
2874  and then compiles with OSF1/cxx, HP-UX/aCC.
2875
28767th January 1998  John Allison
2877- Restructuring to use modeling category.
2878
2879December 19, 97 G. Cosmo - (alpha03)
2880
2881- 1st December 1997 - John Allison.
2882- This is interim code for testing by the visualization
2883  group and it will be tagged soon.  You must update to the
2884  head of graphics_reps and visualization simulatanouesly.
2885  It coworks (I hope - it's difficult to be 100% sure about
2886  this since I have a few changes for other categories in
2887  the pipeline - see previous email) with:
2888    digits+hits              digi-00-02-01
2889    events+tracks            event-00-02-01
2890    geometry                 HEAD
2891    global                   global-00-02-01
2892    intercoms                intercoms-00-02-01
2893    interfaces               interfaces-00-02-01
2894    particle+matter          piim-00-02-01
2895    run                      run-00-02-01
2896    track                    track-00-02-01
2897    tracking                 tracking-00-02-01
2898- Addition of:
2899    visualization/GNUmakefile.transition_to_G4VIS_BUILD
2900    visualization/GNUmakefile.transition_to_G4VIS_USE
2901    visualization/GNUmakefile.vis_cppflags_for_G4VIS_USE
2902  to turn the existing environment variables into the
2903  to-be-adopted G4VIS_... variables - see visualization/test/README.
2904- Consequent changes to other visualization GNUmakefiles.
2905- New way of instantiating graphics systems:
2906  Set the appropriate environment variables and include and
2907  compile G4VisRegisterGraphicsSystems.icc in your main():
2908    ...
2909    #include G4VisRegisterGraphicsSystems.icc
2910    ...
2911    main() {
2912      ...
2913- Added G4VisFeaturesOfXXX files which simple return a G4String.
2914 (Guy, Jeff, would you like to join this scheme?)
2915- Added commands /vis~/delete/scene and /vis~/delete/view.
2916- Added /vis~/show/view to test19.odb.
2917
2918vis-00-02-01 to vis-00-02-05a not logged!!!
2919
2920vis-00-01-02  13th July 1997  John Allison
2921- Consolidation of previous tag.
2922
2923vis-00-01-01  8th June 1997  John Allison
2924- First systematic tag.
2925- G4Ray introduced.
Note: See TracBrowser for help on using the repository browser.