source: trunk/source/visualization/History @ 953

Last change on this file since 953 was 952, checked in by garnier, 15 years ago

en test

File size: 122.1 KB
Line 
1$Id: History,v 1.434 2009/03/26 14:57:31 lgarnier 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
2714th March 2009  John Allison
28- visman-V09-02-01:
29  o Introduced /vis/initialize.
30  o G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
31    constructor so that a user may set verbosity before initialisation.
32  o G4VisExecutive.icc: made methods inline.
33
345th March 2009, Laurent Garnier
35 - Now using Gl2PS method to do PS
36 - Add flag in GNUMakefile to compile in debug mode
37 - Remplacing glBitmap by GL_POINTS to draw marker : Speed improvment
38  and gl2ps can now draw Markers.
39
4025th February 2009  John Allison
41- modeling-V09-02-01 - needs greps-V09-02-01:
42  o G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
43    application (Apply) of all commands.  Forces update of all viewers
44    after a change of model, e.g., trajectory colour, point size, etc.
45- visman-V09-02-00 - needs greps-V09-02-01:
46  o G4VisManager: Implemented NotifyHandlers.  A user may notify scene
47    handlers (G4VGraphicsScene objects) that the scene has changed so
48    that they may rebuild their graphics database, if any, and redraw
49    all views.
50
5124th February 2009  John Allison
52- modeling-V09-02-00 - needs greps-V09-02-00:
53  o Added setAux/StepPtsSizeType commands (candidates: "none world screen").
54  o Added unit to setAux/StepPtsSize for SizeType == world.
55
5616 February 2009, Laurent Garnier
57 - Creation of this gl2ps library in order to have a gl2ps for all viewers.
58 - GNUMakefile : Add the gl2ps external library
59 - Some modifications in GNUMakefile for gl2ps. Packages OpenInventor,
60   OpenGL had also been modified for gl2ps.
61
6222th January 2009  Laurent Garnier
63- Fix bug in ratio and geometry on X/Xm/Qt/Win32 viewers. Now Could
64  pass XString like 400x600-0+0 to viewers and set position and location.
65
6621st November 2008  Joseph Perl  (vis-V09-01-06)
67- visman-V09-01-05: Trap recursive use of /vis/reviewKeptEvents.
68- modeling-V09-01-01: Improve message.
69- opengl-V09-01-03: Many changes to add Qt support.
70
7130th April 2008  John Allison  (vis-V09-01-05)
72- visman-V09-01-04: Fixes more gcc-4.3.0 compiler warnings.
73- openinventor-V09-01-01: Fixes more gcc-4.3.0 compiler warnings.
74
7528th April 2008  John Allison  (vis-V09-01-04)
76- visman-V09-01-03: Cosmetic improvements.
77- opengl-V09-01-02: Tidied.
78
794th April 2008  John Allison  (vis-V09-01-03, needs greps-V09-01-03)
80- Back on HEAD.  Contains vis-V09-01-00.
81- visman-V09-01-02: Fixed gcc-4.3.0 compiler warnings.
82- opengl-V09-01-01:
83  o Fixed gcc-4.3.0 compiler warnings.
84  o Fixed DBL_MAX problem in 2D drawing.
85  o A lot of Qt development.
86- openinventor-V09-01-00): Fixed most gcc-4.3.0 compiler warnings.
87- raytracer-V09-01-00): Fixed gcc-4.3.0 compiler warnings.
88- vistest-V09-01-01: Zero thickness of box for 2D drawing.
89
9030th January 2008  John Allison  (vis-V09-01-02)
91- Bug fix tag (re-instated G4DAWNFILE) on branch vis-V09-00-03-branch.
92- DOES NOT CONTAIN vis-V09-01-00 STUFF.
93
9429th January 2008  John Allison  (vis-V09-01-01)
95- visman-V09-01-01: Re-instated G4DAWNFILE (somehow got lost!!)
96
974th January 2008  John Allison  (vis-V09-01-00 with greps-V09-01-00)
98- Draw2D capability, already available for G4Text, extended to:
99  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
100  o modeling-V09-01-00: Adapted to new BeginPrimitives2D signature.
101  o visman-V09-01-00: Implemented extended 2D interface.
102  o opengl-V09-01-00: Implemented extended 2D interface.
103  o vis-HepRep-V09-01-00: Adapted to new BeginPrimitives2D signature.
104  o vistest-V09-01-00: MyEventAction: Added 2D polyhedron.
105
10619th November 2007 Joseph Perl  (vis-V09-00-03)
107- visman-V09-00-02: Replace references to Wired3 in command guidance
108- vis-HepRep-V09-00-01: Adjust geometry hierarchy for parallel worlds.
109- opengl-V09-00-04: Added GEANT4_QT_DEBUG flag to more places
110
11113th November 2007  John Allison  (vis-V09-00-02)
112- Removed OpenGL Qt files from tag.  File are still at head - need fixing.
113
11410th November 2007  John Allison  (vis-V09-00-01)
115- opengl-V09-00-01: Minor improvements in design and messaging.
116- modeling-V09-00-00: Minor improvements in messaging.
117- visman-V09-00-01:Minor improvement in messaging.
118
11910th July 2007  John Allison  (vis-V09-00-00)
120- visman-V09-00-00: Remove redundant method declarations and minor tidies.
121
12214th June 2007  John Allison  (vis-V08-03-07)
123- raytracer-V08-03-01: Fixed memory leak in G4RayTracer.
124
12530th May 2007  John Allison  (vis-V08-03-06)
126- modeling-V08-03-02: Fixed gcc-4.2.0 warning.
127
12830th May 2007  John Allison  (vis-V08-03-05)
129- modeling-V08-03-01: Fix for SUN.
130
13125th May 2007  John Allison  (vis-V08-03-04)
132- opengl-V08-03-03: Fixed gcc-4.1.2 compiler warnings.
133
13425th May 2007  John Allison  (vis-V08-03-03)
135- visman-V08-03-01: Improved error trapping and big fix.
136- opengl-V08-03-02: Improved error trapping.
137
13824th May 2007  John Allison  (vis-V08-03-02)
139- opengl-V08-03-01: Fixes for SUN.
140
14122nd May 2007  John Allison  (vis-V08-03-01)
142- modeling-V08-03-00: Simplified G4Atts for Physical Volume Path.
143- vis-HepRep-V08-03-00: Fixed memory leak in G4HepRepFile.
144- raytracer-V08-03-00: Fixed for dubious ValGrind diagnostic.
145
14616th May 2007  John Allison  (vis-V08-03-00)
147- visman-V08-03-00: Fix for Windows compiler.
148- opengl-V08-03-00: Fix compiler warnings and bug fixes in opengl-V08-02-06.
149
1508th May 2007  John Allison
151- opengl-V08-02-06: /vis/ogl/printEPS should work for all viewers.
152
1534th April 2007  John Allison  (vis-V08-02-04)
154- visman-V08-02-04: Bug fix for zero pointer in G4VscenHamdler::LoadAtts.
155- opengl-V08-02-05: Implemented picking for OGLSX (as well as OGLIX).
156
1573rd April 2007  John Allison  (vis-V08-02-03)
158- modeling-V08-02-02: Added further information on volume G4Atts.
159- visman-V08-02-03: Added /vis/viewer/set/picking.  Picking is "false"
160  by default, except for Open Inventor.
161- opengl-V08-02-04:
162  o Implemented picking for OGLIX.
163  o Some reorganisation of display list construction to fix rare bug\
164    in Display-by-Time feature
165- openinventor-V08-02-02: Picking is "true" by default for OI.
166
16725th March 2007  John Allison  (vis-V08-02-02)
168-  modeling-V08-02-01: Added solid dump and volume transformation to G4Atts.
169- visman-V08-02-02:
170  o Removed G4GAGTree.
171  o Removed /vis/scene/add/eventID (once again) from /vis/drawVolume.
172- opengl-V08-02-03: Fix compiler warnings.
173- vistree-V08-02-01: Removed GAGTree.
174- openinventor-V08-02-01): Added scale factor to list of changes
175  requiring kernel visit, and some rationalisation.
176
17711th January 2007  John Allison  (vis-V08-02-01)
178- visman-V08-02-01:
179  o Added /vis/abortReviewKeptEvents.
180  o /vis/reviewKeptEvents: Improved guidance.
181  o Bug fix: /vis/open in /vis/reviewKeptEvents loop.
182  o Reduced WARNING noise.
183
1849th January 2007  John Allison
185- opengl-V08-02-01:
186  o Implemented bitmap markers (for MarkerSizeType == screen).
187  o Bug fix: Added missing break in X colormap lookup routine.
188
1895th January 2007  John Allison  (vis-V08-02-00 - needs greps-V08-02-00)
190- modeling-V08-02-00 (needs greps-V08-02-00):
191  o Bug fix: Correct treatment of ForcedLineSegmentsPerCircle when clipping.
192- visman-V08-02-00:
193  o G4VSceneHandler:
194    ~ Introduced utility LoadAtts for G4AttValues and G4AttDefs.
195    ~ Improved other utilities (changed signature of GetLineWidth).
196  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle.
197  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume (removed
198    in visman-V08-01-16 for release 8.2).
199  o Other minor improvements.
200- opengl-V08-02-00:
201  o Followed change of signature of GetLineWidth in visman-V08-02-00.
202- openinventor-V08-02-00: Moved LoadAtts to vis management.
203- raytracer-V08-02-00: Bug fix: use of window size hints.
204- vistree-V08-02-00: Bug fix: Format of total mass.
205- vistest-V08-02-00: test19.cc: Refined usage.
206
20712th December 2006  Gabriele Cosmo
208- visman-V08-01-16: Commented command "vis/scene/add/eventID" forcing
209  event ID to scene in G4VisCommandsCompound.cc.
210
21111th December 2006  John Allison
212- Tree: Trapped sequential G4PVPlacements.
213
21425th November 2006  John Allison  (vis-V08-01-17)
215- visman-V08-01-15: Follow change of behaviour of G4StateManager and
216  minor message corrections.
217
21822nd November 2006  John Allison  (vis-V08-01-16)
219- visman-V08-01-14: Fixed /vis/reviewKeptEvents for "stored" viewers.
220
22121st November 2006  John Allison  (vis-V08-01-15)
222- visman-V08-01-13:
223  o Fixed double drawing of event.
224  o Restored old verbosity and printing interface (for obsolete user vis
225    managers).
226  o Fixed compiler warnings.
227- opengl-V08-01-09: Fixed compiler warnings.
228
22917th November 2006  Joseph Perl (vis-V08-01-14)
230- vis-HepRep-V08-01-04:
231  o Omit Pos and Aux attributes for hits.
232  o Protect against null Region (as in parallel geometries).
233- raytracer-V08-01-02
234  o Deprecate /vis/rayTracer/backgroundColour.
235
23616th November 2006  John Allison
237- modeling-V08-01-15: More protection for parallel worlds.
238- visman-V08-01-12:
239  o /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
240    (Warning of scene change issued for other viewers.)
241
24215th November 2006  John Allison  (vis-V08-01-13)
243- visman-V08-01-11: First implementation of /vis/reviewKeptEvents.
244
24514th November 2006  Joseph Perl
246- vis-HepRep-V08-01-03: Improve handling of Trajectory Points.
247
24814th November 2006  John Allison  (vis-V08-01-12)
249- modeling-V08-01-14: Merged modeling-V08-01-13-branch onto main branch:
250  o Added G4Event pointer to modeling parameters.
251- visman-V08-01-10: Merged visman-V08-01-08-branch onto main branch:
252  o Visualisation of parallel worlds.
253  o Event refreshing (events are re-drawn on change or refresh of viewer).
254- raytracer-V08-01-01: Merged raytracer-V08-01-00-branch onto main branch:
255  o Followed change to G4Scene.
256- vistest-V08-01-05: Added G4EllipticalCone.
257
25813 November 2006 Joseph Perl
259- vis-HepRep-V08-01-02: Corrected handling of Hits that come via AddSolids.
260
2615th November 2006  John Allison  (vis-V08-01-11)
262- modeling-V08-01-13: Further, hopefully, complete, protection against
263  zero materials pointer.
264- vis-HepRep-V08-01-01, openinventor-V08-01-04, vistree-V08-01-02,
265  visXXX-V08-01-06: Protected against zero material pointer.
266- visman-V08-01-09: Tidy warning messages.
267
2683rd November 2006  John Allison
269- modeling-V08-01-12: Protected against zero material pointer.
270
271-----------------------------------------------
2723rd November 2006  John Allison  (vis-V08-01-10)
273- Needs greps-V08-01-10 for bug fix in G4Visible.
274- Needs tracking-V08-01-05 for new storeTrajectory command.
275- Committed tracking-V08-01-05.  Now required by vis.
276  o Augmented /tracking/storeTrajectory.  Now takes integer parameter:
277    0 : Don't Store trajectories.
278    !=0 : Store trajectories.
279    1 : Choose G4Trajectory as default.
280    2 : Choose G4SmoothTrajectory as default.
281    3 : Choose G4RichTrajectory as default.
282  o All trajectories:
283    ~ Protect points container pointer in destructor.
284    ~ Make G4AttDef descriptions more concise.
285  o G4RichTrajectory:
286    ~ Bug fix: Create G4AttValues for user-defined creator process.
287  o G4VTrajectory: Improved ShowTrajectory.
288- visman-V08-01-08: Activated /vis/scene/add/trajectories with "rich" and
289  "smooth".  Needs tracking-V08-01-05.
290- modeling-V08-01-11: Improved protections.
291- vistest-V08-01-04: Removed MyTrackingAction (use storeTrajectory instead.)
292
2932nd November 2006  John Allison
294- modeling-V08-01-10: G4HitsModel: Added GetCurrentHit.
295- openinventor-V08-01-03: Extended picking to hits.
296
297-------------------------------------------------------------------------
2981st November 2006  John Allison  (vis-V08-01-09; co-works greps-V08-01-09)
299- modeling-V08-01-09: Minor rationalisation.
300- visman-V08-01-07:
301  o /vis/scene/add/trajectories: Allow string parameters "rich" and "smooth".
302    (Not yet activated - awaiting tags in tracking.)
303- openinventor-V08-01-02:
304  o Follow changes to greps-V08-01-09: G4AttCheck/Holder rationalisation.
305- vis-HepRep-V08-01-00: Minor rationalisation.
306- opengl-V08-01-08: Replace /vis/oglx/set/printEPS by /vis/oglx/printEPS.
307- vistree-V08-01-01: ASCIITree: Added printing of material name.
308- vistest-V08-01-03: Added G4Polycone and some G4Atts to an event action box.
309
31026th October 2006  John Allison
311- openinventor-V08-01-01:
312  o Print G4AttValues of solids and trajectories on picking.
313- modeling-V08-01-08: Cosmetics.
314
315-------------------------------------------------------------------------
31624th October 2006  John Allison  (vis-V08-01-08; co-works greps-V08-01-08)
317- opengl-V08-01-07:
318  o Calculate light front horizon properly.
319  o Improve refresh behaviour for /vis/opengl commands.
320- visXXX-V08-01-04; co-works greps-V08-01-08:
321  o Follow change to G4VisAttributes in greps-V08-01-08.
322
323-------------------------------------------------
32419th September 2006  John Allison  (vis-V08-01-07)
325- modeling-V08-01-07:
326  o G4ModelingParameters: Added ExplodeCentre
327  o Fix for Mac XCode 2.0 problem.
328- visman-V08-01-06:
329  o G4ViewParameters: Added ExplodeCentre.
330  o Bug fix in /vis/geometry/set/colour.
331- opengl-V08-01-06: Improved display-by-time feature.
332
333---------------------------------------------------------------------------
33415th September 2006  John Allison  (vis-V08-01-06 - coworks greps-V08-01-04)
335- modeling-V08-01-06
336  o Implemented explode factor(radial move) feature for top level drawn
337    volumes.  John Allison
338  o Add attribute based trajectory drawing & filtering, and attribute
339    based hit filtering.  Jane Tinsley
340- visman-V08-01-05
341  o Added /vis/viewer/clone and /vis/viewer/set/explodeFactor.  John Allison
342  o Add attribute based trajectory drawing & filtering, and attribute
343    based hit filtering.  Jane Tinsley
344
34513th September 2006  John Allison
346- visXXX-V08-01-03: Improved G4Att printing and checking.
347
3484th September 2006  John Allison
349- visman-V08-01-04: Added commands for cutaways.
350- opengl-V08-01-05: Implemented cutaways.
351
352----------------------------------------------
35330th August 2006  John Allison  (vis-V08-01-05)
354- modeling-V08-01-05:
355  o Implemented code for augmented /vis/scene/add/volume (subtraction
356    *and* intersection of clipping volume).
357  o Equipped for generic sectioning (DCUT) and cutaways.
358  o Improved DrawWithTime.
359- visman-V08-01-03:
360  o Added /vis/viewer/set/globalLineWidthScale.
361  o Augmented /vis/scene/add/volume to include intersection of clipping volume.
362  o Added G4VSceneHandler::CreateSection/CutawayPolyhedron to exploit generic
363    sectioning (DCUT) and cutaways.  Currently not activated due to
364    instabilities in BooleanProcessor.
365- opengl-V08-01-04:
366  o Implemented line width.
367  o Switched off back face culling when clipping so that the inside of
368    volumes can be seen.
369  o Added position and colour to /vis/ogl/set/displayHeadTime.
370  o Added /vis/ogl/set/displayLightFront.
371 
37229th August 2006  John Allison
373- openinventor-V08-01-00: Kernel visit rationalisation.
374- visXXX-V08-01-02: Minor tidying.
375
376-------------------------------------------------------------------------
37726th August 2006  John Allison  (vis-V08-01-04 - requires greps-V08-01-03)
378- modeling-V08-01-04:
379  o Fixed compilation warning.
380  o Follow G4VFilter const change.
381
38216th August 2006  John Allison
383- modeling-V08-01-03: Improved robustness of time slicing.
384
385----------------------------------------------
38616th August 2006  John Allison  (vis-V08-01-03)
387- opengl-V08-01-03:
388  o Fixed Solaris compilation problem.
389  o Added /vis/ogl/set/fade and displayHeadTime.
390
391-----------------------------------------------
39214th August 2006  John Allison  (vis-V08-01-02)
393- modeling-V08-01-02: Added trajectory time slicing.
394- visman-V08-01-02: Friendship extended to new OpenGL messengers.
395- opengl-V08-01-02:
396  o Implemented display-by-time.
397  o Added /vis/ogl/set/startTime and endTime.
398- raytracer-V08-01-00: Improved robustness under vis manager control.
399- vistest-V08-01-02: Added MyTrackingAction - uses G4RichTrajectory.
400
40117th July 2006  John Allison
402- opengl-V08-01-01: Added /vis/oglx/set/printEPS.
403
404---------------------------------------------
40510th July 2006  John Allison  (vis-V08-01-01)
406- Co-works with greps-V08-01-01.
407- modeling-V08-01-01:
408  o Rationalised G4VModel and G4ModelingParameters.
409  o G4PhysicalVolumeModel:
410    ^ Removed Establish/DecommissionSpecials to conform with
411      greps-V08-01-01.
412    ^ Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
413- visman-V08-01-01:
414  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
415  o Respect rationalised G4ModelingParameters.
416  o Added GetNoOfSides that respects forced line segments per circle.
417- G4VisCommandsScene.cc: Spelling correction.
418- DAWN-V08-01-00: Respects forced line segments per circle.
419- visXXX-V08-01-01: Gets solid's G4Atts created by G4PhysicalVolumeModel.
420- vistest-V08-01-01: SetForceLineSegmentsPerCircle(100) for G4Sphere.
421
422--------------------------------------------------------------------
4233rd July 2006  John Allison  (vis-V08-01-00 - needs greps-V08-01-00)
424- modeling-V08-01-00: Added G4Atts for solids.  (Needs greps-V08-01-00.)
425- visman-V08-01-00:
426  o /vis/scene/transientsAction: Added max number of events parameter.
427  o Added /vis/viewer/clearTransients.
428  o Improved /vis/list.
429  o (Commented out) code for event copying.
430- opengl-V08-01-00:
431  o Eliminated redundant variable, doublebuffer.
432  o Implemented FinishView in all viewers.
433- vistree-V08-01-00: ASCIITree: Layout improvement.
434- visXXX-V08-01-00: General tidy and improvement to XXXFile.
435- vistest-V08-01-00: Protect against zero run manager pointer.
436
437---------------------------------------------
43812th June 2006  John Allison  (vis-V08-00-13)
439- DAWN-V08-00-04: Fixed rewind and file closure on exit.
440- VRML-V08-00-02: Fixed rewind and file closure on exit.
441
442------------------------------------------
4438th June 2006 John Allison (vis-V08-00-12)
444- visman-V08-00-23: Fixed bug in /vis/scene/endOfRunAction.
445
446-------------------------------------------
4477th June 2006  John Allison (vis-V08-00-11)
448- modeling-V08-00-14: Added protection for zero vis atts.
449- visman-V08-00-22: Zeroed modeling parameters pointer after use.
450
451-------------------------------------------
4526th June 2006  John Allison (vis-V08-00-10)
453- modeling-V08-00-13: Fixes for Sun and bug fix in G4PhysicalVolumeModel.
454- visman-V08-00-21: /vis/viewer/create: Fixed view params copy to self.
455
456------------------------------------------
4574th June 2005  Joseph Perl (vis-V08-00-09)
458- Global tag for Geant4 release 8.1
459- Corresponds to the following subdirectory tags:
460- DAWN-V08-00-03
461- vis-HepRep-V08-00-04
462- visman-V08-00-20
463- modeling-V08-00-12
464- opengl-V08-00-08
465- openinventor-V08-00-05
466- raytracer-V08-00-04
467- vistest-V08-00-08
468- vistree-V08-00-04
469- VRML-V08-00-01
470- visXXX-V08-00-04
471
4722nd June 2006  Joseph Perl
473- vis-HepRep-V08-00-03: Improvements to HepRepFile.
474
4752nd June 2006  John Allison
476- DAWN-V08-00-03: Handle file closing in DAWNFILE destructor.
477- VRML-V08-00-01: Protect zero model pointer.
478
47930th May 2006  Joseph Perl
480- opengl-V08-00-08: Fixed buffering problem in Win32.
481
482--------------------------------------------
48325th May 2006  John Allison  (vis-V08-00-08)
484- visman-V08-00-19:
485  o Changed re-computation of transients default to "off".
486  o Indent printing of models plus other minor improvements.
487- modeling-V08-00-11: Indent printing of models, fix trivial compiler warnings.
488- vistest-V08-00-07: Removed standalone - moved to
489  examples/extended/visualization.
490
49122nd May 2006  John Allison
492- modeling-V08-00-10:
493  o Remove dependency on Run.
494  o Protect zero pointer in output of G4ModelingParameters.
495- visman-V08-00-18:
496  o Remove G4Scene:Clear().  (Not used.)
497  o Require Idle state for transient re-computation.
498  o Reduce dependency on Run.  (Still used for transient re-computation.)
499  o /vis/.../list commands: Default verbosity changed to "warnings".
500- vis-HepRep-V08-00-02: Remove dependency on Run.
501
502--------------------------------------------
50312th May 2006  John Allison  (vis-V08-00-07)
504- Needs run-V08-00-02 and event-V08-00-03.
505- Main features:
506  o Protect against non-instantiation of run manager.
507  o Final refinements for re-computation of transients.
508  o G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
509- visman-V08-00-16:
510  o Added /vis/list and /vis/scene/add/eventID.
511  o Final refinements for event/run reprocessing (re-computation of
512    transients).
513- modeling-V08-00-09:
514  o Removed dependency on G4RunManager.
515  o G4CallbackModel: Added G4VGraphicsScene argument to operator().
516- opengl-V08-00-06: G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
517- raytracer-V08-00-04: SetRecomputeTransients(false).
518- raytracer-V08-00-03: Moved G4RayShooter class to Event category.
519- vistest-V08-00-06: Uses /vis/scene/add/eventID.
520
521----------------------------------------------
52221st April 2006  John Allison  (vis-V08-00-06)
523- Main features:
524  o Improved protection for null models and parameters.
525  o Improved trajectory drawing.
526  o Improved re-computation of transients in OpenGL.
527- modeling-V08-00-08:
528  o Improved protection for null models and parameters.
529  o Add context to trajectory drawers.
530  o Add generic drawer, G4TrajectoryGenericDrawer.
531- visman-V08-00-15: Improved protection for null models and parameters.
532- DAWN-V08-00-02: Improved protection for null models and parameters.
533- vis-HepRep-V08-00-01: Improved protection for null models and parameters.
534- raytracer-V08-00-02):
535  o Relies on improved protection for null models and parameters.
536- vistree-V08-00-04: Improved protection for null models and parameters.
537- visXXX-V08-00-04: Improved protection for null models and parameters.
538- vistest-V08-00-05: Tidied.
539
54028th April 2006  John Allison
541- Co-working tags:
542  o opengl-V08-00-05: Fixes re-computation of transients in stored viewers.
543  o visman-V08-00-14: Includes changes that improve behaviour of
544    double buffered and interactive viewers when recomputing
545    transients.
546
547----------------------------------------------
54824th April 2006  John Allison  (vis-V08-00-05)
549- visman-V08-00-13:
550  o Fix bug #861.
551  o Print available models on initialisation.
552- modeling-V08-00-07:
553  o Add Print method to G4VModelFactory.
554  o Fix warnings on Linux.
555- opengl-V08-00-04: Fixed compilation problem on Windows.
556
557---------------------------------------------------------------------
55819th April 2006  John Allison (vis-V08-00-04 - needs greps-V08-00-02)
559- Main features:
560  o Implementation of 2D text in base classes and concrete implementation
561    of same in OpenGL.
562  o Continued migration to direct access to G4PhysicalVolumeModel.
563  o Addition of Trajectory Filter Models (Jane Tinslay).
564- visman-V08-00-12 (needs greps-V08-00-02):
565  o Implemented Draw2D(const G4Text&).
566  o Implemented Begin/EndPrimitives2D.
567  o Migrated to direct access to G4PhysicalVolumeModel.
568  o Introduced G4VisFilterManager.hh to manager filtering
569- modeling-V08-00-06:
570  o Upgrade to greps-V08-00-02 and minor improvements.
571  o Added G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
572- DAWN-V08-00-01: Migrated to direct access to G4PhysicalVolumeModel.
573- vis-HepRep-V08-00-00: Migrated to direct access to G4PhysicalVolumeModel.
574- opengl-V08-00-03:
575  o Implemented Begin/EndPrimitives2D.
576  o Migrated to direct access to G4PhysicalVolumeModel.
577- vistree-V08-00-03:
578  o G4GAGTreeSceneHandler: Migration to direct access to G4PhysicalVolumeModel.
579- visXXX-V08-00-03: Improvement of legibility.
580- openinventor-V08-00-04: Use cmath instead of math.h.
581- vistest-V08-00-04: Added drawing of 2D text.
582
583----------------------------------------------
58428th March 2006  John Allison  (vis-V08-00-03)
585- visman-V08-00-11:
586  o Introduces trajectory drawing manager.
587  o G4VisExecutive: Adds G4TrajectoryDrawByOriginVolumeFactory.
588  o Corrects logic of transients re-computation:
589  o Unifies treatment of bools in commands.
590- modeling-V08-00-05:
591  o Introduces G4TrajectoryDrawByOriginVolume.
592  o Part migration away from EstablishSpecials mechanism.
593- vistree-V08-00-02 (needs modeling-V08-00-05):
594  o Made compatible with modeling-V08-00-05.
595  o Migration away from EstablishSpecials mechanism.
596- openinventor-V08-00-03: Much improvement in logic.
597- visXXX-V08-00-02: Added G4XXXFile, G4XXXStored, G4XXXSG.
598- vistest-V08-00-03: Modernised and improved.
599
600----------------------------------------------
60114th March 2006  John Allison  (vis-V08-00-02)
602- opengl-V08-00-02: Refinement of display list handling.
603- vistree-V08-00-01: G4VTree and G4ASCIITree: Minor improvements to
604  readability of code.
605- modeling-V08-00-04: Added output operator<< for PVNodeID.
606
60713th March 2006  John Allison
608- visman-V08-00-10: Fixes recomputation of transients when changing drivers.
609
610---------------------------------------------
6118th March 2006  John Allison  (vis-V08-00-01)
612- visman-V08-00-09: Small bug fix to vis-V08-00-00.
613
6146th March 2006  John Allison  (vis-V08-00-00)
615- Collected tags below.  Main features since Release 8.0:
616  o Added /vis/scene/transientsAction.  The default is "rerun", i.e.,
617    when the viewer requests, the previous event or run will be
618    processed again with the original random number seed so that
619    transients (trajectories, hits, user drawing, etc.) are
620    reconstructed.  Thus, transients are "remembered" and may be
621    copied between graphics systems.  Turn off with
622    "/vis/scene/transientsAction none".
623  o Introduced /vis/geometry/... for editing vis attributes of
624    geometry volumes.
625  o For developers:
626    * Migration from use of Establish/DecommisionSpecials.
627    * Drawn path available.
628
6296th March 2006  John Allison
630- visman-V08-00-08: Added /vis/scene/transientsAction.
631
6323rd March 2006  John Allison
633- vistest-V08-00-02: Added test of transient handling.
634
63516th February 2006  John Allison
636- modeling-V08-00-03: For future removal of Establish/DecommisionSpecials.
637
6389th February 2006  John Allison
639- visman-V08-00-07: First implementation of refresh end-of-event.
640
6418th February 2006  John Allison
642- modeling-V08-00-02: Added DrawingStyle to G4ModelingParameters and fixed
643  bug in culling of covered daughters
644- visman-V08-00-06 (needs modeling-V08-00-02): Made use of
645  G4ModelingParameters::DrawingStyle.
646- vistree-V08-00-00: Fixed bug in treatment of repeated replicas.
647- visXXX-V08-00-01: Improved handling of DrawnPVPath.
648
6493rd February 2006  John Allison
650- visman-V08-00-05: Introduced /vis/geometry/...
651
65230th January 2006  John Allison
653- openinventor-V08-00-01: Implemented drawn volume path.
654
65526th January 2006  John Allison
656- raytracer-V08-00-01: Minor improvements.
657- vistest-V08-00-01: Improved ray tracer; commented about voxelisation crash.
658- modeling-V08-00-01: G4PhysicalVolumeModel: Added drawn volume path
659  capability.
660- visXXX-V08-00-00: Uses drawn volume path.  Needs modeling-V08-00-01
661  and visman-V08-00-04.
662- 3 co-working tags due to removal of fModified:
663  o visman-V08-00-04: Removed fModified plus minor improvements.
664  o opengl-V08-00-01: Removed fModified plus tidying.
665  o openinventor-V08-00-00: Removed fModified.
666
667----------------------------------------------------------------------
668The tags below since Release 8.0 were collected in geant4-08-00-ref-01
669and geant4-08-00-ref-02.
670
67123rd January 2006  John Allison
672- DAWN-V08-00-00: Rewind output file in ClearView.  Avoids duplicate
673  geometries in output file.
674- VRML-V08-00-00: As above.
675
67611th January 2006  John Allison
677- vistest-V08-00-00: Added twisted solids and improved Perspective example.
678- visman-V08-00-02: Minor improvements.
679- raytracer-V08-00-00: Reorganisation (needs visman-V08-00-02).
680- opengl-V08-00-00: Improved efficiency; made G4OpenGLXmViewerMessenger smart.
681- modeling-V08-00-00: Changed last remaining G4Transform3D::Identity to
682  G4Transform3D().
683
6849th January 2006  John Allison
685- visman-V08-00-00: geant4-08-00-ref-00 + reversal of change of 22nd
686  November 2005: fMarkForClearingTransientStore(true) initially now.
687- visman-V08-00-01: Improved /vis/scene/notifyHandlers, improved warning
688  messages and some bug fixes, including visman-V08-00-00.
689
690----------------------------------------------
6914th December 2005  Joseph Perl (vis-V07-01-10)
692- Global tag for Geant4 release 8.0
693- Corresponds to the following subdirectory tags:
694- externals: geant4-07-01-ref-05
695- FukuiRenderer: geant4-07-01-ref-05
696- HepRep: geant4-07-01-ref-05
697- management: visman-V07-01-10
698- modeling: modeling-V07-01-07
699- OpenGL: opengl-V07-01-09
700- OpenInventor: openinventor-V07-01-04
701- RayTracer: raytracer-V07-01-08
702- test: vistest-V07-01-04
703- Tree: vistree-V07-01-01
704- VRML: geant4-07-01-ref-05
705- XXX: visXXX-V07-01-02
706
70729th November 2005  Jane Tinslay (vis-V07-01-09)
708- Make G4VisManager::RegisterModelFactories() non-pure for
709  backwards compatibility.
710- Add information message to G4VisManager::DispatchToModel
711  when default trajectory model is used.
712- Removed names of unused paramaters to stop compiler warnings:
713  G4VModelCommand.hh, G4ModelCommandsDrawByCharge.cc,
714  G4ModelCommandsDrawByParticleID.cc, G4VRTScanner.hh
715
71625th November 2005  Joseph Perl (vis-V07-01-08)
717- Global tag for Geant4 release 8.0
718- Corresponds to the following subdirectory tags:
719- externals: geant4-07-01-ref-05
720- FukuiRenderer: geant4-07-01-ref-05
721- HepRep: geant4-07-01-ref-05
722- management: visman-V07-01-09
723- modeling: modeling-V07-01-05
724- OpenGL: opengl-V07-01-09
725- OpenInventor: openinventor-V07-01-03
726- RayTracer: raytracer-V07-01-06
727- test: vistest-V07-01-04
728- Tree: vistree-V07-01-01
729- VRML: geant4-07-01-ref-05
730- XXX: visXXX-V07-01-02
731
73222nd November 2005  John Allison
733- vistest-V07-01-04: Added G4Tet and PerspectiveVisAction. Refined G4Polyhedra.
734- opengl-V07-01-08: Added G4OpenGLXmViewerMessenger. Corrected text position.
735- vistree-V07-01-01: Refined guidance and printing.
736- visXXX-V07-01-02: Simplified guidance.
737- modeling-V07-01-03: Implemented radial replicas for G4Tubs.
738
73918th November 2005  John Allison
740- raytracer-V07-01-06: merged developments to the head, including RayTracerX.
741
74218th November 2005  Joseph Perl  (vis-V07-01-07)
743- Minor modification of geant4-07-01-ref-05 to facilitate acceptance
744  of greps-V07-01-09 and tracking tracking-V07-01-02.  As with
745  vis-V07-01-06, it should subsequently simply be ignored.
746
74715th November 2005  Guy Barrand
748- openinventor-V07-01-03: Background, scaling and window positioning.  Also
749  reading and wroting of .iv files.
750
75114th November 2005  John Allison (vis-V07-01-06)
752- Minor modification of vis-V07-01-03 + vis-HepRep-V07-01-04 (to avoid
753  warnings on Sun), i.e., it excludes all development since then. This
754  tag is purely to facilitate acceptance of greps-V07-01-09.  To
755  achieve this, the modification was made on a branch -
756  vis-V07-01-03-branch - of just one file, namely G4VisManager.hh.
757  This should subsequently simply be ignored.
758
75913th November 2005  John Allison
760- visman-V07-01-08: Added XGeometryString and background opacity parameter.
761- opengl-V07-01-07: Implemented window placing (XGeometryString) in OGL*X.
762
76324th October 2005  John Allison
764- modeling-V07-01-02: Added trajectory models.
765- visman-V07-01-07: Added methods for managing trajectory models.
766
76720th October 2005  Joseph Perl (vis-V07-01-05)
768- New Global Vis Tag.
769- Includes head of everything except RayTracer and OpenInventor.
770- Requires geant4-07-01-ref-03 plus the following:
771- graphics_reps: greps-V07-01-06
772- intercoms: intercoms-V07-01-01
773- event: event-V07-01-0
774- run: run-V07-01-02
775
77613th October 2005  John Allison (vis-V07-01-04)
777- Implemented non-uniform scaling in management and OpenGL.
778- Implemented arbitrary background in management, OpenGL and RayTracer.
779- Migrated to <sstream>.
780- The above consists of:
781  o vistest-V07-01-03: Migrated to <sstream> plus minor changes.
782  o DAWN-V07-01-00: Migrated to <sstream>.
783  o vis-HepRep-V07-01-03: Migrated to <sstream>.
784  o opengl-V07-01-06: Migrated to <sstream>, non-uniform scaling, any
785    background.
786  o vistree-V07-01-00: Migrated to <sstream>, fixed bug in mass calculations.
787  o visXXX-V07-01-01: Migrated to <sstream>.
788  o modeling-V07-01-01: Migrated to <sstream>.
789  o visman-V07-01-05: Migrated to <sstream>, non-uniform scaling, any
790    background.
791
79212th October 2005  John Allison (vis-V07-01-03)
793- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
794  (bug found by system test of vis-V07-01-02).
795
7962nd Oct 2005  Joseph Perl (vis-V07-01-02)
797  Same as vis-V07-01-01 but with earlier raytracer tag:
798  raytracer-V07-01-02
799
80030th Sep 2005  Joseph Perl (vis-V07-01-01)
801  New global tag for Vis.  Corresponds to vis-V07-01-00 plus:
802  vistest-V07-01-02
803  visman-V07-01-04
804  raytracer-V07-01-03
805  modeling-V07-01-00
806  opengl-V07-01-05
807  openinventor-V07-01-02
808  visXXX-V07-01-00
809  vis-HepRep-V07-01-01
810
81130th September 2005  Joseph Perl (raytracer-V07-01-03)
812New tag to include change Makoto made an hour after V07-01-02 was tagged.
813Change seems to just involve passing pWorld to material list where no argument was passed in previous version.
814
81529th September 2005  John Allison  (opengl-V07-01-05)
816- Added G4OpenGLViewerDataStore to facilitate access of viewer data by
817  scene handler.
818- Re-implemented transparency button in OpenGLXm.
819
820New tags to be included 16th Sep 2005 (JA):
821  o visman-V07-01-03:
822    + Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
823    + Warning: Attempt to add volume to a scene already containing the world.
824    + Error: Logical volume model must be only volume model in scene.
825  o visman-V07-01-04: Simplified use of ConcreteInstance..
826  o raytracer-V07-01-02: Bug fix (black holes).
827  o vistest-V07-01-02: Added a G4AttValue with time.
828
829To be included:
830  o visman-V07-01-01: Introduced (optional) second pass over scene.
831  o visman-V07-01-02: Added /vis/viewer/set/whiteBackground.
832                      Added RayTracerX to G4VisExecutive.
833  o modeling-V07-01-00: Fixed (non-)culling of transparent volumes.
834  o opengl-V07-01-01: Half-way implementation of transparency.
835  o opengl-V07-01-02: "Better algorithm" for transparency.
836  o opengl-V07-01-03: Bug fix.
837  o opengl-V07-01-04: Fixed hidden line removal.
838  o vis-HepRep-V07-01-00 (4 August 2005 Mark Donszelmann)
839  o openinventor-V07-01-01 (1st August 2005  Gabriele Cosmo)
840  o openinventor-V07-01-02: Corrected treatment of edgeflags.
841  o raytracer-V07-01-01: Protected RayTracerX by G4VIS macro.
842  o visXXX-V07-01-00: Improved guidance for rendering polyhedron objects.
843  o vistest-V07-01-01: RayTracerX instantiation removed - now in
844                       G4VisExecutive.
845
84620th July 2005  John Allison (vis-V07-01-00)
847- opengl-V07-01-00: Introduced smooth shading.  Also window size hints for Xm.
848- openinventor-V07-01-00: Changed Geant4_SoPolyhedron to construct
849    from G4Polyhedron.  Functionality unchanged.
850- visman-V07-01-00: Protected new viewer pointer.
851- vistest-V07-01-00
852- Removed top level README files.  (All wisdom now transferred
853    properly to User Guides.)
854
85517th July 2005  John Allison
856- raytracer-V07-01-00: Introduced RayTracerX.
857
8587th June 2005  John Allison (vis-V07-00-19)
859- visXXX-V07-00-00: Fixed compiler warnings.
860- visman-V07-00-02: bug fix.
861- modeling-V07-00-02: bug fix.
862- Incorporates vis-gmk-V07-00-00 - a fix for addition of zlib to
863  SUBLIBS and SUBDIRS (Gabriele)
864
8652nd June 2005  Joseph Perl (vis-V07-00-18)
866- Candidate tag for release.
867- Includes Mark's additional changes for HepRep2.
868- Includes Mark's fix for gcc-4.0 compilation.
869
8702nd June 2005  Joseph Perl (vis-V07-00-17)
871- Candidate tag for release.  May or may not be final.
872- Undid Gabriele's fix to G4HepRepFileSceneHandler.cc.
873
8742nd June 2005  John Allison
875- Removed scene handler count and made small cosmetic improvements.
876
8772nd June 2005  Joseph Perl (vis-V07-00-16)
878- Incorporate improvements to HepRepFile and HepRepXML
879
88030th May 2005  John Allison  (vis-V07-00-15)
881- opengl-V07-00-03: Fixed compilation problem in OpenGL on SUN.
882- HepRepFile: Fixed bug introduced in ClearTransientStore. (Joseph Perl)
883
88427th May 2005  John Allison
885- DAWN-V07-00-00, VRML-V07-00-00:
886    Fixed bug introduced in ClearTransientStore.
887- openinventor-V07-00-00 and 01:
888    fixes for CLHEP and marker sizes.
889- vis-HepRep-V07-00-01 and vis-zlib-V07-00-00  (Mark Donszelmann)
890    Migration to G4LIB_BUILD_ZLIB and some developments.
891- management:
892  o Reduced text size of scale annotation to 12 pixels.
893  o Fixed default values in /vis/scene/add/text.
894
89512th May 2005  John Allison
896- Moved zlib to externals/zlib.
897
8986th May 2005  John Allison  (vis-V07-00-14)
899- OpenGL: fixed bug (views not refreshed - opengl-V07-00-02).
900- Improved ASSCIITree guidance.
901- G4VisExecutive: Replaced printing of available graphics systems.
902  Now corresponds to behaviour of most old examples vis managers.
903- Fixed some pedantic warnings from gcc 4.
904- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised
905  volumes (modeling-V07-00-00).
906
9075th May 2005  John Allison
908- Introduced zlib directory.
909
91022nd April 2005  John Allison
911- OpenGL: Implemented text for X-Windows viewers (opengl-V07-00-00/1).
912
91310th April 2005  John Allison  (visman-V07-00-00)
914- G4VisCommandsSceneAdd.cc: 2nd attempt to fix access to fpVisManager
915  from nested class for SUN.
916
91716th March 2005  John Allison  (vis-V07-00-13)
918- G4VisCommandsSceneAdd.cc: fixed access to fpVisManager from nested class.
919- For gcc 2.95.2: Fixed G4String return for viewer commands.
920- Added constructor and virtual destructor to G4VUserVisAction.
921
92215th March 2005  John Allison  (vis-V07-00-12)
923- Added return type G4int to G4ViewParameters::SetNoOfSides and
924  G4ModelingParameters::SetNoOfSides.  They return no. of sides, i.e.,
925  sides per circle in polyhedron contruction, that are actually set;
926  there is a lower limit of 12.
927- G4PhysicalVolumeModel: bug fix: no. of rotation steps correctly applied.
928
92910th March 2005  John Allison  (vis-V07-00-11)
930- Reviewed all vis commands.  Improved guidance, simplified and
931  rationalised the commands.
932
9339th March 2005  John Allison
934- Removed "remove" and "edit" commands.
935- G4VisManager: removed "Delete" methods. (Removing or deleting an
936  existing scene, scene handler or viewer is very messy and not
937  necessary.  When a user creates a new one, he/she may leave the old
938  one around without harm.  It may be left unused or selected again later
939  if the user wants.)
940- Removed automatic parameter candidate specification for commands
941  that take an argument that is a scene, scene handler or viewer
942  name - it is checked in SetNewValue methods.  (The code was just
943  too complicated and, anyway, the result hindered, rather than
944  helped the user, because it restricted the parameter values and
945  mis-typing gave obscure messages.  Now the messages are clearer and,
946  as the guidance points out, the list of possible names can be
947  obtained with a "list" command.)
948- Made "list" commands flag current items.
949- Improved guidance for /vis/scene commands.  Still to do (groan!):
950    /vis/scene/add
951    /vis/sceneHandler
952    /vis/viewer
953
9549th March 2005  John Allison  (vis-V07-00-10, needs greps-V07-00-01)
955- Refined logo and scale.
956- Improved physical volume clipping.
957- G4VisManager: Added default G4Transform3D::Identity to
958  objectTransformation argument in Draw methods.
959
9604th March 2005  John Allison  (vis-V07-00-09)
961- Added first implementation of cutaway - a clipping box for physical
962  volume tree:
963    vis/scene/add/volume ! ! ! box km 0 1 0 1 0 1
964  (Does not seem properly to clip volumes wholly inside clipping volume.)
965
9663rd March 2005  John Allison  (vis-V07-00-08)
967- Introduced /vis/scene/add/logo.
968- Added Set methods to G4VModel.
969- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
970  the model could implement a given transformation.  Provided default for
971  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
972- Improved guidance for:
973    compound commands
974    ASCIITree commands
975- Used std::istrstream::istrstream(std::string) throughout.
976
97723rd February 2005  John Allison  (vis-V07-00-07)
978- Protected scene handlers for the case of the drawing of solids NOT
979  from a physical volume tree:
980    G4FRSceneFunc.icc
981    G4OpenGLSceneHandler.cc
982    G4OpenGLStoredSceneHandler.cc
983    G4ASCIITreeSceneHandler.cc
984    G4GAGTreeSceneHandler.cc
985- Fixed a problem with ClearTransientStore.  ClearTransientStore
986  should restrict itself to its job.  In the following files,
987  ClearTransientStore also redraws the view.  In other places, a draw
988  command often follows, so it is not needed here.  In fact it can
989  cause a double recursive descent into DrawView, so the existing code
990  has been commented out (JA - 23/Jan/05):
991    G4FRSceneFunc.icc
992    G4HepRepFileSceneHandler.cc
993    G4OpenGLImmediateSceneHandler.cc
994    G4OpenGLStoredSceneHandler.cc
995    G4VRML1SceneHandlerFunc.icc
996    G4VRML2SceneHandlerFunc.icc
997    G4XXXSceneHandler.cc
998- Removed (commented out) some code that forced extra kernel visits,
999  purportedly to overcome a problem in OpenGLStored methods.  Let's
1000  fix OpenGL if necessary:
1001    G4VSceneHandler.cc
1002    G4VViewer.cc
1003- Commented out SetView and ClearView in /vis/viewer/refresh:
1004    G4VisCommandsViewer.cc
1005- Changed signature of G4VViewer::SetNeedKernelVisit(G4bool) for compatibility.
1006
100719th February 2005  John Allison  (vis-V07-00-06 with greps-V07-00-00)
1008- Added G4VUserVisAction and G4CallbackModel.
1009- Implemented /vis/scene/add/userAction.
1010- Fixed bug in /vis/viewer/update (check existence of scene handler and scene).
1011
101215th February 2005  John Allison  (vis-V07-00-05)
1013- Introduced drawing of readout geometry for logical volumes.
1014- For drawing of logical volumes, introduced boolean flags to control
1015  drawing of:
1016    o boolean components (if any)
1017    o voxels (if any) (note: voxels are not created until start of run)
1018    o readout geometry (if any)
1019- Augmented commands /vis/specify and /vis/scene/add/logicalVolume to use
1020  above flags.
1021- G4ASCIITree: Added printing of names of sensitive detector (if any) and
1022  readout geometry (if any).
1023
102415th February 2005  John Allison  (vis-V07-00-04)
1025- Updated READMEs for G4VisExecutive.  Removed references to OPACS.
1026
10279th February 2005  John Allison  (vis-V07-00-03)
1028- Migration from AddThis to AddSolid and AddCompound: fixed previously
1029  missed FukuiRendererSceneHander.
1030
10314th February 2005  John Allison  (vis-V07-00-02)
1032- Introduced G4VisExecutive.  MyVisManager deprecated.
1033
103427th January 2005  John Allison  (vis-V07-00-01, needs intercoms-V07-00-00)
1035- Migration from AddThis to AddSolid and AddCompound.
1036- AddSolid: Methods for adding solids to the scene handler.  They
1037  must always be called in the triplet PreAddSolid, AddSolid and
1038  PostAddSolid.  The transformation and visualization attributes
1039  must be set by the call to PreAddSolid.  A possible default
1040  implementation is to request the solid to provide a G4Polyhedron
1041  or similar primitive - see, for example, G4VSceneHandler.
1042- AddCompound: Methods for adding "compound" GEANT4 objects to the scene
1043  handler.  These methods may either (a) invoke "user code" that
1044  uses the "user interface", G4VVisManager (see, for example,
1045  G4VSceneHandler in the Visualization Category, which for
1046  trajectories uses G4VTrajectory::DrawTrajectory, via
1047  G4TrajectoriesModel in the Modeling Category) or (b) invoke
1048  AddPrimitives below (between calls to Begin/EndPrimitives) or (c)
1049  use graphics-system-specific code or (d) any combination of the
1050  above.
1051
105226th January 2005  John Allison  (vis-V07-00-00)
1053- G4VisManager:: removed optional argument
1054  const G4Transform3D& objectTransformation = G4Transform3D::Identity
1055  from Draw methods for a hit and trajectory.
1056- Trapped illegal nesting of Begin/EndPrimitives.
1057- Added fpCurrentMaterial to G4VSceneHandler and relevant derived
1058  classes and models for work with G4PhysicalVolumeModel via
1059  EstablishSpecials.  So now, the material is also available (in addition
1060  to current depth, logical and physical volum) during drawing of geometry
1061  items.
1062- Changed ASCIITree to use G4VSolid::GetCubicVolume and
1063  G4LogicalVolume::GetMass.
1064- Changed G4PhysicalVolumeMassScene to use G4VSolid::GetCubicVolume.
1065- Improved guidance for /vis/viewer/set/hiddenMarker.
1066- G4VisCommandsViewerSet: made Up and Viewpoint vectors unit for safety.
1067- Some additions to test area.
1068
106910th December 2004 Gabriele Cosmo (vis-V06-02-09)
1070- Replaced M_PI with CLHEP's pi.
1071
10727th December 2004 Joseph Perl (vis-V06-02-08)
1073- Tagged right after migration to cmath
1074- All occurences of include <math.h> have now become include <cmath>.
1075- All math functions are now prefaced with std::
1076
10777th December 2004 Joseph Perl (vis-V06-02-07)
1078- Tagged right before migration to cmath
1079
108026th November 2004 Joseph Perl (vis-V06-02-06)
1081- Tagged for release 7.0.
1082- Made from vis-V06-02-05
1083- plus opengl-V06-02-07 by John Allison
1084- plus vis-HepRep-V06-02-02 by Mark Donszelmann
1085- plus openinventor-V07-00-00 by Guy Barrand
1086
108718th November 2004  John Allison
1088- Included opengl-V06-02-07.
1089
109011th November 2004  John Allison  (vis-V06-02-05)
1091- Made use of smart method GetPolyhedron for solids.  This greatly
1092  speeds 2nd and subsequent drawings when kernel access is required.
1093- Rationalised use of EstablishSpecials: functionality moved to base class.
1094- Removed use of obsolete G4Polymarker::line.
1095
109622nd September 2004  John Allison  (vis-V06-02-04)
1097- Moved Doxyfile to management.  doxygen output to tmp area.
1098- modeling-V06-02-01 - small fixes.
1099- vistree-V06-02-01 - small fixes.
1100- opengl-V06-02-06 - Trap non-regular polyhedra and other small changes.
1101- DAWN-V06-02-00 - Improve diagnostic on trapping non-regular polyhedra.
1102- vistest-V06-02-02: refined rotated tube test.
1103
110413th September 2004  John Allison  (vis-V06-02-03)
1105- vistree-V06-02-00: Improved ASCIITree:
1106  verbosity >= 3: prints volume, density of all volumes in hierarchy.
1107  verbosity >= 4: calculates the mass of the complete geometry tree taking
1108    into account daughters up to the depth specified for each physical
1109    volume in the current scene.  Culling is ignored so that all volumes
1110    are processed.  The calculation is quite tricky, since it involves
1111    subtracting the mass of that part of the mother that is occupied by
1112    each daughter and then adding the mass of the daughter, and so on
1113    down the heirarchy.  Uses G4PhysicalVolumeMassScene - see below.
1114  Added option to write to file (/vis/ASCIITree/set/outFile).
1115- modeling-V06-02-00: Added G4PhysicalVolumeMassScene and improvements
1116  to G4PhysicalVolumeModel.  See modeling/History for more details.
1117- Removed obsolete file: G4VisToOldVisCommands.hh
1118- Corrected mistake in /vis/viewer/set/*Vector commands.
1119- Augmented ParameterisedBox and rotated a tracker tube in test directory.
1120- Brought README.built_in_commands up to date for Geant4 6.2.  Removed all
1121  references to old commands.'
1122
11233rd August 2004  John Allison
1124- Rationalised vis command code (uses G4UIcommand static conversion
1125  functions where possible).
1126- Removed G4ViewParameters::DrawingStyle GetDrawingStyle (const
1127  G4Visible&).  Instead, developer has to:
1128    // Get vis attributes - pick up defaults if none.
1129    const G4VisAttributes* pVA =
1130      fpViewer -> GetApplicableVisAttributes (v.GetVisAttributes ());
1131  where v is the visible object (polyline, circle, polyhedron, etc.), and:
1132    // Get view parameters that the user can force through the vis
1133    // attributes, thereby over-riding the current view parameter.
1134    G4ViewParameters::DrawingStyle drawing_style = GetDrawingStyle (pVA);
1135    G4bool isAuxEdgeVisible = GetAuxEdgeVisible (pVA);
1136  Most developers do this anyway, so the removed routine was redundant
1137  and resulting code is more efficient and transparent.  To get
1138  colour, the developer can pick up directly from the vis attrributes,
1139  pVA, obtained as above:
1140    const G4Colour& c = pVA -> GetColour ();
1141  or use a slightly less efficient method:
1142    const G4Colour& c = GetColour (v);
1143  where v is the visible object.
1144  Note that for text, the developer must use a different procedure,
1145  since the default text colour is determined by the default text vis
1146  attributes, which may be specified independent of default vis
1147  attributes of other types of visible objects.  A function,
1148  GetTextColour, is provided and the recommended use is:
1149    const G4Colour& c = GetTextColour (text);  // Picks up default if none.
1150- Rationalised use of vis attributes in OpenGL and XXX.
1151
115228th July 2004  John Allison  (vis-V06-02-02 with greps-V06-02-00)
1153- Implemented force auxiliary edge visible feature of G4VisAttributes.
1154- Included openinventor-V06-02-00 (minor revision - Guy Barrand).
1155
115623rd July 2004  John Allison
1157- Added auxiliary edge visible flag to G4ViewParameters and a new
1158  command, /vis/viewer/set/auxiliaryEdge.  (Auxiliary edges are not
1159  genuine edges of the volume.  They may be in a curved surface made
1160  out of polygons, for example, or in plane surface of complicated
1161  shape that has to be broken down into simpler polygons.
1162  HepPolyhedron breaks all surfaces into triangles or quadrilaterals.
1163  There will be auxiliary edges for any volumes with a curved surface,
1164  such as a tube or a sphere, or a volume resulting from a Boolean
1165  operation.  Normally, they are not shown, but sometimes it is useful
1166  to see them.  In particular, a sphere, because it has no egdes, will
1167  not be seen in wireframe mode in some graphics systems unless this
1168  flag is turned on.)
1169
117016th July 2004  John Allison
1171- Refined forced wireframe algorithm - *always* force wireframe even
1172  if hidden line removal is specified.
1173- opengl-V06-02-04.
1174
117515th July 2004  John Allison
1176- Small improvement to G4XXX (sample graphics system).
1177
117814th July 2004  John Allison  (vis-V06-02-01)
1179- Removed deprecated commands:
1180    /vis/viewer/show               (use /vis/viewer/update)
1181    /vis/viewer/lightsThetaPhi     (use /vis/viewer/set/lightsThetaPhi)
1182    /vis/viewer/lightsVector       (use /vis/viewer/set/lightsVector)
1183    /vis/viewer/viewpointThetaPhi  (use /vis/viewer/set/viewpointThetaPhi)
1184    /vis/viewer/viewpointVector    (use /vis/viewer/set/viewpointVector)
1185  (See geant4/source/visualization/README.built_in_commands for list
1186  of current commands.)
1187- Tidied guidance for /vis/viewer/set.
1188- Included opengl-V06-02-03 (cosmetic).
1189
119014th July 2004  John Allison  (vis-V06-02-00)
1191- opengl-V06-02-02 and vistest-V06-02-01:
1192  Hidden line *and/or* hidden surface removal now work for OGL*X and OGL*Xm.
1193
11941st July 2004  John Allison
1195- Correction to guidance of /vis/viewer/set/hiddenEdge.
1196- Small improvement to README of /vis/scene/add/axes.
1197- vistest-V06-02-00.
1198- opengl-V06-02-00.
1199- visman-V06-02-00: Fix for porting on gcc-3.4.0: made ProcessView()
1200  public, since used as private friend (Gabriele Cosmo).
1201
12029th June 2004  Gabriele Cosmo  (vis-V06-01-03)
1203- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
1204  allowing support of DLLs on Windows.
1205- Minor correction in modeling/GNUmakefile for GLOBLIBS definition.
1206- Coworks with "global-V06-01-02b".
1207
12087th June 2004  Gabriele Cosmo  (vis-V06-01-02)
1209- Includes "vis-HepRep-V06-01-04".
1210- Export extern symbols for allowing support of DLLs on Windows.
1211  Modified files: G4RayTrajectory.hh, G4RayTrajectoryPoint.hh.
1212- GNUmakefiles: added definition of GLOBLIBS for DLLs support on Windows.
1213- Coworks with "global-V06-01-02a".
1214
12159th April 2004  John Allison  (vis-V06-01-01 + interfaces-V06-01-00)
1216- Tagged OpenGL as below.  Joint with interfaces-V06-01-00.
1217
12187th April 2004  Guy Barrand
1219- visualization/OpenGL/* : use the G4OpenGL.hh file.
1220- Added : visualization/OpenGL/include/G4OpenGL.hh to encapsulate
1221  the include of gl/gl.h and gl/glu.h that may be platform dependant.
1222  It permits to rm some #ifdef WIN32 spread in the code. It opens also
1223  the way to the usage of the Apple OpenGL on a Mac.
1224
122514 March 2004 Joseph Perl (vis-V06-00-01)
1226- HepRepFile handle duplicate ShowView.
1227- HepRepFile improve layering and hierarchy for hits.
1228
122917th February 2004  John Allison  (opengl-V06-00-00)
1230- Fixed bug #581: wrong order of statements in
1231  G4OpenGLXViewer::~G4OpenGLXViewer (see bug report).
1232
12331st December 2003  John Allison
1234- Added checks and minor improvment of behaviour at end of event and run:
1235  o G4VisManager::EndOfRun: added check on MarkForClearingTransientStore.
1236  o G4VisCommandsScene.cc: For "/vis/scene/endOf[Event|Run]Action refresh",
1237    SetMarkForClearingTransientStore(true).
1238
123927th November 2003  John Allison  (vis-V05-02-06)
1240- Added /vis/scene/endOfRunAction.
1241- Includes vis-HepRep-V05-02-08.
1242- G4VisManager: Removed PrintAllGraphicsSystems and
1243  PrintInstalledGraphicsSystems.  They are difficult to maintain and
1244  are anyway not used.  (There remains PrintAvailableGraphicsSystems,
1245  which is much used, and iterates over instantiated graphics systems
1246  and needs no maintenance.)
1247
124820th November 2003  John Allison  (vis-V05-02-05)
1249- Re-submitted.  Includes vis-HepRep-05-02-07: fixes compiler issues and
1250  other minor fixes.
1251
125214th November 2003  John Allison  (vis-V05-02-04)
1253- Includes vis-HepRep-05-02-03: new HepRep XML driver for HepRep Version 2.
1254- Bug fix in G4VisManager::EndOfEvent.
1255
125612th November 2003  John Allison
1257- Bug in /vis/scene/add/volume: requestedDepthOfDescent now correctly
1258  propagated to "world" volume.
1259- modeling-V05-02-02: G4PhysicalVolumeModel: CalculateExtent always
1260  searches complete hierarchy.
1261- Change initialisation of G4VSceneHandler so that there is always a
1262  clear on first drawing  - fMarkForClearingTransientStore(true).
1263- Removed redundant code from G4VisManager::::EndOfRun.
1264
12656th November 2003  John Allison  (vis-V05-02-03)
1266- management:
1267  o G4VisManager: improved handling of auto refresh at end of event and run.
1268  o G4VisCommandsScene: improved endOfEventAction and improved guidance.
1269  o GNUmakefile: rationalised.
1270- GNUmakefile: removed G4LIBDIR and G4TMPDIR.
1271- RayTracer/GNUmakefile: rationalised (raytracer-V05-02-04).
1272- Tree: improved printing.
1273- G4VRML2SceneHandlerFunc: changed const char* pv_name to G4String pv_name.
1274- G4XXXViewer: improved comments.
1275- modeling: GNUmakefile: rationalised (modeling-V05-02-01).
1276- test: changed MyPhysicsList to follow kernel changes.
1277
12784th November 2003  Gabriele Cosmo  (vis-V05-02-02)
1279- Includes removal of OPACS module.
1280- Includes "modeling-V05-02-00".
1281
128217th October 2003  Guy Barrand
1283- OPACS being (for long) deprecated, remove OPACS related things
1284  in Geant4 repository.
1285
12864th October 2003  Gabriele Cosmo  (vis-V05-02-01)
1287- Modified GNUmakefiles:
1288  o added dependency to new module "geometry/navigation".
1289  o replaced "digits+hits" with "digits_hits".
1290- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
1291
129222nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
1293- Incorporates raytracer-V05-02-01 (needs greps-V05-02-00) - see
1294  RayTracer/History:
1295  o Introduced G4VRTScanner.
1296  o Added /vis/rayTracer/backgroundColour.
1297- Introduced Doxygen documentation for management, OpenGL and test.
1298- Improved guidance for /vis/scene/notifyHandlers.
1299- OpenGL: Cosmetic change to regularise names.
1300
13012nd September 2003  John Allison
1302- Fixed pedantic warnings etc. in test suite - see test/History.
1303
13042nd June 2003  John Allison  (vis-V05-01-01)
1305- Small fix for pedantic warnings in RayTracer.
1306
130730th May 2003  John Allison  (vis-V05-01-00 - does not include HepRep below)
1308- Improved README.built_in_commands.  Removed unlikely-to-be-implemented
1309  commands.
1310- Eliminated pedantic warnings.
1311
131228th February 2003  Joseph Perl
1313- Minor Fix to HepRep - see History file.
1314
131520th January 2003  John Allison
1316- Changed "/vis/scene/add/trajectories [<drawing-mode>]" so that if
1317  the command is issued more than once on any given scene, the last
1318  command takes effect, i.e., so that the last value of drawing-mode
1319  takes effect.
1320
132117th February 2003 Satoshi Tanaka (vis-V05-00-01)
1322- A Small bug fixing of VRML2 driver
1323 (Explicit cast from G4String to char* in G4VRML2SceneHandlerFunc.icc).
1324
132524th January 2003  Joseph Perl
1326- Fixes to HepRep - see History file.
1327
132820th January 2003  John Allison  (vis-V05-00-00, co-works intercoms-V05-00-00)
1329- Incorporated openinventor-V05-00-00: Removed erroneous additional
1330  transformation.
1331- Added G4VisManager::Draw methods for hits and trajectories.
1332
133311th December 2002  John Allison  (vis-V04-01-10)
1334- Fix for SUN-CC warnings: AddThis hides the virtual function...
1335- Fix memory leak in RayTracer.
1336- Fixed /vis/scene/add/trajectories command.
1337- Some fixes in HepRep.
1338
13394th December 2002  Makoto Asai (vis-V04-01-09)
1340- Migration to new G4ApplicationState
1341
134227th November 2002  John Allison  (vis-V04-01-08)
1343- Fixes to HepRep - see History file.
1344- Added RegisterGraphicsSystem (new G4HepRep) in MyVisManager.cc.
1345- Fix (removal) of ambiguous G4VVisCommand::GetNewDoubleValue.
1346- Added /vis/viewer/set/globalMarkerScale.
1347- Improved algorithm of CompareForKernelVisit on OpenGL and OpenInventor.
1348
134921st November 2002  Gabriele Cosmo  (vis-V04-01-07)
1350- Corrections to HepRep module to allow porting on egcs compiler
1351  (M.Donszelmann).
1352- Patched access to static data in G4VisCommandsSceneAdd.cc, G4VisManager.cc
1353  and G4FlavoredParallelWorldModel.cc to allow porting on Windows DLLs.
1354  It requires co-working with tags "greps-V04-01-04" and "intercoms-V04-01-02".
1355
135615th November 2002  Mark Donszelmann  (vis-V04-01-06)
1357- HepRep2 driver implemented.
1358
135911th November 2002  John Allison  (vis-V04-01-05)
1360- Corrected inclusion of G4OpenGLXViewer #ifdef X_DRIVER for Windows
1361  and other small changes in OpenGL (opengl-V04-01-02).
1362- Added integer argument to /vis/scene/add/trajectories [drawing-mode].
1363  drawing-mode is passed to DrawTrajectory.  See also modeling-V04-00-00.
1364- Fixed bug in G4VisManager wich lead to zero G4VModel pointer.
1365- Improved hamdling of models.
1366- Corrected G4RayTracer.cc devide-by-zero (raytracer-V04-00-01).
1367- VRML: bug fixing for marker size (*.icc files) (VRML-V04-01-00).
1368- Samll improvements to README.built_in_commands.
1369- Improved sample driver XXX.
1370
13711st November 2002  John Allison (vis-V04-01-04 with...)
1372geant4/source/tracking       tracking-V04-01-03
1373geant4/source/intercoms      intercoms-V04-01-00
1374geant4/source/graphics_reps  greps-V04-01-01
1375geant4/source/digits+hits    digits+hits-V04-01-01
1376
1377Oct 28, 2002, J.Allison  (vis-traj03, co-works with...
1378geant4/source/tracking       traj03 (head as of Tue Oct 29 15:42:14 UTC 2002)
1379geant4/source/intercoms      intercoms-V04-01-00 (ditto)
1380geant4/source/graphics_reps  greps-V04-01-01 (ditto)
1381geant4/source/digits+hits    hits-traj03 (*not* the head)
1382- Changed G4XXXSceneHandler.cc for map of G4AttDefs, and improved.
1383
138417th October 2002  John Allison (vis-V04-01-03 with...)
1385- Coworking tags are:
1386    geant4/source/tracking       traj02
1387    geant4/source/intercoms      intercoms-V04-00-04
1388    geant4/source/graphics_reps  greps-V04-01-00
1389    geant4/source/digits+hits    hits-traj02
1390- More changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
1391- Minor corrections to warning messages, etc.
1392- Improved end of run behaviour for non-post-processing graphics
1393  systems by changing false to true in G4VisManager::EndOfRun
1394  fpSceneHandler->SetMarkForClearingTransientStore(true);
1395- Further corrections/improvements in OpenGLWin32 - not yet complete.
1396
139717th October 2002  John Allison (vis-V04-01-02 with intercoms-V04-01-00)
1398- Added two new pure virtual functions to G4VGraphicsScene:
1399    AddThis(const G4VTrajectory&)
1400    AddThis(const G4VHit&)
1401
140216th October 2002  John Allison  (vis-traj01 co-works with tracking tag traj01)
1403- Tag for changes in G4VTrajectory, etc. (raytracer-V04-00-00).
1404
140516th October 2002  John Allison  (vis-V04-01-01)
1406- Fix for WIN32.  Now compiles but viewer not implemented.  (opengl-V04-01-01)
1407- Small improvement to README.built_in_commands.
1408
14091st Sept 2002  Satoshi Tanaka  (vis-V04-01-00)
1410- Precision control of g4_XX.prim files generated by
1411  the DAWNFILE/DAWN-Network drivers.
1412
1413   Example:
1414     setenv  G4DAWNFILE_PRECISION   9
1415
1416  The precision number is used as:
1417
1418      sprintf( string, "%*.*g", (precision+8), precision, value)
1419
1420  The default precision is also changed from 6 to 9.
1421
142224th June 2002  John Allison
1423- Further cosmetic changes in G4OpenGL for DEC compiler (opengl-V04-01-00).
1424
142524th June 2002  Gabriele Cosmo  (vis-V04-00-10)
1426- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
1427  errors on some platforms (DEC-cxx).
1428
142923th June 2002  Satshi Tanaka  (vis-V04-00-09)
1430- Bug fixes in G4VRMLXFileSceneHandlerFunc.icc
1431- Protection of VRML-Newtork drivers for Windows platform.
1432  (The compilation is skipped in the Windows platform.)
1433
143419th June 2002  John Allison  (vis-V04-00-08)
1435- Cosmetic changes in G4VRML2FileSceneHandler.cc and G4VRML2SceneHandler.cc
1436  (Gabriele)
1437
143810th June 2002  John Allison
1439- Cosmetic changes for SUN-CC in G4OpenGLXmConvenienceRoutines.cc
1440  (opengl-V04-00-03).
1441- Improvement to /vis/scene/add/logicalVolume guidance.
1442
14436th June 2002  John Allison
1444- Cosmetic changes for GNU compiler in G4OpenGLXViewer.cc (opengl-V04-00-02).
1445
14468th May 2002  John Allison (vis-V04-00-07)
1447- Minor changes to warning messages and README.built_in_commands.
1448- Added test fro G4EllipticalTube to test/src/MyDetectorConstruction.cc.
1449
14501st May 2002  John Allison (vis-V04-00-06)
1451- Deprecated /vis/viewer/set/autoRefresh.
1452
145326th April 2002  Makoto Asai (vis-V04-00-05)
1454- Corresponds to the changes in intercoms-V04-00-00
1455- Affected files :
1456   G4VisManager.cc G4VisCommandsViewer.cc G4VisCommandsCompound.cc
1457
145822nd April 2002  John Allison (vis-V04-00-04)
1459- Prevent copying of autoRefresh status with /vis/viewer/set/all command.
1460- Corrected out of date advice about /vis/set/culling, etc.
1461- Workaround for pseudo-parallel/orthogonal projection in Ray Tracer.
1462
146328th February 2002  John Allison (vis-V04-00-03)
1464- Updated OpenGL to compile (but not run) on Windows (opengl-V04-00-01).
1465- Removed redundant code in GNUmakefiles in OPACS, OpenGL, OpenInventor, VRML.
1466- Improved README.adding_graphics_system.
1467
146823rd February 2002  John Allison (vis-V04-00-02)
1469- Bug fix in modeling, which was causing nested calls to Begin/EndPrimitives.
1470
14714th February 2002  Joseph Perl  (vis-V04-00-01)
1472- HepRep: Check for missing hierarchy layers in HepRepXMLWriter.
1473  (Not strictly needed since have a culled layer check in SceneHandler,
1474  but may be useful in other applications of HepRepXMLWriter).
1475
14763rd February 2002  Joseph Perl
1477- HepRep: Detect transient data by testing for
1478  !fpCurrentPV || fReadyForTransients
1479  rather than just fReadyForTransients
1480
14811st February 2002  Joseph Perl
1482- Improvements to HepRep:
1483- Defer file opening until first real HepRepType is to be written.
1484- Moved HepRep code from AddThis to AddPrimitive.
1485- Add additional levels to hierarchy if any appear to have been
1486  removed by culling.
1487- Add visibility attribute.
1488
148929th January 2002  Joseph Perl
1490- Relocate HepRep file-opening logic to constructor and ShowView
1491  (had been in SetView).
1492
149328th January 2002  vis-V03-02-23 Joseph Perl
1494- Improvements to HepRep:
1495- Produce hierarchical output rather than flat HepRepType structure.
1496- Handle trajectories as well as detector geometry.
1497- Output files now named G4Data<n>.heprep where n increments with each open.
1498
149914th January 2002  vis-V03-02-22 Joseph Perl
1500- Corrected handling for already open file in HepRepXMLWriter.
1501
150201th December 2001 vis-V03-02-21 Satoshi Tanaka
1503- Code refinements in FukuiRenderer/ directory:
1504  * Noisy warnings for Linux-g++ are suppressed.
1505    (%lg ==> %g etc)
1506  * G4FRSceneFunc.icc is moved from /src to /include
1507
150829th November 2001  John Allison
1509- Fixed some pedantic warnings and a bug thrown up by such in OpenGL.
1510
151128th November 2001  Gabriele Cosmo (visman-V03-02-00 in management only).
1512- Fixed pointer initialisation for porting on VC++ in G4VisCommandsSceneAdd.cc.
1513
151421st November 2001  John Allison  (vis-V03-02-20)
1515- Fixed G4std bug in G4HepRepFileSceneHandler.hh.
1516- Fixed "hides the virtual function" warnings from G4HepRepFileSceneHandler.
1517- Change to comments in G4XXXSceneHandler.hh.
1518
151919th November 2001  John Allison  (vis-V03-02-19 needs config-V03-02-09+)
1520- Cosmetic changes to HepRep.
1521
152216th November 2001  John Allison
1523- Added G4XXXDEBUG to XXX dummy system.
1524
152514th November 2001  John Allison
1526- Fixed bug in G4VisManager::EndOfEvent.
1527- Moved code from G4VisManagerRegisterMessengers.cc to G4VisManager.cc and
1528  removed G4VisManagerRegisterMessengers.cc.
1529
153014th November 2001  Guy Barrand
1531- OpenInventor : move HEPVis/SoWindow under vis/OpenInventor/G4SoWindow
1532  to prepare HEPVis/6.0. (HEPVis/SoWindow will disappear from HEPVis/6.0).
1533
153414th November 2001  John Allison
1535- Added README.built_in_commands.
1536
153713th November 2001  Satoshi Tanaka
1538- visualization/README file is updated, adding minimal description
1539  on the HepRepFile driver.
1540
154112th November 2001  John Allison  (vis-V03-02-18 needs config-V03-02-09)
1542- Fixed some warnings and one error from gcc-2.95.2.
1543- HepRep Type names now come from Physical Volume names (Joseph Perl).
1544- Added many HepRep Attributes for other volume properties (Joseph Perl).
1545
154613th Nov 2001 (JST)  Hajime Yoshida and Minamimoto (vis-V03-02-17)
1547- Updation of G4RTJpegMaker.cc for Windows platform (raytracer-V03-02-01).
1548
15497th November 2001  John Allison  (vis-V03-02-16 needs config-V03-02-09)
1550- Corrected compilation error.
1551
15526th November 2001  John Allison  (vis-V03-02-15 needs config-V03-02-09)
1553- Added /vis/viewer/flush = refresh + update.
1554- Moved /vis/viewer/lights and viewpoint to /vis/viewer/set.
1555- Added /vis/viewer/set/upThetaPhi and upVector.
1556- Added refresh|flush option to /vis/scene/notifyHandlers.
1557- Moved HepRepFile classes to HepRep/ directory and removed HepRep classes
1558  therein.
1559
15601st October 2001  Joseph Perl
1561- Added first version of pure C++ HepRep driver, HepRepFile.
1562  See HepRep/README for details.
1563
156410th September 2001  John Allison  (needs greps-V03-02-04)
1565- (Non-standard tag JA-RAEOE.)
1566
156710th September 2001  John Allison  (not tagged but needs greps-V03-02-04)
1568- Added BeginOfRun, BeginOfEvent and EndOfRun to G4VisManager, invoked via
1569  G4VisStateDependent.
1570- Improved handling of refresh-at-end-of-event.  All scene handlers need to
1571  implement ClearTransientStore and ensure rebuilding of permanent store if
1572  necessary.
1573- Auto-refresh (notifyHandlers) after attaching scene.
1574- Changed default colour of scale to red and fixed a couple of small bugs in
1575  the implementation of AddPrimitive(G4Scale).
1576- Improved verbosity guidance.
1577- Improved /vis/scene/add/scale guidance (needs greps-V03-02-04).
1578- Removed /vis/viewer/refresh from compound commands.
1579- Capitalised 'R' in /vis/viewer/set/autoRefresh.
1580
158129th August 2001  John Allison/Joseph Perl  (vis-V03-02-14)
1582- Needs config-V03-02-06.
1583- First developers release of HepRep graphics driver.
1584
158524th August 2001  Joseph Perl  (vis-V03-02-13-00)
1586- First inclusion of HepRep graphics driver.
1587
158824th August 2001  John Allison  (vis-V03-02-13)
1589- Fixed bugs in G4VisManager::GeometryHasChanged.
1590- Separated out G4Scene::CalculateExtent.
1591- Improved robustness and timeliness of invocation of some commands.
1592- Improved READMEs.
1593- Reduced warnings from OpenGL - see OpenGL/History.
1594- Cosmetic changes to test.
1595- Added explicit invocation of base class methods to avoid warnings about
1596  hiding of base class methods.
1597
159817th August 2001  John Allison  (vis-V03-02-12)
1599- Coworks with greps-V03-02-02 and intercoms-V03-02-04.
1600- Added G4VisManager::Draw(const G4Scale&,...  Needs intercoms-V03-02-04.
1601- Added template graphics system XXX.
1602- Improved verbosity guidance.
1603
160414th August 2001  John Allison  (vis-V03-02-11)
1605- Coworks with greps-V03-02-02 and intercoms-V03-02-03.
1606- Moved default value G4Transform3D::Identity of argument from
1607  G4VSceneHandler::BeginPrimitives to
1608  G4VGraphicsScene::BeginPrimitives.  Needs intercoms-V03-02-03.
1609- Fixed bug in G4VSceneHandler::AddPrimitive(const G4Scale&).  Needs
1610  greps-V03-02-02.
1611- Added sceneHandler.Begin/EndPrimitives messages to models (long
1612  standing bug!).
1613- Removed "dummy" graphics systems in G4VisManager.cc.
1614- Improved robustness of some commands, particularly
1615  /vis/scene/notifyHandlers.
1616- Improved support for multiple viewers (but see OpenGL/History).
1617
161811th August 2001  John Allison  (vis-V03-02-10-01)
1619- Implemented /vis/scene/endOfEventAction.
1620
16219th August 2001  John Allison  (vis-V03-02-10-00)
1622- Note: non-standard tag to indicate internal use only.
1623- Added /vis/scene/create at start of compound command /vis/open to avoid
1624  warnings.
1625- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
1626  textual or graphical representation of the geometry hierarchy is now
1627  done in G4xxxTree classes in visua;ization/Tree.
1628- Removed /vis/scene/notifyHandlers from
1629  G4VVisCommandScene::UpdateVisManagerScene - too much updating going on.
1630  It was leading to recursive refreshing/updating.
1631- Implemented auto-refresh at end of event.  (See also OpenGL/History.)
1632  Introduced G4VSceneHandler::Get/SetMarkForClearingTransientStore for
1633  postponed (lazy) clearing of transients (e.g., trajectories) from store
1634  (graphical database) and view.  The mark is set at the end of
1635  G4VisManager::EndOfEvent and the actual clearing is done in:
1636    void G4VisManager::ClearTransientStoreIfMarked(){
1637      // Assumes valid view.
1638      if (fpSceneHandler->GetMarkForClearingTransientStore()) {
1639        fpSceneHandler->SetMarkForClearingTransientStore(false);
1640        fpSceneHandler->ClearTransientStore();
1641      }
1642    }
1643  which is called at the start of each G4VisManager::Draw and the beginning
1644  of G4VisManager::EndOfEvent.  Thus the picture stays from the end of all
1645  drawing for the event until the first drawing of the next event.
1646   
16475th August 2001  John Allison
1648- Small refinements to printing under new verbosity control.
1649
16504th August 2001  John Allison  (vis-V03-02-10)
1651- Re-implemented verbosity control.  Output statements wherever possible
1652  are controlled by the verbosity in a simple graded message scheme:
1653    enum Verbosity {
1654      quiet,         // Nothing is printed.
1655      startup,       // Startup and endup messages are printed...
1656      errors,        // ...and errors...
1657      warnings,      // ...and warnings...
1658      confirmations, // ...and confirming messages...
1659      parameters,    // ...and parameters of scenes and views...
1660      all            // ...and everything available.
1661    };
1662  Note that the G4VisManager member object name and type have changed:
1663    Verbosity             fVerbosity;  // New.
1664    const G4int           fVerbose;
1665    // fVerbose is kept for backwards compatibility for some user
1666    // examples.  (It is used in the derived user vis managers to print
1667    // available graphics systems.)  It is initialised to 1 in the
1668    // constructor and cannot be changed.
1669
16703rd August 2001  John Allison
1671- Added README.quick, a quick installation guide.
1672
167330th July 2001  John Allison  (vis-V03-02-09)
1674- Eliminated view parameters from G4VisManager.  Now, each view maintains its
1675  own parameters.  Can be copied from one view to another with:
1676    /vis/viewer/set/all <from-viewer-name>
1677    Copies view parameters from from-viewer to current viewer.
1678    Affects current viewer.
1679- Removed redundant methods from G4VisManager, mostly to do with old-style
1680  commands.
1681
168227th July 2001  John Allison  (vis-V03-02-08)
1683- Needs config-V03-02-01.
1684- Introduced environment variable G4VIS_NONE that, if set, no visualization
1685  drivers are built and no vis libraries are built, not even
1686  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
1687  variables G4VIS_BUILD and G4VIS_USE are *not* set.
1688- Removed the need to specify environment variables for visualization drivers
1689  which do not need external packages or libraries, namely :
1690      G4VIS_BUILD_DAWNFILE_DRIVER
1691      G4VIS_BUILD_RAYTRACER_DRIVER
1692      G4VIS_BUILD_VRMLFILE_DRIVER
1693      G4VIS_BUILD_ASCIITREE_DRIVER
1694      G4VIS_BUILD_GAGTREE_DRIVER
1695    with associated G4VIS_USE environment variables:
1696      G4VIS_USE_DAWNFILE
1697      G4VIS_USE_RAYTRACER
1698      G4VIS_USE_VRMLFILE
1699      G4VIS_USE_ASCIITREE
1700      G4VIS_USE_GAGTREE
1701  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
1702  C-pre-processor variables are automatically set.  Also, the C-pre-processor
1703  variables G4VIS_BUILD and G4VIS_USE are set.
1704- As before, environment variables for other drivers still need positive
1705  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
1706  category are:
1707      G4VIS_BUILD_DAWN_DRIVER
1708      G4VIS_BUILD_OPACS_DRIVER
1709      G4VIS_BUILD_OPENGLX_DRIVER
1710      G4VIS_BUILD_OPENGLWIN32_DRIVER
1711      G4VIS_BUILD_OPENGLXM_DRIVER
1712      G4VIS_BUILD_OIX_DRIVER
1713      G4VIS_BUILD_OIWIN32_DRIVER
1714      G4VIS_BUILD_VRML_DRIVER
1715    with associated G4VIS_USE environment variables:
1716      G4VIS_USE_DAWN
1717      G4VIS_USE_OPACS
1718      G4VIS_USE_OPENGLX
1719      G4VIS_USE_OPENGLWIN32
1720      G4VIS_USE_OPENGLXM
1721      G4VIS_USE_OIX
1722      G4VIS_USE_OIWIN32
1723      G4VIS_USE_VRML
1724  In this case G4VIS_NONE must *not* be set.
1725- Fixed unchecked pointer in G4VSceneHandler::ClearStore().
1726
172725th July 2001  John Allison  (vis-V03-02-07)
1728- Improved access to models (modeling-V03-02-03).
1729- Made G4VSceneHandler::fpModel non-const G4VModel* for convenience.
1730- Improved checks and warning messages in /vis/scene/add/scale.
1731
173224th July 2001  John Allison  (vis-V03-02-06)
1733- Needs greps-V03-02-01 for small interface change to G4Scale.
1734- Includes modeling-V03-02-02.
1735- Force rebuild of graphics "stores" (graphical databases) and, if
1736  auto-refresh is true, refresh of all views
1737  (/vis/scene/notifyHandlers) after an addition to scene.
1738- Improvements to /vis/scene/add/scale:
1739  o Added colour.
1740  o Assigned a genuine extent.
1741
174223rd July 2001  John Allison  (vis-V03-02-05 is non existent - sorry!!!)
1743- Improved /vis/scene/add/scale.
1744- Improved auto-refreshing.
1745
174621st July 2001  John Allison  (vis-V03-02-04)
1747- Added /vis/scene/add/scale.  Needs greps-V03-02-00 and intercoms-V03-02-02.
1748
174919th July 2001  Satoshi Tanaka  (vis-V03-02-03)
1750- Modification of G4DAWNFILEViewer.cc
1751- PostScript command "showpage" is always added to g4_XX.eps
1752  so that it is printable. (It can also be inserted into
1753  LaTeX documents.
1754
175518th July 2001  John Allison  (vis-V03-02-02)
1756- Ensured rotation and translation of replica is restored (modeling-V03-02-00)
1757  (fixes crashes in replica tracking).
1758
175914th July 2001  John Allison  (vis-V03-02-01)
1760- Included raytracer-V03-02-00 (minor cosmetics).
1761- Minor changes in G4OpenGLXViewer.cc to eliminate pedantic ISO C++ warnings.
1762- Merged vis-V03-02-patch01 (below) to head.
1763- Included new disclaimer.
1764
176514th July 2001  John Allison (vis-V03-02-patch01 in branch geant4-03-02-branch)
1766- Fixed crash in optimised mode: added Initialise() to viewers so
1767  that windows are opened after viewers are fully constructed.
1768
176910th July 2001  John Allison  (vis-V03-02-00)
1770- Removed old-style commands.
1771- Removed maintenance of G4VisManager's G4ViewParameters object (this
1772  will be removed soon).
1773- Merged vis-V03-02-patch00 (below) to head.
1774
177510th July  John Allison  (vis-V03-02-patch00 in branch geant4-03-02-branch)
1776- Corrected mistake which could cause crash if user specified a non-
1777  existent scene handler in /vis/sceneHandler/remove.
1778
177919th June 2001  Satoshi Tanaka (vis-V03-01-07)
1780-OS dependence is removed from the DAWN-network driver.
1781 * gethostname() removed
1782 * G4SocketConfig.hh and G4SocketMacro.hh are removed.
1783- Now "setenv G4DAWN_HOST_NAME hostname" is mandatory to use
1784  the DAWN-network driver.
1785
178615th June 2001  John Allison
1787- Added GAGTree to G4VisManager.cc, MyVisManager.cc.  Need corresponding
1788  changes in config.
1789
179015th June 2001  John Allison (vis-V03-01-06)
1791- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
1792  G4GAGTreeSceneHandler.
1793
179415th June 2001  Satoshi Tanaka (vis-V03-01-05)
1795- The  first committing of GAGTree driver.
1796- Other files in ./Tree/ are the same as vis-V03-01-04.
1797
17985th June 2001  John Allison (vis-V03-01-04)
1799- Moved re-useable code from G4ASCIITree to G4VTree.
1800- Made sure all pointers in G4VisManager are initialised on construction.
1801
18024th June 2001  John Allison
1803- G4ASCIITree: Added logical volume name and solid name and type under
1804  verbosity control.
1805- G4ASCIITree: Forced culling off so that all volumes are seen, even if
1806  "invisible".
1807
180829th May 2001  John Allison
1809- Small clean up in test directory.
1810
181125th May 2001  John Allison
1812- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
1813
181424th May 2001  John Allison  (vis-V03-01-03)
1815- Added missing files G4ASCIITreeMessenger.hh/cc.
1816- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
1817- Drivers in alphabetical order in MyVisManager.cc.
1818
181923rd May 2001  John Allison
1820- Eliminated Linux pedantic warnings, except FukuiRenderer, VRML and OPACS.
1821
182222nd May 2001  John Allison
1823- Refined ASCIITree.
1824
182521st May 2001  John Allison (vis-V03-01-02)
1826- Minor bug corrections (mostly to fix things that used to work with the
1827  old /vis~/ commands but ceased to work with the new /vis/commands:
1828  o If a scene is empty at drawing time, the "world" is added.
1829  o Window size hint now works for OpenGL.
1830- Fixed some minor warnings for strict C++ (size_t, etc.).
1831
183218th May 2001 John Allison
1833- Removed unnecessary virtual inheritance of G4VViewer in G4RayTracerViewer.
1834- Introduced verbosity to ASCIITree.
1835- Proper deletion of directories in G4VisManagerRegisterMessengers.
1836
183715th May 2001 John Allison
1838- Fixed bug in name of /vis/viewer/set/sectionPlane command.
1839
18403rd May 2001 John Allison (vis-V03-01-01)
1841- Changes for greps-V03-01-01 (elimination of RW).
1842- Improvements in /vis/scene/add/volume.
1843- Added /vis/drawTree.
1844
184510th April 2001  John Allison (vis-V03-01-00)
1846- Added two new commands:
1847    /vis/scene/add/text
1848    /vis/scene/add/axes
1849- Added first version of ASCIITree to dump geometry hierarchy to
1850  standard output as ASCII stream.
1851  This requires two new environment variables:
1852    G4VIS_BUILD_ASCIITREE_DRIVER
1853    G4VIS_USE_ASCIITREE
1854  and config-V03-01-00.
1855
18562nd April 2001  John Allison
1857- Tidied OpenGL (opengl-V03-00-01) - see OpenGL/History.
1858
18592nd April 2001  John Allison  (vis-V03-00-09)
1860- Fixed some warnings from DEC cxx.
1861
186215th March 2001  John Allison  (vis-V03-00-08)
1863- Changed rotation of phi-replicas in G4PhysicalVolumeModel.cc to
1864  ensure correspondence with rule that phi=0 bisects the replica.
1865  WARNING: Prior to this fix the graphics did NOT correspond to the
1866  replica navigation.  If you have been relying on the graphics to
1867  position daughter volumes in a phi-replica, navigation will have
1868  been incorrect, possibly without causing a crash.  The above fix
1869  will change the apparent position as shown by the graphics and you
1870  will have to correct the positioning of daughters.  Make sure the
1871  diaghters are all properly enclosed within the replica.  Graphics
1872  and navigation now correspond,
1873
18747th March 2001  John Allison  (vis-V03-00-07)
1875- Cosmetic corrections for ISO compliance.
1876
187723rd February 2001  John Allison  (vis-V03-00-06)
1878- Removed all references to RogueWave.
1879
18804th February 2001  John Allison  (vis-V03-00-05)
1881- Reverted to /vis/viewer commands updating vis manager's view parameters.
1882  Otherwise this can have a big effect on users if old commands are still
1883  being used.  Let's schedule this change for the next version of Geant4.
1884- Added the following new commands:
1885  /vis/enable [true|false]
1886  /vis/disable
1887  /vis/verbose [<verbosity-integer>]
1888  /vis/viewer/set/lineSegmentsPerCircle  [<number-of-sides-per-circle>]
1889  /vis/viewer/set/sectionPlane ...
1890  Only /vis/scene/add/text and /vis/scene/add/axes to go!!!
1891
18924th February 2001  John Allison  (vis-V03-00-04)
1893- /vis/viewer commands no longer update vis manager's view parameters.
1894- Most /vis~/ copmmands give DEPRECATED warning, except:
1895  /vis~/draw/axes
1896  /vis~/draw/text
1897  /vis~/set/section_plane
1898  /vis~/set/sides
1899  /vis~/set/verbose
1900  which have still to be re-implemented.  All /vis~/ commands are still
1901  available through /vis/ for the time being.  (Window size hint no longer
1902   works.)
1903- Added "auto refresh" to view parameters.
1904- Added "default" view parameters to viewers.
1905- Made OpenGL viewers "auto refresh" by default.
1906- Added:
1907  /vis/viewer/set/autoRefresh
1908  /vis/viewer/set/projection
1909- Added compound command:
1910  /vis/drawView [<theta-deg>] [<phi-deg>]
1911                [<pan-right>] [<pan-up>] [<pan-unit>]
1912                [<zoom-factor>]
1913                [<dolly>] [<dolly-unit>]
1914
19154th February 2001  John Allison  (vis-V03-00-03)
1916- Added several new vis commands:
1917  /vis/viewer/dolly
1918  /vis/viewer/dollyTo
1919  /vis/viewer/lightsThetaPhi
1920  /vis/viewer/lightsVector
1921  /vis/viewer/pan
1922  /vis/viewer/panTo
1923  /vis/viewer/viewpointThetaPhi
1924  /vis/viewer/viewpointVector
1925  /vis/viewer/zoom
1926  /vis/viewer/zoomTo
1927  /vis/viewer/set/hiddenMarker
1928  /vis/viewer/set/lightsMove
1929
19303rd February 2001  John Allison  (vis-V03-00-02)
1931- Tidied for CodeWizard.  Small changes to many files in management, modeling
1932  and OpenGL.
1933
19341st February 2001  John Allison  (vis-V03-00-01)
1935- Fixed cause of crash when setting viewpoint before creating scene (Bug #157).
1936  Solution: SetView no longer called when view parameters are changed.  In
1937  any case it's called just before drawing, whixh is the right place.
1938- Fixed /vis/set/sides problem (Satoshi Tanaka) (Bug #204).
1939  Solution: Update view's view parameters in /vis/set/sides - had somehow
1940  been overlooked.
1941
194225th January 2001  John Allison
1943- Added protection against empty G4Polyhedron objects.
1944   FukuiRenderer/src/G4FRSceneFunc.icc
1945   OPACS/src/G4GoSceneHandler.cc
1946   OpenGL/src/G4OpenGLSceneHandler.cc
1947   OpenInventor/src/G4OpenInventorSceneHandler.cc
1948   VRML/src/G4VRML1SceneHandlerFunc.icc
1949   VRML/src/G4VRML2SceneHandlerFunc.icc
1950
195125th January 2001  John Allison  (opengl-V03-00-00)
1952- Fixed Bug #120.  Implemented running re-calculation of up-vector in
1953  the case of "object rotation" (lights move with camera) to prevent
1954  "flipping" of view when camera passes through up-vector.  Note that
1955  the default is "camera rotation" (lights do not move with camera,
1956  i.e., remain fixed relative to object) so the default is that this
1957  "flipping" can happen.  To set "object rotation" (lights move with
1958  camera) use /vis/lights/move_with_camera true (soon to be
1959  /vis/viewer/set/lights move-with-camera) or click "Object" radio
1960  button on Rotation Panel in OpenGLXm mode.
1961- Changed some objects to references for efficiency.  E.g.:
1962  const G4Vector3D& vp = pView->fVP.GetViewpointDirection ().unit ();
1963
196418th January 2001  John Allison
1965- Corrected G4PhysicalVolumeModel.  This corrects a bug whereby the
1966  requested drawing of a physical volume and its decendants starting
1967  at a depth greater than 2 was incorrectly positioned on the screen.
1968- /vis/scene/include commands withdrawn - use equivalent commands
1969  /vis/scene/add.
1970- OpenGL: cosmetic and minor performance improvements.
1971
197216th January 2001  John Allison  (vis-03-00-00)
1973- All vis commands "available" in all G4 states.
1974- Other small cosmetic changes to commands.
1975- OpenGL: square and circle markers correctly rendered.
1976  Note: subsequent rotations in stored mode also rotate these markers.
1977- Some small changes to test  - see test/History.
1978
19792nd November 2000  Gunter Folger  (vis-V02-00-02)
1980- Added targets includes and clean_libs to visualization/GNUmakefile.
1981
198218th October 2000  John Allison  (vis-V02-00-01)
1983- G4PhysicalVolumeModel: protected against volumes without material.
1984- Removed /vis/viewer/update from compound commands /vis/drawVolume
1985  and /vis/specify.
1986- Updated comments in G4VisManagerRegisterMessengers.cc.
1987
198819th August 2000  John Allison  (vis-V02-00-00)
1989- Fixed bug in /vis/lights/direction - now does not refresh view.
1990- Corrected "scene" where it should read "scene handler" in some
1991  comments and output statements.
1992
19933rd July 2000  John Allison
1994- Explicitly initialised all data members of G4ViewParameters in constructor.
1995
19969th June 2000  John Allison  (vis-V01-01-06)
1997- Tagged for system testing.
1998
19998th June 2000  Guy Barrand
2000- OPACS/src/G4GoSceneHandler.cc : correct polyhedron
2001  wire-frame in order to remove some edges. Now the
2002  rendering is the same than for OpenGL driver.
2003   This was requested for long by ALICE, and had been
2004  requested for ATLAS by Gaston Parrour recently.
2005
20067th June 2000  John Allison
2007- /vis/viewer/update preferred, synonym /vis/viewer/show deprecated.
2008
20097th June 2000  Makoto Asai
2010- Fix the flip view of RayTracer.
2011
20122nd June May 2000  John Allison
2013- Forced /control/verbose 2 for compound commands.
2014
201520th May 2000  John Allison
2016- Bug fix in G4PhysicalVolumeModel for replicas (Guy Barrand).
2017
201826 May 2000  Guy Barrand
2019- management/src/G4VisCommandsScene.
2020  Protect against a null pointer for aScene in NotifyHandlers::SetNewValue.
2021- OPACS/src/G4WoViewer.cc :
2022  Change camera name checking so that a viewer created
2023  by the GUI (Wo) could be hooked.
2024- OPACS/src/G4GoSceneHandler.cc :
2025  Change circle rendering.
2026- OpenInventor/G4OpenInventorSceneHandler : protect against null pointers.
2027
202822nd May 2000  John Allison  (vis-V01-01-05)
2029- Many bug fixes from in OpenGL (opengl-V01-01-00) - see OpenGL/History.  Main
2030  features:
2031  o workaround for bug in Mesa which slowed OpenGLXm (Guy Barrand).
2032  o multiple OpenGLXm windows no longer cause crash on exit (Guy).
2033- modeling-V01-01-00: Added G4VTreeGraphicsScene (DTREE).
2034- G4Scene::IsEmpty if empty of RunDurationModels - VisManager adds world in
2035  this case.
2036
203718th/19th May 2000  John Allison
2038- Introduced some /vis/viewer/set commands.
2039- /vis/scene/include/trajectories changed to /vis/scene/add/trajectories.
2040  Similarly hits.  (Old commands kept but deprecated.)
2041- G4ViewParameters.cc: bug fix in density culling printing.
2042- G4VisCommandsSceneHandler.cc: bug fix in /vis/sceneHandler/create.
2043- G4VisManagerRegisterMessengers.cc: improved comments.
2044
204518th May 2000  John Allison  vis-V01-01-04
2046- Included DAWN-V01-01-04: Automatic filename incrementation is made default.
2047
204815th May 2000  John Allison
2049- Added compound commands /vis/open, /vis/drawVolume and /vis/specify.
2050- /vis/viewer/reset now resets *all* view parameters.
2051- Fixed double application of transformation in /vis/scene/add/volume.
2052- Fixed verbosity parameter in /vis/scene/list.
2053- Made G4BoundingSphereScene::PreAddThis non-inline.
2054
205513th May 2000  John Allison
2056- Redefined current target point to be *relative* to standard target point.
2057  (No longer necessary to initialize current target point in G4VViewer
2058  constructor.  The fix of 4th May is reversed.)
2059
206011th May 2000  Satoshi Tanaka vis-V01-01-03
2061- In G4DAWNFILEViewer.cc,
2062  <       strcpy( fPSViewer, "ghostview" );
2063  ---
2064  > //    strcpy( fPSViewer, "ghostview" );
2065  >       strcpy( fPSViewer, "gv" );
2066
2067
20684th May 2000  John Allison
2069- Tidied comments in G4VisManagerRegisterMessengers.cc.
2070- Initialize current target point in G4VViewer constructor.
2071- Re-implemented /vis/viewer/reset to change view parameters of
2072  viewer directly.
2073
20742nd May 2000  John Allison  vis-V01-01-02
2075- Added /vis/viewer/reset.
2076- G4VSceneHandler, G4VViewer, G4OpenGLXmMainMenubarCallbacks: corrected
2077  some name anomolies - "scene" was still being used in places where it
2078  meant "scene handler".
2079- G4VViewer: added GetShortName(), corrected SetName(...).
2080- G4ViewParameters.hh: improved class description.
2081- G4VisManager: added ViewerShortName(...) and GetViewer(...) utilities.
2082- G4RayTracer: set out-of-world ray to black.
2083- G4RayTracerViewer: corrected trapping of orthogonal projection.
2084- Some minor enhancements to tests.
2085
208627th April 2000  Gabriele Cosmo
2087- Removed unnecessary #include "G4Transform.hh" from VRML.  (Since
2088  geometry-V01-01-02 G4Transform.hh no longer exists.) 
2089
209027th April 2000  John Allison
2091- Updated README file.
2092
209312th April 2000  John Allison  vis-V01-01-01
2094- Made G4PhysicalVolumeModel::DescribeSolid virtual.
2095- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
2096  solids - now programmed into CompositeSolid::CreatePolyhedron, where
2097  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
2098  G4UnionSolid.
2099- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
2100  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
2101- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
2102  components of composite solids as white forced-wireframe objects.
2103- Removed unnecessary #includes from G4VSceneHandler.hh which required
2104  consequent inclusion in many other scene handlers and viewers.
2105
21067th April 2000  John Allison  vis-V01-01-00
2107- Modified GNUmakefiles for restructured geometry.
2108
210929th February 2000  John Allison  vis-V01-00-06
2110- Changed `char*' to `const char*' in G4FRClientServer::Err(...).
2111
211228th February 2000  John Allison
2113- Cosmetic improvements to G4RayTracerSceneHandler.hh and G4RayTracerViewer.hh.
2114
211524th February 2000  John Allison
2116- Minor inmprovement of messages from /vis/viewer/refresh.
2117- Cosmetic tidying in G4OpenGLViewer.cc.
2118- Added protection for null viewer in G4RTSteppingAction.cc and
2119  G4RayTrajectory.cc.
2120- Corrected for zoom, etc., in G4RayTracerViewer.cc.
2121
212223rd February 2000  John Allison
2123- Added G4RayTracerSceneHandler and Viewer.
2124- Some modifications to other RayTracer routines for vis compliance.
2125- (Note: headAngle still not right - ray traced views are sometimes tipped.)
2126
212723rd February 2000  John Allison  vis-V01-00-05
2128- Includes raytracer-V01-00-01a which is original version plus fixes for
2129  ISO compliance.
2130
213121st February 2000  John Allison
2132- /vis/viewer/refresh no longer invokes ShowView().
2133- G4VViewer: introduced data member fShortName.
2134- Added G4RTSteppingAction and G4RayTrajectory to list of G4VisManager's
2135  friends.
2136- Improved G4VisManager::CreateSceneHandler() and CreateViewer() and
2137  handling of error in G4VisCommandSceneHandler::Create() and
2138  G4VisCommandViewer::Create().
2139- OpenGL: char* becomes const char*.  Small output text improvement.
2140- test: some changes for Ray Tracer.  Boolean intersection instead of union.
2141
214202 February 2000  Guy Barrand
2143- OPACS/src/G4XoViewer.cc : change WaitForNotify signature to
2144  be able to compile with DEC-cxx 6.1.
2145
2146vis-V01-00-04 29th January 2000  Satoshi Tanaka
2147- CVS tag is assigned to the Makoto's committing below.
2148
214929th January 2000  Makoto Asai
2150- Introduction of G4RayTracer (visualization/RayTracer/...)
2151- Migration of G4RayTracer
2152  affected files :
2153    visualization/GNUmakefile
2154    visualization/management/include/MyVisManager.cc
2155    visualization/management/src/G4VisManager.cc
2156  affected files in other directory :
2157    config/G4VIS_BUILD.gmk
2158    config/G4VIS_USE.gmk
2159
2160vis-V01-00-03  17th January 2000  John Allison
2161- Added protection for no voxelisation in G4LogicalVolumeModel.cc.
2162- Changed endl to G4endl in G4VisCommandsViewer.cc and G4GoSceneHandler.cc.
2163
216414th January 2000  John Allison
2165- Added protection for no viewer in G4VisCommandsViewer.cc.
2166
2167vis-V01-00-02  11th January 2000  John Allison
2168- General handling of displaced solid (G4PhysicalVolumeModel).
2169- Introduced /vis/viewer/show (/vis/viewer/update is synonym).
2170- Improved printing in /vis/camera/reset.
2171
2172vis-V01-00-01  27th December 1999  Satoshi Tanaka
2173- VRML-V01-00-00 27th December 1999  Satoshi Tanaka
2174- G4endl ==> "\n" for fDest objects ... for ISO standard C++ compiler
2175
2176vis-V01-00-00  16th December 1999  John Allison
2177- (Note: NOT FOR SYSTEM TESTING - this tag still has problems with
2178   displaying logical volumes and text.)
2179- Added /vis/viewer/refresh.
2180- Rationalised command lists for keeping parameter lists up to date,
2181  G4VVisCommand::sceneNameCommands, etc.
2182- Added AddThis(const G4Polycone&), etc., to prevent hiding warnings.
2183- Developments in test - see test/History.
2184
2185vis-V00-01-14a  7th December 1999  John Allison
2186- Added `class' keyword in friend statement in G4VisStateDependent.hh
2187  to keep HP happy.
2188
2189vis-V00-01-14  6th December 1999  John Allison
2190- Invert rotation of boolean component in G4PhysicalVolumeModel.cc.
2191
2192vis-V00-01-13  Satoshi TANAKA  Dec 01, 1999
2193- DAWN-V00-01-08
2194- Removed implicit casting from the previous updation
2195
2196vis-V00-01-12  Satoshi TANAKA  Nov 30, 1999
2197- DAWN-V00-01-06
2198- Fixing improper definition of alpha1, alpha2
2199
2200vis-V00-01-11  29th November 1999  John Allison
2201- Introduced helper class G4VisStateDependent to decouple G4VisManager from
2202  G4StateManager, G4RunManager, etc.
2203- Archived old directoris inside test subdirectory.
2204
2205vis-V00-01-10  25th November 1999  John Allison
2206- Adapted relevant header files of modeling and management for
2207  Software Reference Manual.
2208
2209vis-V00-01-09  23th November 1999  Satoshi Tanaka
2210- Protection to ill-defined G4Trap in AddThis()
2211
2212vis-V00-01-08  10th November 1999  John Allison
2213- Added capability of viewing Boolean solids - coworks with geometry-V00-01-01.
2214- Fixed bug in G4VViewer to maintain proper status of fNeedKernelVisit.
2215- Added Boolean solids to test/src/MyDetectorConstruction.cc.
2216- Added circle to represent end of step in test/src/MySteppingAction.cc.
2217
2218vis-V00-01-07  5th November  John Allison
2219- Added /vis/viewer/update [<viewer-name>].
2220- Some groundwork for /vis/scene/edit.
2221- Added additional check in G4VisManager::IsValidView().
2222- G4VSceneHandler::ClearStore() invokes fpViewer -> NeedKernelVisit().
2223  (After a clear of the graphical database it is necessary to do this.
2224  So if a derived class redefines, it must still invoke this base
2225  class method.
2226- G4Scene::AddRunDurationModel(), AddWorldIfEmpty(), AddEndOfEventModel():
2227  avoid duplicate models and flag with G4bool return argument.
2228- G4VisCommandsSceneAdd: respect the above G4bool return value.
2229- G4Scene::AddRunDurationModel(): remove temporary workaround for old CLHEP
2230  non-const problem.
2231- Added 3rd template argument of map (to keep Sun CC 4.2 happy) in
2232  G4OpenGLStoredSceneHandler.hh and G4OpenInventorSceneHandler.hh.
2233- G4OpenGLStoredSceneHandler::ClearStore() and
2234  G4OpenInventorSceneHandler::ClearStore() invoke base class function
2235  G4VSceneHandler::ClearStore().
2236
2237VRML-V00-01-01 4th November 1999  Satoshi Tanaka
2238- Introduction of VRMLBeginModeling() for new vis commands 
2239- Updation and tagging of visualization/VRML/
2240  and this History file
2241
2242DAWN-V00-01-04  04th November 1999 Satoshi TANAKA 
2243- Protection to AddPrimitive( G4NURBS )
2244- Updation and tagging of visualization/FukuiRenderer/
2245  and this History file
2246
2247DAWN-V00-01-03  02nd November 1999 Satoshi TANAKA
2248- Updation and tagging of visualization/FukuiRenderer/
2249  and this History file
2250- Environmental variable G4DAWN_MULTI_WINDOW is
2251  renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
2252  (G4DAWN_MULTI_WINDOW  still works for a while.)
2253
2254DAWN-V00-01-02  01st November 1999 Satoshi TANAKA
2255- Updation and tagging of visualization/FukuiRenderer/
2256  and this History file
2257- Separation of BeginModeling() and FRBeginModeling().
2258  Co-workable with /run/beamOn with the new vis commands.
2259
226029 Oct 1999  Guy Barrand
2261- Modify  G4Xo.cc to not load G4Xo.xrm resource file.
2262  Resource must be grouped in some g4.xrm file.
2263
2264vis-V00-01-06  25th October 1999  John Allison
2265- No longer update view parameters in /vis/scene/add/volume, etc.
2266- Change G4RWTValHashDictionary to G4std::map in G4OpenGLStoredSceneHandler
2267  and G4OpenInventorSceneHandler (needs global-V00-01-03).
2268
226911 Oct 1999  Guy Barrand
2270- G4GoSceneHandler.cc/G4GoSceneHandler::EndPrimitives : modify
2271  the logic of setting the OMatrix for Go objects in order
2272  to avoid the usage of the CLHEP/Rotation.getAngleAxis that
2273  clearly has precision problem on some platforms (at least
2274  Linux and HP-UX).
2275
2276vis-V00-01-05  4th October 1999  John Allison
2277- Implemented /vis/scene/add/logicalVolume.
2278- Added G4LogicalVolumeModel.
2279- Augmented G4PhysicalVolumeModel so G4LogicalVolumeModel could inherit.
2280- Updated G4BoundingSphereScene and G4PhysicalVolumeSearchScene to
2281  implement extra virtual functions in G4VSceneHandler interface.
2282- Moved virtual destructor G4VModel::~G4VModel to non-inline implementation.
2283- Tidied G4VSceneHandler.
2284
2285vis-V00-01-04 30 Sep 1999  Satoshi Tanaka
2286- RW/STL dependence was removed from VRML 1.0 driver
2287
228815 Sep 1999  Guy Barrand
2289- Modify  G4OpenGLStoredSceneHandler.cc to compile on Linux-g++ with STL.
2290
2291vis-V00-01-03  27th August  John Allison
2292- Modified GNUmakefile to prevent building of global libraries.
2293
2294vis-V00-01-02  27th August  John Allison
2295- Eliminate residual references to G4Ray.
2296- Improved some informational printing in G4VisManager::IsValidView.
2297- G4Vis
2298Manager::SetCurrentGraphicsSystem no longer gives spurious warnings.
2299- Improved README (change `gmake global' to plain `gmake').
2300
2301vis-V00-01-01 26th August Satoshi TANAKA
2302- Protection for invalid calling of BeginModeling
2303- .DAWN.history ==> .DAWN_1.history
2304   **** It means DAWN version 3.80a or  after is  required ***
2305
2306vis-V00-01-00  24th August Satoshi TANAKA
2307- Improved README.
2308
2309vis-01-00-15a  3rd July 1999  John Allison
2310- Improved README (Guy).
2311- Corrected a fprintf statement in G4OpenGLXViewer::spewWireframeEPS.
2312
2313vis-01-00-15  29th June 1999  John Allison
2314- Moved #include <rw/tvhdict.h> from G4OpenGLSceneHandler.hh to .cc.
2315- Corrected #ifdef G4VIS_BUILD_OPENGL_DRIVER in G4OpenGLXViewer.hh.
2316
2317vis-01-00-14  19th June 1999  John Allison
2318- Removed references to G4Ray from GNUmakefile.
2319- Archived (cvs removed) all G4Ray files.
2320- Cosmetic change to an output statement in G4VisToOldVisCommands.cc/
2321
2322vis-01-00-13  1st June 1999  John Allison
2323- Updated README for May Release (Satoshi, John).
2324- Removed G4Ray from tag.
2325
232631 Mai 1999  Guy Barrand
2327- G4XoViewer : remove enabling/disabling XoCamera popup menu logic.
2328  In some situation (N03) we were loosing the XoCamera popup menu.
2329- G4XoViewer : correct ClearStore, ClearTransientStore.
2330
2331vis-01-00-12a  26th May 1999  John Allison
2332- G4TrajectoriesModel.cc: (*TC) [iT] -> DrawTrajectory ();
2333
2334vis-01-00-12  25th May 1999  John Allison
2335- Moved global operator != to member function.
2336- Updated OPACS to handle "ClearTransientStore" (Guy).
2337
2338vis-01-00-11  12th May 1999  Guy Barrand
2339- G4VSceneHandler : ClearTransientStore.
2340- G4VisCommandsSceneHandler : protect against a null pointer.
2341- OpenInventor : use HEPVis/SoWindow to create windows (needed
2342  on NT). Implement the a "transient scene graph" for "event"
2343  things. Use fXxx convention for fields.
2344- G4TrajectoriesModeling : do not draw a "marker" at each step by default.
2345
2346vis-01-00-10  10th May 1999  John Allison
2347- Acted upon Code Wizard reports.  Mainly made destructors virtual.
2348
2349vis-01-00-09  28th April 1999  John Allison
2350- Changes for UserAction classes.
2351
2352vis-01-00-08  John Allison
2353- Changes by Paulo Mora de Freitas for decoupling vis from parameterisation.
2354
235518th April 1999  John Allison
2356- Added "defined" after || in VRML1(1)(File).hh.  (Some preprocessors
2357  give an error without it.)
2358
2359vis-01-00-07  15th April 1999  John Allison
2360- Replaced visualization/test/GNUmakefile by a simple one using binmake.gmk.
2361- Added CPPFLAGS += -I$(G4BASE)/intercoms/include to some GNUmakefiles ready
2362    for the move of G4VGraphicsScene to intercoms.
2363
2364vis-01-00-06  29th March 1999  John Allison
2365- Platform dependency fix in G4VisCommandsScene.cc.
2366
2367vis-01-00-05  7th February 1999  John Allison
2368- management: - Added /vis/scene/notifyHandlers.
2369              - Added virtual functions AddThis (const G4Polycone and
2370                G4Polyhedra to G4VSceneHandler
2371              - Moved some code from G4VisManager to G4Scene::AddWorldIfEmpty.
2372              - Various refinements and bug fixes.
2373- modeling: Augmented G4PhysicalVolumeSearchScene and G4BoundingSphereScene
2374            See modeling/History.
2375- OpenGL: - Corrected edgeCount check for triangles in
2376            G4OpenGLSceneHandler::AddPrimitive (const G4Polyhedron&).
2377          - Added (long unsigned int) cast in G4OpenGLXmRotationCallbacks.cc.
2378          - Added SetView and ShowView to G4OpenGLXViewer:
2379              // To force change of context...
2380              void G4OpenGLXViewer::SetView () {
2381                glXMakeCurrent (dpy, win, cx);
2382                G4OpenGLViewer::SetView (); 
2383              }
2384              // Hopefully to get better flushing in DEC OpenGL...
2385              void G4OpenGLXViewer::ShowView () {
2386                glXWaitGL ();
2387                glFlush ();
2388              }
2389
2390
2391vis-01-00-04 11th January 1999  John Allison
2392- Completed change of names from scene to sceneHandler, view to viewer.
2393- Vis manager and scene handlers now keep pointer to scene, rather than a copy.
2394- G4SceneList now a simple G4RWTPtrOrderedVector.
2395- /vis/camera/reset now resets viewpoint direction and up vector.
2396
2397vis-01-00-03 10th January 1999  John Allison
2398- Added flags for viewing geom, hits, digis to G4ModelingParameters.
2399
2400vis-01-00-02  9th January 1999  John Allison
2401- Changed Scene to SceneHandler, View to Viewer.
2402
2403vis-01-00-01  6th January 1999  John Allison
2404- Made G4VisManager::GetInstance() private to prevent inadvertent misuse.
2405- Removed #include GNU_GCC - no longer necessary for egcs.
2406- Continued developing the new commands.
2407
2408vis-00-04-04  16th December 1998  John Allison
2409- test/GNUmakefile for Linux-g++
2410- test/test19.cc - removed g4templates.hh
2411- OpenGL - reverted to 100%.
2412
2413vis-00-04-03  9th December 1998  John Allison
2414- Made /vis/ commands from /vis~/.  The idea is to maintain backwards
2415  compatibility while allowing us to "deprecate" the old commands over
2416  a period of time.  Some of these /vis/ commands respond with "superceded",
2417  i.e., superceded by new commands, but still available in /vis~/.
2418- OpenGL viewing volume increased by 20% to prevent corners being clipped.
2419
2420- 08/12/98 : G.Barrand : OpenInventor : due to
2421  huge load problems on various platforms, init only
2422  the HEPVis things that are needed.
2423
2424vis-00-04-02  30th November 1998  Satoshi Tanaka
2425- G4VRMLFILE_DEST_DIR for customising out file name - see VRML/History.
2426
242729th November 1998
2428- Added CPPFLAGS += -I....electromagnetic/utils/include to test/GNUmakefile.
2429- Added fName to G4SceneData.
2430
2431vis-00-04-01  25th November 1998  John Allison.
2432- G4Ray/GNUmakefile update for move of files in particles.
2433- Added const G4VisAttributes* fpDefaultVisAttributes and access
2434  functions to G4ModelingParameters.
2435- Reverted to default assignment operator and copy constructor for
2436  G4ModelingParameters and G4ViewParameters.
2437- G4PhysicalVolumeModel can now handle invisible daughters.
2438- More new /vis/ commands - depends on intercoms-00-04-01.
2439- G4VScene passes DefaultVisAttributes* to ModelingParameters.
2440
2441vis-00-03-07  23rd November 1998  John Allison.
2442- modeling/GNUmakefile update for move of files in particles (Hisaya).
2443- Removed semi-colon in G4BoundingSphereScene.cc.
2444
2445vis-00-03-06  9th November 1998  John Allison.
2446- Small change to a message in G4VisManager.
2447- VRML refinement - see VRML/History.
2448- Needs greps-00-03-03.
2449
2450vis-00-03-05b  9th November 1998  John Allison.
2451- Merged 6th November changes with vis-00-03-05a
2452- Bug fix in G4VisManager::IsValidView for batch running.
2453- Needs greps-00-03-03.
2454
2455vis-00-03-05a  9th November 1998  Satoshi Tanaka
2456- VRML 2.0 Visualization driver is added to
2457  management/include/MyVisManager.cc.
2458
2459vis-00-03-05  9th November 1998  Satoshi Tanaka
2460- VRML 2.0 Visualization driver is commited:
2461 (1) Generatin of VRML 2.0 format files to describe Geant4 simulation.
2462 (2) Interactive displaying of physiccal-volume names and copy numbers
2463 (3) Interactive displaying of hit positions (displayed strings are
2464     costomizable.
2465 (4) Wireframe drawing style of Geant4 visualization is reflected as
2466     transparency = 0.7.  This value is customizable.
2467     If transparency is 1.0, drawing of detector geometry is skipped,
2468     and hits can be picked easily.
2469
24706th November 1998  John Allison
2471- Implemented basic /vis/viewer commands.
2472- Added `const G4String& name' argument to G4VScene and G4VView constructors.
2473
2474vis-00-03-04  30th October 1998  John Allison
2475- Tagged.
2476
247729th October 1998  Guy Barrand
2478- G4OpenGLXView.hh, G4OpenGLXmView.cc, G4OpenGLXmWindowHandlingCallbacks.cc
2479  in order that things compile and compile without warnings on HP/aCC
2480
248114th October 1998  John Allison
2482- Augmented the new /vis/ commands.  Still not complete but they
2483  co-work with the old commands.
2484- Changed char* fName to G4String fName in G4VScene and G4VView.
2485  Consequent changes in G4OpenGLView.  Also OpenInventor?  Etc.
2486
248711th October 1998 Andy Walkden
2488- added (not a very good) version of hidden lines removal code. This code
2489  suffers from depth buffering artefacts. glPolygonOffset is a feature of
2490  OpenGL version 1.1, and can help overcome depth buffer problems. The code
2491  to utilise glPolygonOffset is committed, but commented out, as it doesn't
2492  seem to work with the version of Mesa available on rsplus currently. My
2493  ideal strategy is to enable depth testing, draw the model as lines, enable
2494  filled polygon offsetting (glPolygonOffset(1.0 /*offset scale factor*/,
2495  2/*offset bias*/); glEnable (GL_POLYGON_OFFSET_FILLED);) then draw the
2496  model as filled polygons. The offsetting should just add `2' (in window
2497  coordinates, I think) onto the z value of all vertices relating to filled
2498  polygons, thus dismissing the conflict between almost identical z values
2499  for lines and filled polygon edges.
2500
2501vis-00-03-03 9th October 1998  John Allison
2502- G4VisManager inherits G4VStateDependent.  This is used to draw
2503  end-of-event models.
2504
25054th October 1998 Andy Walkden
2506- Added ability for all G4OpenGLX derived graphics systems to produce
2507  vectored PostScript hardcopy. Facility for `automated screen dump'
2508  (i.e. pixmap output) still kept, as some rasterization features
2509  don't make it into the vectored PostScript output (such as haloing
2510  effects). Facility currently available via G4OpenGLXm by clicking
2511  `Miscellany' then `Create .eps file', to get a popup printing
2512  window.
2513
2514vis-00-03-02a  26th September 1998 
2515- DAWNFILE driver is made platform dependent.
2516  (It is now compilable both at both Unix and NT without necessity
2517   of C macros like WIN32.)
2518
2519vis-00-03-02  25th September 1998 
2520- DAWNFILE driver is ported to VC++
2521
2522vis-00-03-01  24th September 1998  John Allison
2523- Eliminated G4VPhysicalVolume* fpWorld data memebr from G4VisManager.
2524
252522th September 1998 Guy Barrand.
2526- Correct modeling, management, G4Ray /GNUmakefile to have
2527  correct digits+hits includes.
2528
252919th September 1998 Guy Barrand.
2530- Due to a correction in globals.h restore correct code
2531  so that OpenInventor files compile correctly on NT.
2532
2533vis-00-02-06  31st August 1998  John Allison
2534- Added G4VModel::Validate() and in subclasses.
2535- Reverted to default copy constructir and assignment operator in G4SceneData.
2536- Implemented G4VisManager::GeometryHasChanged().
2537- Switched on echoing of commands and history mechanism in test19.g4m.
2538
2539vis-00-02-05  27th August 1998  John Allison
2540- Added G4HitsModel and G4TrajectoriesModel.
2541- Added /vis/scene/include/hits and trajectories, and some bug fixes.
2542
2543vis-00-02-04  22nd August 1998  John Allison
2544- Many changes in modeling - see modeling/History.
2545- New commands: /vis/scene/create, list, add/volume, add/ghosts.
2546
2547vis-00-02-03a  20th August 1998  John Allison
2548- Restored some code in G4SceneData.cc
2549- Fixed syntax bug in G4PhysicalVolumeSearchScene.hh
2550
2551vis-00-02-03  14th August 1998  John Allison
2552- Added G4VisManager::GeometryHasChanged() - run manager can notify change.
2553- Removed AddRun(Event)DurationModelToCurrentSceneData - no longer used.
2554- Some bug corrections in visualization/OpenGL (Guy Barrand - see
2555  vis blackboard for details).
2556- Some protection added in visualization/OPACS (do.)
2557- Created visualization/test/OPACS (do.)
2558
255912th August 1998  John Allison
2560- More new commands - not fully functional yet.
2561
256211th August 1998  Guy Barrand
2563- G4OpenInventor : remove uneccesary includes.
2564
2565vis-00-02-02b  11th August  Satoshi Tanaka
2566- AddPrimitive() for polymarker are implemented in DAWN and VRML drivers.
2567
2568vis-00-02-02a  9th August  John Allison
2569- Small bug fix in G4VisCommandsScene.cc.
2570
2571vis-00-02-02  9th August  John Allison
2572- Changed '.' to '-' in scene/view names.
2573- Began introduction of new /vis/ commands.
2574- Consequent changes to test - see test/History.
2575
25767th August  Guy Barrand.
2577- OPACS : use G4VView name to build widget names.
2578- OPACS : use new interactor parenting logic.
2579- OpenGL, OpenInventor, G4Ray : clean compilation warnings for OSF1/cxx, HP/aCC.
2580
25817th August  John Allison/Satoshi Tanaka/Guy Barrand.
2582- Added G4<driver>Scene::AddPrimitive (const G4Polymarker&) to keep
2583  compilers happy.
2584
2585vis-00-02-01  6th August  John Allison
2586- Created G4VisManagerRegisterMessengers.cc.
2587- Bug fix in G4VisManager: now follows change of world volume after
2588  /vis~/clear/scene.
2589- OpenInventor: Correct some upper -> lower case mess (Guy Barrand)
2590- G4RayView: syntax bug fixes.
2591
25924th August 1998 Andy Walkden
2593I made some changes to OpenGL code...
2594The changes are (i) to tidy up some redundant hidden line
2595removal function calls, (ii) to put some hidden line removal
2596code in G4OpenGLScene::AddPrimitive(G4Polyhedron) and
2597(iii) to add an option to generate an encapsulated postscript
2598file of the current view in OpenGLXm. There is now a button
2599in the Miscellany pulldown of the main menubar to bring up
2600a shell in which you can specify a filename, colour or black
2601and white and request the creation of a .eps file. The
2602code is to be found in G4OpenGLXView, and so is not bound
2603to the Xm user. Also it needs fixing for some Mesa
2604implementations, and the HP CDE environment manages to stuff
2605things up when rendering to a pixmap (although CDE makes a
2606mess of most other things as well, so this isn't
2607disastrous).
2608
2609
2610vis-00-01-08  21th July 1998  John Allison
2611- Removed automatic refresh from /vis/camera/reset in G4VisCommandsCamera.cc.
2612
2613vis-00-01-07b  21th July 1998  Satoshi Tanaka
2614- Revised G4FRSCENE::SendBoundingBox() so that
2615  zooming polycy of  DAWN drivers becomes consistent with
2616  OpenGL drivers
2617
2618vis-00-01-07  20th July 1998  John Allison
2619- Corrected bug in G4VisManager::IsViewValid to trap drawing commands
2620  before geometry is available.
2621
2622vis-00-01-06  19th July 1998  John Allison
2623- Default culling: culling - on, culling of invisible objects - on.
2624- set/drawing_style does *not* change culling flags.
2625- Minor bug fixes.
2626
2627vis-00-01-05  15th July 1998  John Allison
2628- Cleaned up after name changes.
2629- Minor bug fixes.
2630
2631vis-00-01-04  7th July 1998  Guy Barrand
2632- Introduced interactivity.gmk into GNUmakefiles.
2633
2634vis-00-01-03  6th July 1998  John Allison
2635- Changes for interface restructuring.
2636- Simplified MyVisManager.
2637
2638vis-00-01-02  5th July 1998  John Allison
2639- Changed visualization/GNUmakefile to use globlib.gmk.
2640- Updated README for geant4beta.
2641- Changed /vis~/draw/Ghosts to /vis~/draw/ghosts.
2642
2643vis-00-01-01  4th July 1998  John Allison
2644- Moved G4VIS_BUILD.gmk and G4VIS_USE.gmk to geant4beta/config.
2645- Changed /vis/ to /vis~/.
2646
26473rd July 1998  John Allison
2648- Small changes to test - see test/History.
2649- Tidied.
2650- Removed GNUmakefile.G4VIS_USE and make_list.sh.
2651
265230th June 1998 - Paulo & Marc
2653- added the G4FlavoredParallelWorldModel.hh file to
2654  visualization/modeling/include;
2655- added the /vis~/draw/Ghosts [particle name] command
2656  in the G4VisManMessDraw.cc file;
2657- added
2658  CPPFLAGS += -I$(G4BASE)/geometry/magneticfield/include and
2659  CPPFLAGS += -I$(G4BASE)/processes/parameterisation/include
2660  lines to GNUmakefile to compile G4VisManMessDraw.cc.
2661
2662geant4beta
2663============================================================
2664geant4alpha
2665
2666vis-00-06-09  26th June 1998  John Allison
2667- OPACS and Open Inventor - something about widget parents (GB)
2668- Removed /new_vis/ commands.
2669
2670vis-00-06-08a  26th June 1998 Satoshi Tanaka
2671- Updated G4VIS_USE.gmk
2672- (1) Macro -DG4VIS_USE_DAWNFILE is made properly set
2673- (2) G4VIS_USE_DAWN_ is renamed to G4VIS_USE_DAWN_OR_DAWNFILE
2674- (3) G4VIS_USE_VRML_ is renamed to G4VIS_USE_VRML_OR_VRMLFILE
2675
2676vis-00-06-08  22nd June 1998  John Allison
2677- Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd))
2678- Changed GNUmakefile.G4VIS_BUILD to G4VIS_BUILD.gmk
2679
2680vis-00-06-07  19th June 1998  John Allison
2681- Defined G4_SOLVE_VIS_TEMPLATES in G4VIS_USE.gmk.  Needs
2682  the head version of GNUmakefile.architecture.
2683- Consequential changes (improvements) to template handling in test19.cc
2684- Some minor improvements in modeling.
2685
2686vis-00-06-06  11th June 1998  John Allison
2687- Fixes to test_utils - see test/History.
2688- Improvements in modeling - see modeling/History.
2689
2690vis-00-06-05  11th June 1998  Satoshi Tanaka
2691- In G4VisManMessDraw.cc and G4VisManMessSet.cc , ...
2692  //    G4double unit = G4UIcommand::valueOf (unitString);
2693        G4double unit = G4UnitDefinition::GetValueOf (unitString);
2694
2695vis-00-06-04  10th June 1998  John Allison
2696- Created G4VIS_USE.gmk to replace GNUmakefile.G4VIS_USE.
2697- Changed test/GNUmakefile to use G4VIS_USE.gmk.
2698- Separate libraries are now default in GNUmakefile.
2699- Committed an interim version of README.
2700- Moved G4BoundingSphereScene from management to modeling.
2701- First attempt at defining the "scene" as lists of models.
2702- Removed some unnecessary checks in G4VisManMess*.
2703
2704vis-00-06-03  27th May   1998  Satoshi Tanaka
2705- DAWNFILE driver is added. It is to generate g4.prim file
2706  under the current directory.  And make DAWN or DAVID invoke
2707  using the g4.prim file as an input. For details, see the blackboard
2708  document.
2709
271021st May 1998 Andy Walkden
2711- Added hidden line removal code to G4OpenGLView. HLR utilises OpenGL's
2712  stencil buffer, but still the drawn lines are a little fragmented
2713  (an effect seen often when depth buffering is used to resolve pixel
2714  rendering disputes).
2715- HLR requires wireframe rendering, filled polygon rendering and then wireframe
2716  rendering again. Hence, three visits to the kernel help to slow HLR
2717  rendering right down.
2718
2719vis-00-06-02  20th May   1998  Satoshi Tanaka
2720- Added G4VisFeaturesOfDAWNFILE.hh, cc
2721- Revised visualization/GNUmakefile, GNUmakefile.G4VIS_BUILD,
2722  GNUmakefile.G4VIS_USE
2723- These are for DAWNFILE driver in preparation, which enables to
2724  invoke DAVID directly from Geant4.
2725
2726vis-00-06-01a 20th May   1998  Satoshi Tanaka
2727- code refinement of FukuiRenderer driver
2728
2729vis-00-06-01  29th April 1998  John Allison
2730- Introduced non-pure virtual functions
2731  Establish/DecommissionSpecials (G4PhysicalVolumeModel&) in
2732  G4VGraphicsScene with implementation of the former in G4VScene.
2733  Modified G4PhysicalVolumeModel to use it; also protected
2734  G4PhysicalVolumeModel against non-implementation of
2735  Establish/DecommissionSpecials.
2736- Template instantiations in G4RayView made exclusive to GNU_GCC
2737- Some minor changes under test - see test/History.
2738
273927th April 1998 Andy Walkden
2740- altered OpenGLView's structure a little. Now, G4OpenGLXmView is a
2741  type of (inherits from) G4OpenGLXView.
2742- made code for haloing effects common to all OpenGL views.
2743- changed XUnmapWindow in G4OpenGLXView::~G4OpenGLXView to XDestroyWindow
2744  (idea of Guy's)
2745
274627th April 1998 Guy Barrand
2747- vis/OPACS : remove Begin/EndModeling in G4GoScene.
2748
2749vis-00-05-06  23rd April 1998  John Allison
2750- Changed test19.mac to test19.g4m and consequent change in test19.cc.
2751- Fixed order of linking vis-a-vis -lG4track and -lG4tracking (GB).
2752- Fixed inadvertent bug in test_utils/src/MyPhysicsList.cc.
2753- Bug fix in G4OpenGLXmConvenienceRoutines.cc (GB).
2754
2755vis-00-05-05  21st April 1998  John Allison
2756- Added run-time command line argument: test19 [<session-type>] [<verbosity>]
2757- Removed #if GNU_GCC from template instantiation requests in test19.cc.
2758- Added fDefaultTextVisAttributes to G4ViewParameters.
2759- Added G4VScene::GetTextColour (changed G4FukuiRendererScene, G4GoScene and
2760  G4OpenInventorScene.
2761- Changed default view parameters: culling on and invisible object culling on.
2762- Tidied CreateScene/View.
2763- Continued BaBar development.
2764
276515th April 1998  John Allison
2766- Added test/EucIntfce/, test/Bogus/ and test/babar_utils/ for BaBar test code.
2767  Also a new main() in BaBarCallListTest.cc.  Also a data file call_list.dat.
2768  See babar_utils/README.
2769- Camera commands, except spin and orbit, no longer initiate draw.
2770- Text is blue for time being (visible on black or white background.)
2771
277215th April 1998 : Guy Barrand
2773- From discussion with John and Simone G4VToolkit
2774  has been renamed to G4VInteractorManager.
2775
2776vis-00-05-04a  11th April 1998  Satoshi Tanaka
2777- Code improvements in DAWN driver
2778- (1) View parameters are sent to DAWN only at drawing times.
2779- (2) Way of getting marker size are made simpler by using
2780-     G4VScene::GetMarkerRadius ()  etc.
2781
2782vis-00-05-04  8th April 1998  John Allison
2783- Small bug fix - then tag for Easter.
2784
2785HEAD  6th April 1998  John Allison
2786- Added error printing to G4OpenGLScene::AddPrimitive (const G4Text& text).
2787- Added /vis~/draw/text.
2788- Added units to /vis~/draw/axes.
2789- Began the job of restructuring vis commands; so there is a new class
2790  G4VisCommandsCameraMessengers for starters!
2791
2792HEAD  4th April 1998  John Allison
2793- Removed automatic drawing after /vis~/set commands.  Now an explicit
2794  redraw is necessary, but it allows you to change parameters during
2795  building a view.  For example to superimpose projected hits on a
2796  section:
2797    /vis~/clear/view
2798    /vis~/set/section_plane on 0 0 20 cm 0 0 1
2799    /vis~/draw/current
2800    /vis~/set/section_plane off
2801    /run/beamOn
2802- Fixed small bug in OpenGL for section drawing.
2803- Made some small improvements in G4ViewParameters.
2804
2805vis-00-05-03  4th April 1998  John Allison
2806- Re-engineered maintenance of current depth, etc.  Needed new method
2807  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
2808  graphics_reps.  The result is much cleaner model and modeling
2809  parameters classes.  Also, the current depth, physical volume and
2810  logical volume are immediately available as protected pointers in
2811  G4VScene.
2812- Required G4VScene::Begin/EndModeling to be invoked from subclass.
2813- Introduced G4NullModel to hold modeling parameters.  This avoids
2814  having to create a G4VModel for each graphics primitive.
2815
2816HEAD  3rd April 1998  John Allison
2817- Added GetMarkerDiameter/Radius to G4VScene.
2818- Bug fix in G4VScene::GetMarkerSize.
2819- Removed GetCurrentPhysicalVolume from G4PhysicalVolumeModel - now in
2820  G4ModelingParameters (but might move again soon!).
2821- test/GNUmakefile now uses "$(MAKE) separate" for vis libraries.
2822- test19 recognises argument "1" as a verbose flag value.
2823
2824HEAD April 2, 98 G.Barrand
2825- Modifications for Win32/NT.
2826- G4VIS_BUILD_[OIX, OIWIN32]_DRIVER, G4VIS_USE_[OIX, OIWIN32]
2827
2828vis-00-05-02  26th March 1998  John Allison
2829- Added GetMarkerSize to G4VScene.
2830- Made ~G4VisManager virtual.
2831- Added current logical volume and current physical volume to working
2832  space in modeling parameters.  So it is no longer necessary to cast
2833  to G4PhysicalVolumeModel; all such casts removed.
2834- Moved nested classes out of G4RayView.
2835
2836HEAD March 24, 98 G.Cosmo
2837- Modified G4VisManMessExpert.cc to correctly use random numbers
2838  by calling directly G4UniformRand().
2839
2840HEAD March 24, 98 G.Barrand
2841- GNUmakefile : MAKESHLIB changed in G4MAKESHLIB
2842
2843vis-00-05-01a  24 March 1998  Satoshi Tanaka
2844- Geometry tree can be obtained by, e.g.,
2845  % grep PVName g4.prim > g4.tree
2846
2847vis-00-05-01  23rd March 1998  John Allison
2848- Made RegisterGraphicsSystems pure virtual.
2849- Added verbose level control to printing at initialization.
2850- Fixed (hopefully) bug in scene deletion.
2851- Made AddPrimitive (const G4Text/Circle/Square) pure virtual.
2852  (Had to add dummy void G4VRML1SCENE::AddPrimitive (const G4Text&).)
2853- Made AddPrimitive (const G4Polymarker&) virtual again.
2854- Opened some .hh files to G4VIS_USE flags.
2855- Removed Pre/PostAddThis from some graphics systems (not OPACS, OI).
2856- First implementation of G4ModelingParameters::hierarchy (DTREE).
2857- Added Get Global/Current Tag/Description to G4VModel.
2858- Introduced "working space" in G4ModelingParameters for geometry depth.
2859- Relocated some template instantiation requests (might give trouble on DEC).
2860
2861vis-00-04-05a  16th March 1998  Satoshi Tanaka
2862- DAWN driver outputs physical-volume names and copy number.
2863
2864vis-00-04-05  5th March 1998  John Allison
2865- Added G4Text/Circle/Square in G4RayScene.hh.
2866- Added G4Text/Circle/Square in G4BoundingSphereScene.hh.
2867- Made AddPrimitive (const G4Polymarker&) non-virtual in G4VScene.hh.
2868
2869HEAD  5th March 1998  Andy Walkden
2870- Implemented G4Circle/Square.
2871- Added haloing to OpenGLXm "value added" options.
2872
2873HEAD  5th March 1998  S.Sadilov
2874- visualization/GNUmakefile - using $OUT_LIB intoduced in
2875  GNUmakefile.architecture
2876- visualization/management/GNUmakefile - compiling G4VisManMessSet.cc
2877  without optimization on WinNT
2878
2879vis-00-04-04a  5th March 1998  Satoshi TANAKA
2880- Environmental variables  to customized DAWN driver is
2881  renamed from DAWN_... to G4DAWN_...
2882- Default mode of DAWN driver is  EPS mode, i.e.
2883  mode in which EPS files are generated.
2884
2885vis-00-04-04  4th March 1998  John Allison
2886- First tag with modeling under visualization.
2887  Here's what you need to do...
2888    cd prototype
2889    cvs update -A -d -P modeling
2890    cd visualization
2891    cvs update -r vis-00-04-04 -d -P
2892  Change the following lines in your GNUmakefile...
2893    CPPFLAGS += -I../../visualization/modeling/include
2894    LDFLAGS  += -L../../visualization/modeling/$(G4SYSTEM)
2895    Remove: @cd ../../modeling      &&   $(MAKE)
2896
2897vis-00-04-03  4th March 1998  John Allison
2898- Last tag with modeling at same level as visualization.
2899- Renamed near and far (VC++ keywords) in G4ViewParameters.cc.
2900- Removed unnecessary #include <strstream.h> or adapted for WIN32.
2901
2902vis-00-04-02b  22nd February 1998  Satoshi Tanaka
2903- Split G4VIS_BUILD_VRML1_DRIVER into G4VIS_BUILD_VRML_DRIVER
2904                                 and  G4VIS_BUILD_VRMLFILE_DRIVER.
2905- Split G4VIS_USE_VRML1          into G4VIS_USE_VRML           
2906                                 and  G4VIS_USE_VRMLFILE.
2907
2908vis-00-04-02a  18th February 1998  John Allison
2909- Bug fix in G4RayView!
2910
2911vis-00-04-02  18th February 1998  John Allison
2912- Introduced /vis~/set/section_plane.
2913
2914vis-00-04-01  13th February 1998  John Allison
2915- Made messengers compatible with the new style.
2916
2917vis-00-03-02a  3rd February 1998  John Allison
2918- Bug fix for 02.
2919- Changed GNUmakefile to use processes sub-libraries.
2920
2921vis-00-03-02  2nd February 1998  John Allison
2922- Modernised messengers.
2923
2924vis-00-03-01a 29th January 1998  John Allison
2925- Tagged a few improvement in OpenGL
2926
2927vis-00-03-01 26th January 1998  John Allison
2928- Old environment variables abandoned - see visualization/README.
2929- G4VisManager is now instantiated *and* deleted in main().
2930- G4VisRegisterGraphicsSystem.icc replaced by
2931  MyVisManager::RegisterGraphicsSystems as a way - now optional - of
2932  a user overriding the default graphics system registration.
2933
2934Januray 20 , 98 G. Barrand
2935
2936- Implement object rotation in OPACS driver
2937 
2938Januray 19 , 98 G. Barrand
2939
2940- Correct OpenInventor code so that it is ANSI-C++
2941  and then compiles with OSF1/cxx, HP-UX/aCC.
2942
29437th January 1998  John Allison
2944- Restructuring to use modeling category.
2945
2946December 19, 97 G. Cosmo - (alpha03)
2947
2948- 1st December 1997 - John Allison.
2949- This is interim code for testing by the visualization
2950  group and it will be tagged soon.  You must update to the
2951  head of graphics_reps and visualization simulatanouesly.
2952  It coworks (I hope - it's difficult to be 100% sure about
2953  this since I have a few changes for other categories in
2954  the pipeline - see previous email) with:
2955    digits+hits              digi-00-02-01
2956    events+tracks            event-00-02-01
2957    geometry                 HEAD
2958    global                   global-00-02-01
2959    intercoms                intercoms-00-02-01
2960    interfaces               interfaces-00-02-01
2961    particle+matter          piim-00-02-01
2962    run                      run-00-02-01
2963    track                    track-00-02-01
2964    tracking                 tracking-00-02-01
2965- Addition of:
2966    visualization/GNUmakefile.transition_to_G4VIS_BUILD
2967    visualization/GNUmakefile.transition_to_G4VIS_USE
2968    visualization/GNUmakefile.vis_cppflags_for_G4VIS_USE
2969  to turn the existing environment variables into the
2970  to-be-adopted G4VIS_... variables - see visualization/test/README.
2971- Consequent changes to other visualization GNUmakefiles.
2972- New way of instantiating graphics systems:
2973  Set the appropriate environment variables and include and
2974  compile G4VisRegisterGraphicsSystems.icc in your main():
2975    ...
2976    #include G4VisRegisterGraphicsSystems.icc
2977    ...
2978    main() {
2979      ...
2980- Added G4VisFeaturesOfXXX files which simple return a G4String.
2981 (Guy, Jeff, would you like to join this scheme?)
2982- Added commands /vis~/delete/scene and /vis~/delete/view.
2983- Added /vis~/show/view to test19.odb.
2984
2985vis-00-02-01 to vis-00-02-05a not logged!!!
2986
2987vis-00-01-02  13th July 1997  John Allison
2988- Consolidation of previous tag.
2989
2990vis-00-01-01  8th June 1997  John Allison
2991- First systematic tag.
2992- G4Ray introduced.
Note: See TracBrowser for help on using the repository browser.