source: trunk/source/visualization/History @ 1324

Last change on this file since 1324 was 1315, checked in by garnier, 14 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 131.1 KB
Line 
1$Id: History,v 1.481 2010/06/15 16:41:14 allison Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     *************************************************************
17     * Note that modeling and test have their own History files. *
18     *************************************************************
19
20     ----------------------------------------------------------
21     * Reverse chronological order (last date on top), please *
22     ----------------------------------------------------------
23
24History file for visualization category
25---------------------------------------
26
2715th June 2010  John Allison  (vis-V09-03-08)
28- visman-V09-03-10:
29  o Added virtual destructors to fix compilation warnings.
30  o Improved action after "/vis/geometry/..." commands.
31- raytracer-V09-03-02 (Gabriele Cosmo):
32  o Added virtual destructors to fix compilation warnings.
33
344th June 2010  Joseph Perl  (vis-V09-03-07)
35- vis-HepRep-V09-03-02
36  o Added command renderCylAsPolygon
37- opengl-V09-03-07
38  o G4OpenGLImmediate/StoredQtViewer : Add protection against multiple
39  repaint call. Add protection against resizeGl with bad values
40
413rd June 2010  John Allison
42- opengl-V09-03-06:
43  o Restored all behaviour-sensitive changes to geant4-09-03.
44- visman-V09-03-09:
45  o Fixed unchecked pointer.
46  o Changed /vis/scene/add/digiti[sz]ations to /vis/scene/add/digis.
47- opengl-V09-03-05:
48  o Restored some changes to geant4-09-03 to preserve behaviour.
49
501st June 2010  John Allison
51- modeling-V09-03-03: Added default colours to G4TrajectoryDrawByParticleID.
52
531st June 2010  John Allison  (vis-V09-03-06)
54- visman-V09-03-07:
55  o Made fVerbosity and GetVerbosity static (saves having to get vis
56    manager pointer).
57- gMocren-V09-03-03: Removed dependency on G4VisManager.
58
5930th May 2010  John Allison  (vis-V09-03-05)
60- Co-works greps-V09-03-02.
61- modeling-V09-03-02: Added G4DigiModel and G4DigiFilterFactories.
62- visman-V09-03-06:
63  o Added /vis/scene/add/digiti[sz]ations and /vis/filtering/digi.
64  o Added AddCompound(const G4VDigi&).
65- opengl-V09-03-04, gMocren-V09-03-02, VRML-V09-03-00, DAWN-V09-03-00,
66  raytracer-V09-03-01, vis-HepRep-V09-03-00:
67  o Added AddCompound(const G4VDigi&).
68
6929th May 2010  John Allison  (vis-V09-03-04)
70- Co-works greps-V09-03-01 and tracking-V09-03-03.
71- visman-V09-03-05:
72  o Introduced DispatchToModel without i_mode.
73  o Moved i-mode deprecation warnings to G4VTrajectory.
74  o Improved /vis/viewer/rebuild.
75- opengl-V09-03-03: Improvements.
76- raytracer-V09-03-00: Added DrawTrajectory() ready for i_mode migration.
77
7828th May 2010  John Allison  (vis-V09-03-03)
79- Co-works interfaces-V09-03-04.
80- visman-V09-03-03: Change order of flags to follow G4UIExecutive.
81- visman-V09-03-04: G4VisManager, G4VisExecutive:
82  Introduced optional verbosity string argument in constructor.  You
83  can now write, for example:
84    G4VisManager* visManager = new G4VisExecutive("quiet");
85  Note that the default is "warnings":
86    G4VisManager* visManager = new G4VisExecutive;
87- modeling-V09-03-01: Fixed unused parameter 'i_mode' warning.
88
8926th May 2010  John Allison  (vis-V09-03-02)
90- Co-working: intercoms-V09-03-01, interfaces-V09-03-03, greps-V09-03-00.
91- visman-V09-03-02: Added generic drivers: OGL, OGLI, OGLS, OI.
92- openinventor-V09-03-00: Protection against repeated initialisation.
93- opengl-V09-03-02: Some improvments with auto rotation mode.
94
9520th May 2010  John Allison  (vis-V09-03-01)
96- Co-working tags: intercoms-V09-03-01, interfaces-V09-03-02
97- opengl-V09-03-01:
98  o GNUMakefile, G4OpenGLQtViewer : Better inclusion of new tabs in UI part
99- visman-V09-03-01:
100  o Restore previous viewer after /vis/drawTree.
101
10211th May 2010  John Allison  (vis-V09-03-00)
103- visman-09-03-00: Print i_mode warnings.
104- modeling-V09-03-00:
105  o Replace polyhedra with solids for sections and cutaways.
106  o Trap use of i_mode and print warning.
107- opengl-V09-03-00:
108  o Many improvements to OpenGL Qt.
109  o Speed improvements for polymarkers (e.g., trajectories).
110  o Use generic section and cutaway algorithm.
111- gMocren-V09-03-01: printing improvement.
112- vistest-V09-03-00: Added printEPS to test19.g4m, as suggested by Laurent.
113
11422nd November 2009  Joseph Perl (vis-V09-02-12)
115- vis-HepRep-V09-02-03
116  o Changed messenger to a singleton.
117  o Added messenger commands to HepRepFile.
118  o Render G4Tubs as polygons if G4Tubs is not at a standard angle.
119
12022nd November 2009  John Allison
121- visman-V09-02-08: /vis/scene/add/trajectories rich:
122  o Added G4RichTrajectoryPoint().GetAttDefs() to informational.
123
12418th November 2009  Gabriele Cosmo
125- visexternal-V09-02-06:
126  o Added GLOBLIBS dependencies.
127  o Re-instated fix to gl2ps.cc (always #define GL2PS_HAVE_ZLIB).
128
12917th November 2009  John Allison  (vis-V09-02-11)
130- visman-V09-02-07:
131  o Many small bug fixes.
132  o Enhanced functionality for gMocren driver:
133    . Introduced the concept of end-of-run model.
134- opengl-V09-02-10: Fixes build problem with gl2ps on Windows.
135- openinventor-V09-02-03: Fixes build problem with gl2ps on Windows.
136- Tagged for vis tag.
137- visexternal-V09-02-05:
138  o gl2ps: Added dependency on zlib if G4LIB_BUILD_ZLIB is set.
139
14017th November 2009  Laurent Garnier
141- Allow arbitrary viewer deletion (fixes crash)
142
14317th November 2009  Gabriele Cosmo
144- GNUmakefile: Added SUBLIBS += G4gl2ps for OPENGL and OI.
145
14615th November 2009  John Allison
147- raytracer-V09-02-02: Formal tag to record fixing of bugzilla Problem 1072.
148
1496th November 2009  John Allison
150- vistest-V09-02-01: test19.cc: Use G4UIExecutive.
151
1523rd November 2009  John Allison  (vis-V09-02-10, greps-V09-02-03, digits_hits-V09-02-02)
153- gMocren-V09-02-01:
154  o Entrust AddEndOfEventModel to /vis/scene/add/psHits or hits.
155  o Fix compiler warnings.
156- opengl-V09-02-09: Fix compilation problems and protect Qt3.
157
15830th October 2009  John Allison
159- visman-V09-02-06: Added /vis/scene/add/psHits.
160
16123rd October 2009  John Allison  (vis-V09-02-09, greps-V09-02-02, digits_hits-V09-02-02)
162- visman-V09-02-05: Implemented default behaviour in
163  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
164
16522nd October 2009  John Allison  (vis-V09-02-08, greps-V09-02-02, digits_hits-V09-02-02)
166- modeling-V09-02-05: Added G4PSHitsModel for gMocren driver.
167- gMocren-V09-02-00: G4PSHitsModel moved to modelling.
168
16921st October 2009  John Allison  (vis-V09-02-07 coworks greps-V09-02-02)
170- greps-V09-02-02 adds new pure virtual function,
171  AddCompound (const G4THitsMap<G4double>&).  The following tags
172  accomodate:
173  o modeling-V09-02-04
174  o visman-V09-02-04
175  o DAWN-V09-02-00
176  o vis-HepRep-V09-02-02
177  o opengl-V09-02-08
178  o raytracer-V09-02-01
179  o VRML-V09-02-01
180  o visXXX-V09-02-00
181
18215st October 2009 Laurent Garnier
183 - G4OpenGLViewer.cc : Fix a problem with printing.
184
18513st October 2009 Laurent Garnier
186 - G4OpenGLQtViewer.cc/G4OpenGLStoreQtViewer.cc : Fix problems with
187   mac OS X 10.6
188
18910th October 2009 Joseph Perl (vis-V09-02-06)
190- new global tag for vis, in preparation for  addition of gMocren file driver
191
19210th October 2009  John Allison
193- modeling-V09-02-03: Added G4PhysicalVolumeModelTouchable.  Used in
194  ComputeMaterial.  Effective for nested parameterisations.
195
19629th September 2009  John Allison  (allison20090929)
197- modeling-V09-02-02: Added warning if logical volume not defined.
198- visman-V09-02-03:
199  o Allow refresh in GeomClosed as well as Idle state.
200  o Fixed uninitialised pointers.
201  o G4VisManager.cc: Considerable tidy up.
202- opengl-V09-02-07:  Tagged work by Laurent Garnier:
203  o G4OpenGLXmViewer : Fix a wrong initialization introduce by the
204    new way of handling window size hints (January 2009)
205  o G4OpenGLQtViewer : Ensure the GL frame size will be correct
206    by setting a 0 size margin around
207  o G4OpenGLStoredQtViewer : Remove picking to true at initialisation
208- openinventor-V09-02-02:  Tagged work by Laurent Garnier:
209  o G4OpenInventorXt/WinViewer: Fix a wrong initialization introduce by the
210    new way of handling window size hints (January 2009)
211  o Remove Geant4_gl2ps.h gl2ps.cc gl2ps.h which were copied in external/gl2ps
212    in february but forgot to remove them from OpenInventor
213- vistest-V09-02-00: Changed main program, test19.cc, to use G4UIExecutive.
214- VRML-V09-02-00: Tagged change of disclaimer on file headings (made long ago).
215
21616 September 2009  John Allison
217- raytracer-V09-02-00: Cosmetic adjustments and tagging.
218
21919 August 2009 Laurent Garnier
220 - RayTracer : Fix an bad use of fVP parameters [bugzilla Problem 1072]
221
22218 May 2009, Joseph Perl (vis-V09-02-05)
223- opengl-V09-02-04: add missing header to G4OpenGLViewerMessenger.hh
224
22515 May 2009, Joseph Perl (vis-V09-02-04)
226- opengl-V09-02-04: Improvements to GL and Qt, printing, redraw logic,
227  debug messages and fixes for compiler warnings
228- visman-V09-02-02:Added /vis/viewer/set/targetPoint,
229  improved end of run event keeping information
230- vis-HepRep-V09-02-00:resolve compilation errors reported by gcc-4.4.0
231
23214th May 2009  Laurent Garnier
233 - opengl-V09-02-04 Added /vis/ogl/set/printSize and /vis/ogl/set/printFilename
234
23513th May 2009  John Allison
236- visman-V09-02-02: Added /vis/viewer/set/targetPoint and minor
237  wording improvements.
238
2396 May 2009, Laurent Garnier
240 - G4OpenGLQtViewer.cc: Fix compilation warning and error with gcc4.4
241
24229 April 2009, John Allison (vis-V09-02-03)
243- visexternal-V09-02-04: Fix a circular dependency to G4OpenGL.
244
24528th April 2009, Laurent Garnier
246 - printEPS is now fully functionnal for X, Xm, Qt Win viewers.   
247
24827th April 2009  John Allison (vis-V09-02-02)
249- opengl-V09-02-03: Fix compiler warnings.
250- visexternal-V09-02-03: Fix compiler warnings.
251
2526th April 2009  Joseph Perl (vis-V09-02-01)
253- opengl-V09-02-02 : Improvments in order to use GL2PS for printing
254- openinventor-V09-02-01 : Improvments in order to use GL2PS for printing
255- visexternal-V09-02-02 :  Add GL2PS library in external (it was in
256  OpenInventor before)
257
25814th March 2009  John Allison
259- visman-V09-02-01:
260  o Introduced /vis/initialize.
261  o G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
262    constructor so that a user may set verbosity before initialisation.
263  o G4VisExecutive.icc: made methods inline.
264
2655th March 2009, Laurent Garnier
266 - Now using Gl2PS method to do PS
267 - Add flag in GNUMakefile to compile in debug mode
268 - Remplacing glBitmap by GL_POINTS to draw marker : Speed improvment
269  and gl2ps can now draw Markers.
270
27125th February 2009  John Allison
272- modeling-V09-02-01 - needs greps-V09-02-01:
273  o G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
274    application (Apply) of all commands.  Forces update of all viewers
275    after a change of model, e.g., trajectory colour, point size, etc.
276- visman-V09-02-00 - needs greps-V09-02-01:
277  o G4VisManager: Implemented NotifyHandlers.  A user may notify scene
278    handlers (G4VGraphicsScene objects) that the scene has changed so
279    that they may rebuild their graphics database, if any, and redraw
280    all views.
281
28224th February 2009  John Allison
283- modeling-V09-02-00 - needs greps-V09-02-00:
284  o Added setAux/StepPtsSizeType commands (candidates: "none world screen").
285  o Added unit to setAux/StepPtsSize for SizeType == world.
286
28716 February 2009, Laurent Garnier
288 - Creation of this gl2ps library in order to have a gl2ps for all viewers.
289 - GNUMakefile : Add the gl2ps external library
290 - Some modifications in GNUMakefile for gl2ps. Packages OpenInventor,
291   OpenGL had also been modified for gl2ps.
292
29322th January 2009  Laurent Garnier
294- Fix bug in ratio and geometry on X/Xm/Qt/Win32 viewers. Now Could
295  pass XString like 400x600-0+0 to viewers and set position and location.
296
29721st November 2008  Joseph Perl  (vis-V09-01-06)
298- visman-V09-01-05: Trap recursive use of /vis/reviewKeptEvents.
299- modeling-V09-01-01: Improve message.
300- opengl-V09-01-03: Many changes to add Qt support.
301
30230th April 2008  John Allison  (vis-V09-01-05)
303- visman-V09-01-04: Fixes more gcc-4.3.0 compiler warnings.
304- openinventor-V09-01-01: Fixes more gcc-4.3.0 compiler warnings.
305
30628th April 2008  John Allison  (vis-V09-01-04)
307- visman-V09-01-03: Cosmetic improvements.
308- opengl-V09-01-02: Tidied.
309
3104th April 2008  John Allison  (vis-V09-01-03, needs greps-V09-01-03)
311- Back on HEAD.  Contains vis-V09-01-00.
312- visman-V09-01-02: Fixed gcc-4.3.0 compiler warnings.
313- opengl-V09-01-01:
314  o Fixed gcc-4.3.0 compiler warnings.
315  o Fixed DBL_MAX problem in 2D drawing.
316  o A lot of Qt development.
317- openinventor-V09-01-00): Fixed most gcc-4.3.0 compiler warnings.
318- raytracer-V09-01-00): Fixed gcc-4.3.0 compiler warnings.
319- vistest-V09-01-01: Zero thickness of box for 2D drawing.
320
32130th January 2008  John Allison  (vis-V09-01-02)
322- Bug fix tag (re-instated G4DAWNFILE) on branch vis-V09-00-03-branch.
323- DOES NOT CONTAIN vis-V09-01-00 STUFF.
324
32529th January 2008  John Allison  (vis-V09-01-01)
326- visman-V09-01-01: Re-instated G4DAWNFILE (somehow got lost!!)
327
3284th January 2008  John Allison  (vis-V09-01-00 with greps-V09-01-00)
329- Draw2D capability, already available for G4Text, extended to:
330  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
331  o modeling-V09-01-00: Adapted to new BeginPrimitives2D signature.
332  o visman-V09-01-00: Implemented extended 2D interface.
333  o opengl-V09-01-00: Implemented extended 2D interface.
334  o vis-HepRep-V09-01-00: Adapted to new BeginPrimitives2D signature.
335  o vistest-V09-01-00: MyEventAction: Added 2D polyhedron.
336
33719th November 2007 Joseph Perl  (vis-V09-00-03)
338- visman-V09-00-02: Replace references to Wired3 in command guidance
339- vis-HepRep-V09-00-01: Adjust geometry hierarchy for parallel worlds.
340- opengl-V09-00-04: Added GEANT4_QT_DEBUG flag to more places
341
34213th November 2007  John Allison  (vis-V09-00-02)
343- Removed OpenGL Qt files from tag.  File are still at head - need fixing.
344
34510th November 2007  John Allison  (vis-V09-00-01)
346- opengl-V09-00-01: Minor improvements in design and messaging.
347- modeling-V09-00-00: Minor improvements in messaging.
348- visman-V09-00-01:Minor improvement in messaging.
349
35010th July 2007  John Allison  (vis-V09-00-00)
351- visman-V09-00-00: Remove redundant method declarations and minor tidies.
352
35314th June 2007  John Allison  (vis-V08-03-07)
354- raytracer-V08-03-01: Fixed memory leak in G4RayTracer.
355
35630th May 2007  John Allison  (vis-V08-03-06)
357- modeling-V08-03-02: Fixed gcc-4.2.0 warning.
358
35930th May 2007  John Allison  (vis-V08-03-05)
360- modeling-V08-03-01: Fix for SUN.
361
36225th May 2007  John Allison  (vis-V08-03-04)
363- opengl-V08-03-03: Fixed gcc-4.1.2 compiler warnings.
364
36525th May 2007  John Allison  (vis-V08-03-03)
366- visman-V08-03-01: Improved error trapping and big fix.
367- opengl-V08-03-02: Improved error trapping.
368
36924th May 2007  John Allison  (vis-V08-03-02)
370- opengl-V08-03-01: Fixes for SUN.
371
37222nd May 2007  John Allison  (vis-V08-03-01)
373- modeling-V08-03-00: Simplified G4Atts for Physical Volume Path.
374- vis-HepRep-V08-03-00: Fixed memory leak in G4HepRepFile.
375- raytracer-V08-03-00: Fixed for dubious ValGrind diagnostic.
376
37716th May 2007  John Allison  (vis-V08-03-00)
378- visman-V08-03-00: Fix for Windows compiler.
379- opengl-V08-03-00: Fix compiler warnings and bug fixes in opengl-V08-02-06.
380
3818th May 2007  John Allison
382- opengl-V08-02-06: /vis/ogl/printEPS should work for all viewers.
383
3844th April 2007  John Allison  (vis-V08-02-04)
385- visman-V08-02-04: Bug fix for zero pointer in G4VscenHamdler::LoadAtts.
386- opengl-V08-02-05: Implemented picking for OGLSX (as well as OGLIX).
387
3883rd April 2007  John Allison  (vis-V08-02-03)
389- modeling-V08-02-02: Added further information on volume G4Atts.
390- visman-V08-02-03: Added /vis/viewer/set/picking.  Picking is "false"
391  by default, except for Open Inventor.
392- opengl-V08-02-04:
393  o Implemented picking for OGLIX.
394  o Some reorganisation of display list construction to fix rare bug\
395    in Display-by-Time feature
396- openinventor-V08-02-02: Picking is "true" by default for OI.
397
39825th March 2007  John Allison  (vis-V08-02-02)
399-  modeling-V08-02-01: Added solid dump and volume transformation to G4Atts.
400- visman-V08-02-02:
401  o Removed G4GAGTree.
402  o Removed /vis/scene/add/eventID (once again) from /vis/drawVolume.
403- opengl-V08-02-03: Fix compiler warnings.
404- vistree-V08-02-01: Removed GAGTree.
405- openinventor-V08-02-01): Added scale factor to list of changes
406  requiring kernel visit, and some rationalisation.
407
40811th January 2007  John Allison  (vis-V08-02-01)
409- visman-V08-02-01:
410  o Added /vis/abortReviewKeptEvents.
411  o /vis/reviewKeptEvents: Improved guidance.
412  o Bug fix: /vis/open in /vis/reviewKeptEvents loop.
413  o Reduced WARNING noise.
414
4159th January 2007  John Allison
416- opengl-V08-02-01:
417  o Implemented bitmap markers (for MarkerSizeType == screen).
418  o Bug fix: Added missing break in X colormap lookup routine.
419
4205th January 2007  John Allison  (vis-V08-02-00 - needs greps-V08-02-00)
421- modeling-V08-02-00 (needs greps-V08-02-00):
422  o Bug fix: Correct treatment of ForcedLineSegmentsPerCircle when clipping.
423- visman-V08-02-00:
424  o G4VSceneHandler:
425    ~ Introduced utility LoadAtts for G4AttValues and G4AttDefs.
426    ~ Improved other utilities (changed signature of GetLineWidth).
427  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle.
428  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume (removed
429    in visman-V08-01-16 for release 8.2).
430  o Other minor improvements.
431- opengl-V08-02-00:
432  o Followed change of signature of GetLineWidth in visman-V08-02-00.
433- openinventor-V08-02-00: Moved LoadAtts to vis management.
434- raytracer-V08-02-00: Bug fix: use of window size hints.
435- vistree-V08-02-00: Bug fix: Format of total mass.
436- vistest-V08-02-00: test19.cc: Refined usage.
437
43812th December 2006  Gabriele Cosmo
439- visman-V08-01-16: Commented command "vis/scene/add/eventID" forcing
440  event ID to scene in G4VisCommandsCompound.cc.
441
44211th December 2006  John Allison
443- Tree: Trapped sequential G4PVPlacements.
444
44525th November 2006  John Allison  (vis-V08-01-17)
446- visman-V08-01-15: Follow change of behaviour of G4StateManager and
447  minor message corrections.
448
44922nd November 2006  John Allison  (vis-V08-01-16)
450- visman-V08-01-14: Fixed /vis/reviewKeptEvents for "stored" viewers.
451
45221st November 2006  John Allison  (vis-V08-01-15)
453- visman-V08-01-13:
454  o Fixed double drawing of event.
455  o Restored old verbosity and printing interface (for obsolete user vis
456    managers).
457  o Fixed compiler warnings.
458- opengl-V08-01-09: Fixed compiler warnings.
459
46017th November 2006  Joseph Perl (vis-V08-01-14)
461- vis-HepRep-V08-01-04:
462  o Omit Pos and Aux attributes for hits.
463  o Protect against null Region (as in parallel geometries).
464- raytracer-V08-01-02
465  o Deprecate /vis/rayTracer/backgroundColour.
466
46716th November 2006  John Allison
468- modeling-V08-01-15: More protection for parallel worlds.
469- visman-V08-01-12:
470  o /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
471    (Warning of scene change issued for other viewers.)
472
47315th November 2006  John Allison  (vis-V08-01-13)
474- visman-V08-01-11: First implementation of /vis/reviewKeptEvents.
475
47614th November 2006  Joseph Perl
477- vis-HepRep-V08-01-03: Improve handling of Trajectory Points.
478
47914th November 2006  John Allison  (vis-V08-01-12)
480- modeling-V08-01-14: Merged modeling-V08-01-13-branch onto main branch:
481  o Added G4Event pointer to modeling parameters.
482- visman-V08-01-10: Merged visman-V08-01-08-branch onto main branch:
483  o Visualisation of parallel worlds.
484  o Event refreshing (events are re-drawn on change or refresh of viewer).
485- raytracer-V08-01-01: Merged raytracer-V08-01-00-branch onto main branch:
486  o Followed change to G4Scene.
487- vistest-V08-01-05: Added G4EllipticalCone.
488
48913 November 2006 Joseph Perl
490- vis-HepRep-V08-01-02: Corrected handling of Hits that come via AddSolids.
491
4925th November 2006  John Allison  (vis-V08-01-11)
493- modeling-V08-01-13: Further, hopefully, complete, protection against
494  zero materials pointer.
495- vis-HepRep-V08-01-01, openinventor-V08-01-04, vistree-V08-01-02,
496  visXXX-V08-01-06: Protected against zero material pointer.
497- visman-V08-01-09: Tidy warning messages.
498
4993rd November 2006  John Allison
500- modeling-V08-01-12: Protected against zero material pointer.
501
502-----------------------------------------------
5033rd November 2006  John Allison  (vis-V08-01-10)
504- Needs greps-V08-01-10 for bug fix in G4Visible.
505- Needs tracking-V08-01-05 for new storeTrajectory command.
506- Committed tracking-V08-01-05.  Now required by vis.
507  o Augmented /tracking/storeTrajectory.  Now takes integer parameter:
508    0 : Don't Store trajectories.
509    !=0 : Store trajectories.
510    1 : Choose G4Trajectory as default.
511    2 : Choose G4SmoothTrajectory as default.
512    3 : Choose G4RichTrajectory as default.
513  o All trajectories:
514    ~ Protect points container pointer in destructor.
515    ~ Make G4AttDef descriptions more concise.
516  o G4RichTrajectory:
517    ~ Bug fix: Create G4AttValues for user-defined creator process.
518  o G4VTrajectory: Improved ShowTrajectory.
519- visman-V08-01-08: Activated /vis/scene/add/trajectories with "rich" and
520  "smooth".  Needs tracking-V08-01-05.
521- modeling-V08-01-11: Improved protections.
522- vistest-V08-01-04: Removed MyTrackingAction (use storeTrajectory instead.)
523
5242nd November 2006  John Allison
525- modeling-V08-01-10: G4HitsModel: Added GetCurrentHit.
526- openinventor-V08-01-03: Extended picking to hits.
527
528-------------------------------------------------------------------------
5291st November 2006  John Allison  (vis-V08-01-09; co-works greps-V08-01-09)
530- modeling-V08-01-09: Minor rationalisation.
531- visman-V08-01-07:
532  o /vis/scene/add/trajectories: Allow string parameters "rich" and "smooth".
533    (Not yet activated - awaiting tags in tracking.)
534- openinventor-V08-01-02:
535  o Follow changes to greps-V08-01-09: G4AttCheck/Holder rationalisation.
536- vis-HepRep-V08-01-00: Minor rationalisation.
537- opengl-V08-01-08: Replace /vis/oglx/set/printEPS by /vis/oglx/printEPS.
538- vistree-V08-01-01: ASCIITree: Added printing of material name.
539- vistest-V08-01-03: Added G4Polycone and some G4Atts to an event action box.
540
54126th October 2006  John Allison
542- openinventor-V08-01-01:
543  o Print G4AttValues of solids and trajectories on picking.
544- modeling-V08-01-08: Cosmetics.
545
546-------------------------------------------------------------------------
54724th October 2006  John Allison  (vis-V08-01-08; co-works greps-V08-01-08)
548- opengl-V08-01-07:
549  o Calculate light front horizon properly.
550  o Improve refresh behaviour for /vis/opengl commands.
551- visXXX-V08-01-04; co-works greps-V08-01-08:
552  o Follow change to G4VisAttributes in greps-V08-01-08.
553
554-------------------------------------------------
55519th September 2006  John Allison  (vis-V08-01-07)
556- modeling-V08-01-07:
557  o G4ModelingParameters: Added ExplodeCentre
558  o Fix for Mac XCode 2.0 problem.
559- visman-V08-01-06:
560  o G4ViewParameters: Added ExplodeCentre.
561  o Bug fix in /vis/geometry/set/colour.
562- opengl-V08-01-06: Improved display-by-time feature.
563
564---------------------------------------------------------------------------
56515th September 2006  John Allison  (vis-V08-01-06 - coworks greps-V08-01-04)
566- modeling-V08-01-06
567  o Implemented explode factor(radial move) feature for top level drawn
568    volumes.  John Allison
569  o Add attribute based trajectory drawing & filtering, and attribute
570    based hit filtering.  Jane Tinsley
571- visman-V08-01-05
572  o Added /vis/viewer/clone and /vis/viewer/set/explodeFactor.  John Allison
573  o Add attribute based trajectory drawing & filtering, and attribute
574    based hit filtering.  Jane Tinsley
575
57613th September 2006  John Allison
577- visXXX-V08-01-03: Improved G4Att printing and checking.
578
5794th September 2006  John Allison
580- visman-V08-01-04: Added commands for cutaways.
581- opengl-V08-01-05: Implemented cutaways.
582
583----------------------------------------------
58430th August 2006  John Allison  (vis-V08-01-05)
585- modeling-V08-01-05:
586  o Implemented code for augmented /vis/scene/add/volume (subtraction
587    *and* intersection of clipping volume).
588  o Equipped for generic sectioning (DCUT) and cutaways.
589  o Improved DrawWithTime.
590- visman-V08-01-03:
591  o Added /vis/viewer/set/globalLineWidthScale.
592  o Augmented /vis/scene/add/volume to include intersection of clipping volume.
593  o Added G4VSceneHandler::CreateSection/CutawayPolyhedron to exploit generic
594    sectioning (DCUT) and cutaways.  Currently not activated due to
595    instabilities in BooleanProcessor.
596- opengl-V08-01-04:
597  o Implemented line width.
598  o Switched off back face culling when clipping so that the inside of
599    volumes can be seen.
600  o Added position and colour to /vis/ogl/set/displayHeadTime.
601  o Added /vis/ogl/set/displayLightFront.
602 
60329th August 2006  John Allison
604- openinventor-V08-01-00: Kernel visit rationalisation.
605- visXXX-V08-01-02: Minor tidying.
606
607-------------------------------------------------------------------------
60826th August 2006  John Allison  (vis-V08-01-04 - requires greps-V08-01-03)
609- modeling-V08-01-04:
610  o Fixed compilation warning.
611  o Follow G4VFilter const change.
612
61316th August 2006  John Allison
614- modeling-V08-01-03: Improved robustness of time slicing.
615
616----------------------------------------------
61716th August 2006  John Allison  (vis-V08-01-03)
618- opengl-V08-01-03:
619  o Fixed Solaris compilation problem.
620  o Added /vis/ogl/set/fade and displayHeadTime.
621
622-----------------------------------------------
62314th August 2006  John Allison  (vis-V08-01-02)
624- modeling-V08-01-02: Added trajectory time slicing.
625- visman-V08-01-02: Friendship extended to new OpenGL messengers.
626- opengl-V08-01-02:
627  o Implemented display-by-time.
628  o Added /vis/ogl/set/startTime and endTime.
629- raytracer-V08-01-00: Improved robustness under vis manager control.
630- vistest-V08-01-02: Added MyTrackingAction - uses G4RichTrajectory.
631
63217th July 2006  John Allison
633- opengl-V08-01-01: Added /vis/oglx/set/printEPS.
634
635---------------------------------------------
63610th July 2006  John Allison  (vis-V08-01-01)
637- Co-works with greps-V08-01-01.
638- modeling-V08-01-01:
639  o Rationalised G4VModel and G4ModelingParameters.
640  o G4PhysicalVolumeModel:
641    ^ Removed Establish/DecommissionSpecials to conform with
642      greps-V08-01-01.
643    ^ Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
644- visman-V08-01-01:
645  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
646  o Respect rationalised G4ModelingParameters.
647  o Added GetNoOfSides that respects forced line segments per circle.
648- G4VisCommandsScene.cc: Spelling correction.
649- DAWN-V08-01-00: Respects forced line segments per circle.
650- visXXX-V08-01-01: Gets solid's G4Atts created by G4PhysicalVolumeModel.
651- vistest-V08-01-01: SetForceLineSegmentsPerCircle(100) for G4Sphere.
652
653--------------------------------------------------------------------
6543rd July 2006  John Allison  (vis-V08-01-00 - needs greps-V08-01-00)
655- modeling-V08-01-00: Added G4Atts for solids.  (Needs greps-V08-01-00.)
656- visman-V08-01-00:
657  o /vis/scene/transientsAction: Added max number of events parameter.
658  o Added /vis/viewer/clearTransients.
659  o Improved /vis/list.
660  o (Commented out) code for event copying.
661- opengl-V08-01-00:
662  o Eliminated redundant variable, doublebuffer.
663  o Implemented FinishView in all viewers.
664- vistree-V08-01-00: ASCIITree: Layout improvement.
665- visXXX-V08-01-00: General tidy and improvement to XXXFile.
666- vistest-V08-01-00: Protect against zero run manager pointer.
667
668---------------------------------------------
66912th June 2006  John Allison  (vis-V08-00-13)
670- DAWN-V08-00-04: Fixed rewind and file closure on exit.
671- VRML-V08-00-02: Fixed rewind and file closure on exit.
672
673------------------------------------------
6748th June 2006 John Allison (vis-V08-00-12)
675- visman-V08-00-23: Fixed bug in /vis/scene/endOfRunAction.
676
677-------------------------------------------
6787th June 2006  John Allison (vis-V08-00-11)
679- modeling-V08-00-14: Added protection for zero vis atts.
680- visman-V08-00-22: Zeroed modeling parameters pointer after use.
681
682-------------------------------------------
6836th June 2006  John Allison (vis-V08-00-10)
684- modeling-V08-00-13: Fixes for Sun and bug fix in G4PhysicalVolumeModel.
685- visman-V08-00-21: /vis/viewer/create: Fixed view params copy to self.
686
687------------------------------------------
6884th June 2005  Joseph Perl (vis-V08-00-09)
689- Global tag for Geant4 release 8.1
690- Corresponds to the following subdirectory tags:
691- DAWN-V08-00-03
692- vis-HepRep-V08-00-04
693- visman-V08-00-20
694- modeling-V08-00-12
695- opengl-V08-00-08
696- openinventor-V08-00-05
697- raytracer-V08-00-04
698- vistest-V08-00-08
699- vistree-V08-00-04
700- VRML-V08-00-01
701- visXXX-V08-00-04
702
7032nd June 2006  Joseph Perl
704- vis-HepRep-V08-00-03: Improvements to HepRepFile.
705
7062nd June 2006  John Allison
707- DAWN-V08-00-03: Handle file closing in DAWNFILE destructor.
708- VRML-V08-00-01: Protect zero model pointer.
709
71030th May 2006  Joseph Perl
711- opengl-V08-00-08: Fixed buffering problem in Win32.
712
713--------------------------------------------
71425th May 2006  John Allison  (vis-V08-00-08)
715- visman-V08-00-19:
716  o Changed re-computation of transients default to "off".
717  o Indent printing of models plus other minor improvements.
718- modeling-V08-00-11: Indent printing of models, fix trivial compiler warnings.
719- vistest-V08-00-07: Removed standalone - moved to
720  examples/extended/visualization.
721
72222nd May 2006  John Allison
723- modeling-V08-00-10:
724  o Remove dependency on Run.
725  o Protect zero pointer in output of G4ModelingParameters.
726- visman-V08-00-18:
727  o Remove G4Scene:Clear().  (Not used.)
728  o Require Idle state for transient re-computation.
729  o Reduce dependency on Run.  (Still used for transient re-computation.)
730  o /vis/.../list commands: Default verbosity changed to "warnings".
731- vis-HepRep-V08-00-02: Remove dependency on Run.
732
733--------------------------------------------
73412th May 2006  John Allison  (vis-V08-00-07)
735- Needs run-V08-00-02 and event-V08-00-03.
736- Main features:
737  o Protect against non-instantiation of run manager.
738  o Final refinements for re-computation of transients.
739  o G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
740- visman-V08-00-16:
741  o Added /vis/list and /vis/scene/add/eventID.
742  o Final refinements for event/run reprocessing (re-computation of
743    transients).
744- modeling-V08-00-09:
745  o Removed dependency on G4RunManager.
746  o G4CallbackModel: Added G4VGraphicsScene argument to operator().
747- opengl-V08-00-06: G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
748- raytracer-V08-00-04: SetRecomputeTransients(false).
749- raytracer-V08-00-03: Moved G4RayShooter class to Event category.
750- vistest-V08-00-06: Uses /vis/scene/add/eventID.
751
752----------------------------------------------
75321st April 2006  John Allison  (vis-V08-00-06)
754- Main features:
755  o Improved protection for null models and parameters.
756  o Improved trajectory drawing.
757  o Improved re-computation of transients in OpenGL.
758- modeling-V08-00-08:
759  o Improved protection for null models and parameters.
760  o Add context to trajectory drawers.
761  o Add generic drawer, G4TrajectoryGenericDrawer.
762- visman-V08-00-15: Improved protection for null models and parameters.
763- DAWN-V08-00-02: Improved protection for null models and parameters.
764- vis-HepRep-V08-00-01: Improved protection for null models and parameters.
765- raytracer-V08-00-02):
766  o Relies on improved protection for null models and parameters.
767- vistree-V08-00-04: Improved protection for null models and parameters.
768- visXXX-V08-00-04: Improved protection for null models and parameters.
769- vistest-V08-00-05: Tidied.
770
77128th April 2006  John Allison
772- Co-working tags:
773  o opengl-V08-00-05: Fixes re-computation of transients in stored viewers.
774  o visman-V08-00-14: Includes changes that improve behaviour of
775    double buffered and interactive viewers when recomputing
776    transients.
777
778----------------------------------------------
77924th April 2006  John Allison  (vis-V08-00-05)
780- visman-V08-00-13:
781  o Fix bug #861.
782  o Print available models on initialisation.
783- modeling-V08-00-07:
784  o Add Print method to G4VModelFactory.
785  o Fix warnings on Linux.
786- opengl-V08-00-04: Fixed compilation problem on Windows.
787
788---------------------------------------------------------------------
78919th April 2006  John Allison (vis-V08-00-04 - needs greps-V08-00-02)
790- Main features:
791  o Implementation of 2D text in base classes and concrete implementation
792    of same in OpenGL.
793  o Continued migration to direct access to G4PhysicalVolumeModel.
794  o Addition of Trajectory Filter Models (Jane Tinslay).
795- visman-V08-00-12 (needs greps-V08-00-02):
796  o Implemented Draw2D(const G4Text&).
797  o Implemented Begin/EndPrimitives2D.
798  o Migrated to direct access to G4PhysicalVolumeModel.
799  o Introduced G4VisFilterManager.hh to manager filtering
800- modeling-V08-00-06:
801  o Upgrade to greps-V08-00-02 and minor improvements.
802  o Added G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
803- DAWN-V08-00-01: Migrated to direct access to G4PhysicalVolumeModel.
804- vis-HepRep-V08-00-00: Migrated to direct access to G4PhysicalVolumeModel.
805- opengl-V08-00-03:
806  o Implemented Begin/EndPrimitives2D.
807  o Migrated to direct access to G4PhysicalVolumeModel.
808- vistree-V08-00-03:
809  o G4GAGTreeSceneHandler: Migration to direct access to G4PhysicalVolumeModel.
810- visXXX-V08-00-03: Improvement of legibility.
811- openinventor-V08-00-04: Use cmath instead of math.h.
812- vistest-V08-00-04: Added drawing of 2D text.
813
814----------------------------------------------
81528th March 2006  John Allison  (vis-V08-00-03)
816- visman-V08-00-11:
817  o Introduces trajectory drawing manager.
818  o G4VisExecutive: Adds G4TrajectoryDrawByOriginVolumeFactory.
819  o Corrects logic of transients re-computation:
820  o Unifies treatment of bools in commands.
821- modeling-V08-00-05:
822  o Introduces G4TrajectoryDrawByOriginVolume.
823  o Part migration away from EstablishSpecials mechanism.
824- vistree-V08-00-02 (needs modeling-V08-00-05):
825  o Made compatible with modeling-V08-00-05.
826  o Migration away from EstablishSpecials mechanism.
827- openinventor-V08-00-03: Much improvement in logic.
828- visXXX-V08-00-02: Added G4XXXFile, G4XXXStored, G4XXXSG.
829- vistest-V08-00-03: Modernised and improved.
830
831----------------------------------------------
83214th March 2006  John Allison  (vis-V08-00-02)
833- opengl-V08-00-02: Refinement of display list handling.
834- vistree-V08-00-01: G4VTree and G4ASCIITree: Minor improvements to
835  readability of code.
836- modeling-V08-00-04: Added output operator<< for PVNodeID.
837
83813th March 2006  John Allison
839- visman-V08-00-10: Fixes recomputation of transients when changing drivers.
840
841---------------------------------------------
8428th March 2006  John Allison  (vis-V08-00-01)
843- visman-V08-00-09: Small bug fix to vis-V08-00-00.
844
8456th March 2006  John Allison  (vis-V08-00-00)
846- Collected tags below.  Main features since Release 8.0:
847  o Added /vis/scene/transientsAction.  The default is "rerun", i.e.,
848    when the viewer requests, the previous event or run will be
849    processed again with the original random number seed so that
850    transients (trajectories, hits, user drawing, etc.) are
851    reconstructed.  Thus, transients are "remembered" and may be
852    copied between graphics systems.  Turn off with
853    "/vis/scene/transientsAction none".
854  o Introduced /vis/geometry/... for editing vis attributes of
855    geometry volumes.
856  o For developers:
857    * Migration from use of Establish/DecommisionSpecials.
858    * Drawn path available.
859
8606th March 2006  John Allison
861- visman-V08-00-08: Added /vis/scene/transientsAction.
862
8633rd March 2006  John Allison
864- vistest-V08-00-02: Added test of transient handling.
865
86616th February 2006  John Allison
867- modeling-V08-00-03: For future removal of Establish/DecommisionSpecials.
868
8699th February 2006  John Allison
870- visman-V08-00-07: First implementation of refresh end-of-event.
871
8728th February 2006  John Allison
873- modeling-V08-00-02: Added DrawingStyle to G4ModelingParameters and fixed
874  bug in culling of covered daughters
875- visman-V08-00-06 (needs modeling-V08-00-02): Made use of
876  G4ModelingParameters::DrawingStyle.
877- vistree-V08-00-00: Fixed bug in treatment of repeated replicas.
878- visXXX-V08-00-01: Improved handling of DrawnPVPath.
879
8803rd February 2006  John Allison
881- visman-V08-00-05: Introduced /vis/geometry/...
882
88330th January 2006  John Allison
884- openinventor-V08-00-01: Implemented drawn volume path.
885
88626th January 2006  John Allison
887- raytracer-V08-00-01: Minor improvements.
888- vistest-V08-00-01: Improved ray tracer; commented about voxelisation crash.
889- modeling-V08-00-01: G4PhysicalVolumeModel: Added drawn volume path
890  capability.
891- visXXX-V08-00-00: Uses drawn volume path.  Needs modeling-V08-00-01
892  and visman-V08-00-04.
893- 3 co-working tags due to removal of fModified:
894  o visman-V08-00-04: Removed fModified plus minor improvements.
895  o opengl-V08-00-01: Removed fModified plus tidying.
896  o openinventor-V08-00-00: Removed fModified.
897
898----------------------------------------------------------------------
899The tags below since Release 8.0 were collected in geant4-08-00-ref-01
900and geant4-08-00-ref-02.
901
90223rd January 2006  John Allison
903- DAWN-V08-00-00: Rewind output file in ClearView.  Avoids duplicate
904  geometries in output file.
905- VRML-V08-00-00: As above.
906
90711th January 2006  John Allison
908- vistest-V08-00-00: Added twisted solids and improved Perspective example.
909- visman-V08-00-02: Minor improvements.
910- raytracer-V08-00-00: Reorganisation (needs visman-V08-00-02).
911- opengl-V08-00-00: Improved efficiency; made G4OpenGLXmViewerMessenger smart.
912- modeling-V08-00-00: Changed last remaining G4Transform3D::Identity to
913  G4Transform3D().
914
9159th January 2006  John Allison
916- visman-V08-00-00: geant4-08-00-ref-00 + reversal of change of 22nd
917  November 2005: fMarkForClearingTransientStore(true) initially now.
918- visman-V08-00-01: Improved /vis/scene/notifyHandlers, improved warning
919  messages and some bug fixes, including visman-V08-00-00.
920
921----------------------------------------------
9224th December 2005  Joseph Perl (vis-V07-01-10)
923- Global tag for Geant4 release 8.0
924- Corresponds to the following subdirectory tags:
925- externals: geant4-07-01-ref-05
926- FukuiRenderer: geant4-07-01-ref-05
927- HepRep: geant4-07-01-ref-05
928- management: visman-V07-01-10
929- modeling: modeling-V07-01-07
930- OpenGL: opengl-V07-01-09
931- OpenInventor: openinventor-V07-01-04
932- RayTracer: raytracer-V07-01-08
933- test: vistest-V07-01-04
934- Tree: vistree-V07-01-01
935- VRML: geant4-07-01-ref-05
936- XXX: visXXX-V07-01-02
937
93829th November 2005  Jane Tinslay (vis-V07-01-09)
939- Make G4VisManager::RegisterModelFactories() non-pure for
940  backwards compatibility.
941- Add information message to G4VisManager::DispatchToModel
942  when default trajectory model is used.
943- Removed names of unused paramaters to stop compiler warnings:
944  G4VModelCommand.hh, G4ModelCommandsDrawByCharge.cc,
945  G4ModelCommandsDrawByParticleID.cc, G4VRTScanner.hh
946
94725th November 2005  Joseph Perl (vis-V07-01-08)
948- Global tag for Geant4 release 8.0
949- Corresponds to the following subdirectory tags:
950- externals: geant4-07-01-ref-05
951- FukuiRenderer: geant4-07-01-ref-05
952- HepRep: geant4-07-01-ref-05
953- management: visman-V07-01-09
954- modeling: modeling-V07-01-05
955- OpenGL: opengl-V07-01-09
956- OpenInventor: openinventor-V07-01-03
957- RayTracer: raytracer-V07-01-06
958- test: vistest-V07-01-04
959- Tree: vistree-V07-01-01
960- VRML: geant4-07-01-ref-05
961- XXX: visXXX-V07-01-02
962
96322nd November 2005  John Allison
964- vistest-V07-01-04: Added G4Tet and PerspectiveVisAction. Refined G4Polyhedra.
965- opengl-V07-01-08: Added G4OpenGLXmViewerMessenger. Corrected text position.
966- vistree-V07-01-01: Refined guidance and printing.
967- visXXX-V07-01-02: Simplified guidance.
968- modeling-V07-01-03: Implemented radial replicas for G4Tubs.
969
97018th November 2005  John Allison
971- raytracer-V07-01-06: merged developments to the head, including RayTracerX.
972
97318th November 2005  Joseph Perl  (vis-V07-01-07)
974- Minor modification of geant4-07-01-ref-05 to facilitate acceptance
975  of greps-V07-01-09 and tracking tracking-V07-01-02.  As with
976  vis-V07-01-06, it should subsequently simply be ignored.
977
97815th November 2005  Guy Barrand
979- openinventor-V07-01-03: Background, scaling and window positioning.  Also
980  reading and wroting of .iv files.
981
98214th November 2005  John Allison (vis-V07-01-06)
983- Minor modification of vis-V07-01-03 + vis-HepRep-V07-01-04 (to avoid
984  warnings on Sun), i.e., it excludes all development since then. This
985  tag is purely to facilitate acceptance of greps-V07-01-09.  To
986  achieve this, the modification was made on a branch -
987  vis-V07-01-03-branch - of just one file, namely G4VisManager.hh.
988  This should subsequently simply be ignored.
989
99013th November 2005  John Allison
991- visman-V07-01-08: Added XGeometryString and background opacity parameter.
992- opengl-V07-01-07: Implemented window placing (XGeometryString) in OGL*X.
993
99424th October 2005  John Allison
995- modeling-V07-01-02: Added trajectory models.
996- visman-V07-01-07: Added methods for managing trajectory models.
997
99820th October 2005  Joseph Perl (vis-V07-01-05)
999- New Global Vis Tag.
1000- Includes head of everything except RayTracer and OpenInventor.
1001- Requires geant4-07-01-ref-03 plus the following:
1002- graphics_reps: greps-V07-01-06
1003- intercoms: intercoms-V07-01-01
1004- event: event-V07-01-0
1005- run: run-V07-01-02
1006
100713th October 2005  John Allison (vis-V07-01-04)
1008- Implemented non-uniform scaling in management and OpenGL.
1009- Implemented arbitrary background in management, OpenGL and RayTracer.
1010- Migrated to <sstream>.
1011- The above consists of:
1012  o vistest-V07-01-03: Migrated to <sstream> plus minor changes.
1013  o DAWN-V07-01-00: Migrated to <sstream>.
1014  o vis-HepRep-V07-01-03: Migrated to <sstream>.
1015  o opengl-V07-01-06: Migrated to <sstream>, non-uniform scaling, any
1016    background.
1017  o vistree-V07-01-00: Migrated to <sstream>, fixed bug in mass calculations.
1018  o visXXX-V07-01-01: Migrated to <sstream>.
1019  o modeling-V07-01-01: Migrated to <sstream>.
1020  o visman-V07-01-05: Migrated to <sstream>, non-uniform scaling, any
1021    background.
1022
102312th October 2005  John Allison (vis-V07-01-03)
1024- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
1025  (bug found by system test of vis-V07-01-02).
1026
10272nd Oct 2005  Joseph Perl (vis-V07-01-02)
1028  Same as vis-V07-01-01 but with earlier raytracer tag:
1029  raytracer-V07-01-02
1030
103130th Sep 2005  Joseph Perl (vis-V07-01-01)
1032  New global tag for Vis.  Corresponds to vis-V07-01-00 plus:
1033  vistest-V07-01-02
1034  visman-V07-01-04
1035  raytracer-V07-01-03
1036  modeling-V07-01-00
1037  opengl-V07-01-05
1038  openinventor-V07-01-02
1039  visXXX-V07-01-00
1040  vis-HepRep-V07-01-01
1041
104230th September 2005  Joseph Perl (raytracer-V07-01-03)
1043New tag to include change Makoto made an hour after V07-01-02 was tagged.
1044Change seems to just involve passing pWorld to material list where no argument was passed in previous version.
1045
104629th September 2005  John Allison  (opengl-V07-01-05)
1047- Added G4OpenGLViewerDataStore to facilitate access of viewer data by
1048  scene handler.
1049- Re-implemented transparency button in OpenGLXm.
1050
1051New tags to be included 16th Sep 2005 (JA):
1052  o visman-V07-01-03:
1053    + Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
1054    + Warning: Attempt to add volume to a scene already containing the world.
1055    + Error: Logical volume model must be only volume model in scene.
1056  o visman-V07-01-04: Simplified use of ConcreteInstance..
1057  o raytracer-V07-01-02: Bug fix (black holes).
1058  o vistest-V07-01-02: Added a G4AttValue with time.
1059
1060To be included:
1061  o visman-V07-01-01: Introduced (optional) second pass over scene.
1062  o visman-V07-01-02: Added /vis/viewer/set/whiteBackground.
1063                      Added RayTracerX to G4VisExecutive.
1064  o modeling-V07-01-00: Fixed (non-)culling of transparent volumes.
1065  o opengl-V07-01-01: Half-way implementation of transparency.
1066  o opengl-V07-01-02: "Better algorithm" for transparency.
1067  o opengl-V07-01-03: Bug fix.
1068  o opengl-V07-01-04: Fixed hidden line removal.
1069  o vis-HepRep-V07-01-00 (4 August 2005 Mark Donszelmann)
1070  o openinventor-V07-01-01 (1st August 2005  Gabriele Cosmo)
1071  o openinventor-V07-01-02: Corrected treatment of edgeflags.
1072  o raytracer-V07-01-01: Protected RayTracerX by G4VIS macro.
1073  o visXXX-V07-01-00: Improved guidance for rendering polyhedron objects.
1074  o vistest-V07-01-01: RayTracerX instantiation removed - now in
1075                       G4VisExecutive.
1076
107720th July 2005  John Allison (vis-V07-01-00)
1078- opengl-V07-01-00: Introduced smooth shading.  Also window size hints for Xm.
1079- openinventor-V07-01-00: Changed Geant4_SoPolyhedron to construct
1080    from G4Polyhedron.  Functionality unchanged.
1081- visman-V07-01-00: Protected new viewer pointer.
1082- vistest-V07-01-00
1083- Removed top level README files.  (All wisdom now transferred
1084    properly to User Guides.)
1085
108617th July 2005  John Allison
1087- raytracer-V07-01-00: Introduced RayTracerX.
1088
10897th June 2005  John Allison (vis-V07-00-19)
1090- visXXX-V07-00-00: Fixed compiler warnings.
1091- visman-V07-00-02: bug fix.
1092- modeling-V07-00-02: bug fix.
1093- Incorporates vis-gmk-V07-00-00 - a fix for addition of zlib to
1094  SUBLIBS and SUBDIRS (Gabriele)
1095
10962nd June 2005  Joseph Perl (vis-V07-00-18)
1097- Candidate tag for release.
1098- Includes Mark's additional changes for HepRep2.
1099- Includes Mark's fix for gcc-4.0 compilation.
1100
11012nd June 2005  Joseph Perl (vis-V07-00-17)
1102- Candidate tag for release.  May or may not be final.
1103- Undid Gabriele's fix to G4HepRepFileSceneHandler.cc.
1104
11052nd June 2005  John Allison
1106- Removed scene handler count and made small cosmetic improvements.
1107
11082nd June 2005  Joseph Perl (vis-V07-00-16)
1109- Incorporate improvements to HepRepFile and HepRepXML
1110
111130th May 2005  John Allison  (vis-V07-00-15)
1112- opengl-V07-00-03: Fixed compilation problem in OpenGL on SUN.
1113- HepRepFile: Fixed bug introduced in ClearTransientStore. (Joseph Perl)
1114
111527th May 2005  John Allison
1116- DAWN-V07-00-00, VRML-V07-00-00:
1117    Fixed bug introduced in ClearTransientStore.
1118- openinventor-V07-00-00 and 01:
1119    fixes for CLHEP and marker sizes.
1120- vis-HepRep-V07-00-01 and vis-zlib-V07-00-00  (Mark Donszelmann)
1121    Migration to G4LIB_BUILD_ZLIB and some developments.
1122- management:
1123  o Reduced text size of scale annotation to 12 pixels.
1124  o Fixed default values in /vis/scene/add/text.
1125
112612th May 2005  John Allison
1127- Moved zlib to externals/zlib.
1128
11296th May 2005  John Allison  (vis-V07-00-14)
1130- OpenGL: fixed bug (views not refreshed - opengl-V07-00-02).
1131- Improved ASSCIITree guidance.
1132- G4VisExecutive: Replaced printing of available graphics systems.
1133  Now corresponds to behaviour of most old examples vis managers.
1134- Fixed some pedantic warnings from gcc 4.
1135- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised
1136  volumes (modeling-V07-00-00).
1137
11385th May 2005  John Allison
1139- Introduced zlib directory.
1140
114122nd April 2005  John Allison
1142- OpenGL: Implemented text for X-Windows viewers (opengl-V07-00-00/1).
1143
114410th April 2005  John Allison  (visman-V07-00-00)
1145- G4VisCommandsSceneAdd.cc: 2nd attempt to fix access to fpVisManager
1146  from nested class for SUN.
1147
114816th March 2005  John Allison  (vis-V07-00-13)
1149- G4VisCommandsSceneAdd.cc: fixed access to fpVisManager from nested class.
1150- For gcc 2.95.2: Fixed G4String return for viewer commands.
1151- Added constructor and virtual destructor to G4VUserVisAction.
1152
115315th March 2005  John Allison  (vis-V07-00-12)
1154- Added return type G4int to G4ViewParameters::SetNoOfSides and
1155  G4ModelingParameters::SetNoOfSides.  They return no. of sides, i.e.,
1156  sides per circle in polyhedron contruction, that are actually set;
1157  there is a lower limit of 12.
1158- G4PhysicalVolumeModel: bug fix: no. of rotation steps correctly applied.
1159
116010th March 2005  John Allison  (vis-V07-00-11)
1161- Reviewed all vis commands.  Improved guidance, simplified and
1162  rationalised the commands.
1163
11649th March 2005  John Allison
1165- Removed "remove" and "edit" commands.
1166- G4VisManager: removed "Delete" methods. (Removing or deleting an
1167  existing scene, scene handler or viewer is very messy and not
1168  necessary.  When a user creates a new one, he/she may leave the old
1169  one around without harm.  It may be left unused or selected again later
1170  if the user wants.)
1171- Removed automatic parameter candidate specification for commands
1172  that take an argument that is a scene, scene handler or viewer
1173  name - it is checked in SetNewValue methods.  (The code was just
1174  too complicated and, anyway, the result hindered, rather than
1175  helped the user, because it restricted the parameter values and
1176  mis-typing gave obscure messages.  Now the messages are clearer and,
1177  as the guidance points out, the list of possible names can be
1178  obtained with a "list" command.)
1179- Made "list" commands flag current items.
1180- Improved guidance for /vis/scene commands.  Still to do (groan!):
1181    /vis/scene/add
1182    /vis/sceneHandler
1183    /vis/viewer
1184
11859th March 2005  John Allison  (vis-V07-00-10, needs greps-V07-00-01)
1186- Refined logo and scale.
1187- Improved physical volume clipping.
1188- G4VisManager: Added default G4Transform3D::Identity to
1189  objectTransformation argument in Draw methods.
1190
11914th March 2005  John Allison  (vis-V07-00-09)
1192- Added first implementation of cutaway - a clipping box for physical
1193  volume tree:
1194    vis/scene/add/volume ! ! ! box km 0 1 0 1 0 1
1195  (Does not seem properly to clip volumes wholly inside clipping volume.)
1196
11973rd March 2005  John Allison  (vis-V07-00-08)
1198- Introduced /vis/scene/add/logo.
1199- Added Set methods to G4VModel.
1200- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
1201  the model could implement a given transformation.  Provided default for
1202  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
1203- Improved guidance for:
1204    compound commands
1205    ASCIITree commands
1206- Used std::istrstream::istrstream(std::string) throughout.
1207
120823rd February 2005  John Allison  (vis-V07-00-07)
1209- Protected scene handlers for the case of the drawing of solids NOT
1210  from a physical volume tree:
1211    G4FRSceneFunc.icc
1212    G4OpenGLSceneHandler.cc
1213    G4OpenGLStoredSceneHandler.cc
1214    G4ASCIITreeSceneHandler.cc
1215    G4GAGTreeSceneHandler.cc
1216- Fixed a problem with ClearTransientStore.  ClearTransientStore
1217  should restrict itself to its job.  In the following files,
1218  ClearTransientStore also redraws the view.  In other places, a draw
1219  command often follows, so it is not needed here.  In fact it can
1220  cause a double recursive descent into DrawView, so the existing code
1221  has been commented out (JA - 23/Jan/05):
1222    G4FRSceneFunc.icc
1223    G4HepRepFileSceneHandler.cc
1224    G4OpenGLImmediateSceneHandler.cc
1225    G4OpenGLStoredSceneHandler.cc
1226    G4VRML1SceneHandlerFunc.icc
1227    G4VRML2SceneHandlerFunc.icc
1228    G4XXXSceneHandler.cc
1229- Removed (commented out) some code that forced extra kernel visits,
1230  purportedly to overcome a problem in OpenGLStored methods.  Let's
1231  fix OpenGL if necessary:
1232    G4VSceneHandler.cc
1233    G4VViewer.cc
1234- Commented out SetView and ClearView in /vis/viewer/refresh:
1235    G4VisCommandsViewer.cc
1236- Changed signature of G4VViewer::SetNeedKernelVisit(G4bool) for compatibility.
1237
123819th February 2005  John Allison  (vis-V07-00-06 with greps-V07-00-00)
1239- Added G4VUserVisAction and G4CallbackModel.
1240- Implemented /vis/scene/add/userAction.
1241- Fixed bug in /vis/viewer/update (check existence of scene handler and scene).
1242
124315th February 2005  John Allison  (vis-V07-00-05)
1244- Introduced drawing of readout geometry for logical volumes.
1245- For drawing of logical volumes, introduced boolean flags to control
1246  drawing of:
1247    o boolean components (if any)
1248    o voxels (if any) (note: voxels are not created until start of run)
1249    o readout geometry (if any)
1250- Augmented commands /vis/specify and /vis/scene/add/logicalVolume to use
1251  above flags.
1252- G4ASCIITree: Added printing of names of sensitive detector (if any) and
1253  readout geometry (if any).
1254
125515th February 2005  John Allison  (vis-V07-00-04)
1256- Updated READMEs for G4VisExecutive.  Removed references to OPACS.
1257
12589th February 2005  John Allison  (vis-V07-00-03)
1259- Migration from AddThis to AddSolid and AddCompound: fixed previously
1260  missed FukuiRendererSceneHander.
1261
12624th February 2005  John Allison  (vis-V07-00-02)
1263- Introduced G4VisExecutive.  MyVisManager deprecated.
1264
126527th January 2005  John Allison  (vis-V07-00-01, needs intercoms-V07-00-00)
1266- Migration from AddThis to AddSolid and AddCompound.
1267- AddSolid: Methods for adding solids to the scene handler.  They
1268  must always be called in the triplet PreAddSolid, AddSolid and
1269  PostAddSolid.  The transformation and visualization attributes
1270  must be set by the call to PreAddSolid.  A possible default
1271  implementation is to request the solid to provide a G4Polyhedron
1272  or similar primitive - see, for example, G4VSceneHandler.
1273- AddCompound: Methods for adding "compound" GEANT4 objects to the scene
1274  handler.  These methods may either (a) invoke "user code" that
1275  uses the "user interface", G4VVisManager (see, for example,
1276  G4VSceneHandler in the Visualization Category, which for
1277  trajectories uses G4VTrajectory::DrawTrajectory, via
1278  G4TrajectoriesModel in the Modeling Category) or (b) invoke
1279  AddPrimitives below (between calls to Begin/EndPrimitives) or (c)
1280  use graphics-system-specific code or (d) any combination of the
1281  above.
1282
128326th January 2005  John Allison  (vis-V07-00-00)
1284- G4VisManager:: removed optional argument
1285  const G4Transform3D& objectTransformation = G4Transform3D::Identity
1286  from Draw methods for a hit and trajectory.
1287- Trapped illegal nesting of Begin/EndPrimitives.
1288- Added fpCurrentMaterial to G4VSceneHandler and relevant derived
1289  classes and models for work with G4PhysicalVolumeModel via
1290  EstablishSpecials.  So now, the material is also available (in addition
1291  to current depth, logical and physical volum) during drawing of geometry
1292  items.
1293- Changed ASCIITree to use G4VSolid::GetCubicVolume and
1294  G4LogicalVolume::GetMass.
1295- Changed G4PhysicalVolumeMassScene to use G4VSolid::GetCubicVolume.
1296- Improved guidance for /vis/viewer/set/hiddenMarker.
1297- G4VisCommandsViewerSet: made Up and Viewpoint vectors unit for safety.
1298- Some additions to test area.
1299
130010th December 2004 Gabriele Cosmo (vis-V06-02-09)
1301- Replaced M_PI with CLHEP's pi.
1302
13037th December 2004 Joseph Perl (vis-V06-02-08)
1304- Tagged right after migration to cmath
1305- All occurences of include <math.h> have now become include <cmath>.
1306- All math functions are now prefaced with std::
1307
13087th December 2004 Joseph Perl (vis-V06-02-07)
1309- Tagged right before migration to cmath
1310
131126th November 2004 Joseph Perl (vis-V06-02-06)
1312- Tagged for release 7.0.
1313- Made from vis-V06-02-05
1314- plus opengl-V06-02-07 by John Allison
1315- plus vis-HepRep-V06-02-02 by Mark Donszelmann
1316- plus openinventor-V07-00-00 by Guy Barrand
1317
131818th November 2004  John Allison
1319- Included opengl-V06-02-07.
1320
132111th November 2004  John Allison  (vis-V06-02-05)
1322- Made use of smart method GetPolyhedron for solids.  This greatly
1323  speeds 2nd and subsequent drawings when kernel access is required.
1324- Rationalised use of EstablishSpecials: functionality moved to base class.
1325- Removed use of obsolete G4Polymarker::line.
1326
132722nd September 2004  John Allison  (vis-V06-02-04)
1328- Moved Doxyfile to management.  doxygen output to tmp area.
1329- modeling-V06-02-01 - small fixes.
1330- vistree-V06-02-01 - small fixes.
1331- opengl-V06-02-06 - Trap non-regular polyhedra and other small changes.
1332- DAWN-V06-02-00 - Improve diagnostic on trapping non-regular polyhedra.
1333- vistest-V06-02-02: refined rotated tube test.
1334
133513th September 2004  John Allison  (vis-V06-02-03)
1336- vistree-V06-02-00: Improved ASCIITree:
1337  verbosity >= 3: prints volume, density of all volumes in hierarchy.
1338  verbosity >= 4: calculates the mass of the complete geometry tree taking
1339    into account daughters up to the depth specified for each physical
1340    volume in the current scene.  Culling is ignored so that all volumes
1341    are processed.  The calculation is quite tricky, since it involves
1342    subtracting the mass of that part of the mother that is occupied by
1343    each daughter and then adding the mass of the daughter, and so on
1344    down the heirarchy.  Uses G4PhysicalVolumeMassScene - see below.
1345  Added option to write to file (/vis/ASCIITree/set/outFile).
1346- modeling-V06-02-00: Added G4PhysicalVolumeMassScene and improvements
1347  to G4PhysicalVolumeModel.  See modeling/History for more details.
1348- Removed obsolete file: G4VisToOldVisCommands.hh
1349- Corrected mistake in /vis/viewer/set/*Vector commands.
1350- Augmented ParameterisedBox and rotated a tracker tube in test directory.
1351- Brought README.built_in_commands up to date for Geant4 6.2.  Removed all
1352  references to old commands.'
1353
13543rd August 2004  John Allison
1355- Rationalised vis command code (uses G4UIcommand static conversion
1356  functions where possible).
1357- Removed G4ViewParameters::DrawingStyle GetDrawingStyle (const
1358  G4Visible&).  Instead, developer has to:
1359    // Get vis attributes - pick up defaults if none.
1360    const G4VisAttributes* pVA =
1361      fpViewer -> GetApplicableVisAttributes (v.GetVisAttributes ());
1362  where v is the visible object (polyline, circle, polyhedron, etc.), and:
1363    // Get view parameters that the user can force through the vis
1364    // attributes, thereby over-riding the current view parameter.
1365    G4ViewParameters::DrawingStyle drawing_style = GetDrawingStyle (pVA);
1366    G4bool isAuxEdgeVisible = GetAuxEdgeVisible (pVA);
1367  Most developers do this anyway, so the removed routine was redundant
1368  and resulting code is more efficient and transparent.  To get
1369  colour, the developer can pick up directly from the vis attrributes,
1370  pVA, obtained as above:
1371    const G4Colour& c = pVA -> GetColour ();
1372  or use a slightly less efficient method:
1373    const G4Colour& c = GetColour (v);
1374  where v is the visible object.
1375  Note that for text, the developer must use a different procedure,
1376  since the default text colour is determined by the default text vis
1377  attributes, which may be specified independent of default vis
1378  attributes of other types of visible objects.  A function,
1379  GetTextColour, is provided and the recommended use is:
1380    const G4Colour& c = GetTextColour (text);  // Picks up default if none.
1381- Rationalised use of vis attributes in OpenGL and XXX.
1382
138328th July 2004  John Allison  (vis-V06-02-02 with greps-V06-02-00)
1384- Implemented force auxiliary edge visible feature of G4VisAttributes.
1385- Included openinventor-V06-02-00 (minor revision - Guy Barrand).
1386
138723rd July 2004  John Allison
1388- Added auxiliary edge visible flag to G4ViewParameters and a new
1389  command, /vis/viewer/set/auxiliaryEdge.  (Auxiliary edges are not
1390  genuine edges of the volume.  They may be in a curved surface made
1391  out of polygons, for example, or in plane surface of complicated
1392  shape that has to be broken down into simpler polygons.
1393  HepPolyhedron breaks all surfaces into triangles or quadrilaterals.
1394  There will be auxiliary edges for any volumes with a curved surface,
1395  such as a tube or a sphere, or a volume resulting from a Boolean
1396  operation.  Normally, they are not shown, but sometimes it is useful
1397  to see them.  In particular, a sphere, because it has no egdes, will
1398  not be seen in wireframe mode in some graphics systems unless this
1399  flag is turned on.)
1400
140116th July 2004  John Allison
1402- Refined forced wireframe algorithm - *always* force wireframe even
1403  if hidden line removal is specified.
1404- opengl-V06-02-04.
1405
140615th July 2004  John Allison
1407- Small improvement to G4XXX (sample graphics system).
1408
140914th July 2004  John Allison  (vis-V06-02-01)
1410- Removed deprecated commands:
1411    /vis/viewer/show               (use /vis/viewer/update)
1412    /vis/viewer/lightsThetaPhi     (use /vis/viewer/set/lightsThetaPhi)
1413    /vis/viewer/lightsVector       (use /vis/viewer/set/lightsVector)
1414    /vis/viewer/viewpointThetaPhi  (use /vis/viewer/set/viewpointThetaPhi)
1415    /vis/viewer/viewpointVector    (use /vis/viewer/set/viewpointVector)
1416  (See geant4/source/visualization/README.built_in_commands for list
1417  of current commands.)
1418- Tidied guidance for /vis/viewer/set.
1419- Included opengl-V06-02-03 (cosmetic).
1420
142114th July 2004  John Allison  (vis-V06-02-00)
1422- opengl-V06-02-02 and vistest-V06-02-01:
1423  Hidden line *and/or* hidden surface removal now work for OGL*X and OGL*Xm.
1424
14251st July 2004  John Allison
1426- Correction to guidance of /vis/viewer/set/hiddenEdge.
1427- Small improvement to README of /vis/scene/add/axes.
1428- vistest-V06-02-00.
1429- opengl-V06-02-00.
1430- visman-V06-02-00: Fix for porting on gcc-3.4.0: made ProcessView()
1431  public, since used as private friend (Gabriele Cosmo).
1432
14339th June 2004  Gabriele Cosmo  (vis-V06-01-03)
1434- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
1435  allowing support of DLLs on Windows.
1436- Minor correction in modeling/GNUmakefile for GLOBLIBS definition.
1437- Coworks with "global-V06-01-02b".
1438
14397th June 2004  Gabriele Cosmo  (vis-V06-01-02)
1440- Includes "vis-HepRep-V06-01-04".
1441- Export extern symbols for allowing support of DLLs on Windows.
1442  Modified files: G4RayTrajectory.hh, G4RayTrajectoryPoint.hh.
1443- GNUmakefiles: added definition of GLOBLIBS for DLLs support on Windows.
1444- Coworks with "global-V06-01-02a".
1445
14469th April 2004  John Allison  (vis-V06-01-01 + interfaces-V06-01-00)
1447- Tagged OpenGL as below.  Joint with interfaces-V06-01-00.
1448
14497th April 2004  Guy Barrand
1450- visualization/OpenGL/* : use the G4OpenGL.hh file.
1451- Added : visualization/OpenGL/include/G4OpenGL.hh to encapsulate
1452  the include of gl/gl.h and gl/glu.h that may be platform dependant.
1453  It permits to rm some #ifdef WIN32 spread in the code. It opens also
1454  the way to the usage of the Apple OpenGL on a Mac.
1455
145614 March 2004 Joseph Perl (vis-V06-00-01)
1457- HepRepFile handle duplicate ShowView.
1458- HepRepFile improve layering and hierarchy for hits.
1459
146017th February 2004  John Allison  (opengl-V06-00-00)
1461- Fixed bug #581: wrong order of statements in
1462  G4OpenGLXViewer::~G4OpenGLXViewer (see bug report).
1463
14641st December 2003  John Allison
1465- Added checks and minor improvment of behaviour at end of event and run:
1466  o G4VisManager::EndOfRun: added check on MarkForClearingTransientStore.
1467  o G4VisCommandsScene.cc: For "/vis/scene/endOf[Event|Run]Action refresh",
1468    SetMarkForClearingTransientStore(true).
1469
147027th November 2003  John Allison  (vis-V05-02-06)
1471- Added /vis/scene/endOfRunAction.
1472- Includes vis-HepRep-V05-02-08.
1473- G4VisManager: Removed PrintAllGraphicsSystems and
1474  PrintInstalledGraphicsSystems.  They are difficult to maintain and
1475  are anyway not used.  (There remains PrintAvailableGraphicsSystems,
1476  which is much used, and iterates over instantiated graphics systems
1477  and needs no maintenance.)
1478
147920th November 2003  John Allison  (vis-V05-02-05)
1480- Re-submitted.  Includes vis-HepRep-05-02-07: fixes compiler issues and
1481  other minor fixes.
1482
148314th November 2003  John Allison  (vis-V05-02-04)
1484- Includes vis-HepRep-05-02-03: new HepRep XML driver for HepRep Version 2.
1485- Bug fix in G4VisManager::EndOfEvent.
1486
148712th November 2003  John Allison
1488- Bug in /vis/scene/add/volume: requestedDepthOfDescent now correctly
1489  propagated to "world" volume.
1490- modeling-V05-02-02: G4PhysicalVolumeModel: CalculateExtent always
1491  searches complete hierarchy.
1492- Change initialisation of G4VSceneHandler so that there is always a
1493  clear on first drawing  - fMarkForClearingTransientStore(true).
1494- Removed redundant code from G4VisManager::::EndOfRun.
1495
14966th November 2003  John Allison  (vis-V05-02-03)
1497- management:
1498  o G4VisManager: improved handling of auto refresh at end of event and run.
1499  o G4VisCommandsScene: improved endOfEventAction and improved guidance.
1500  o GNUmakefile: rationalised.
1501- GNUmakefile: removed G4LIBDIR and G4TMPDIR.
1502- RayTracer/GNUmakefile: rationalised (raytracer-V05-02-04).
1503- Tree: improved printing.
1504- G4VRML2SceneHandlerFunc: changed const char* pv_name to G4String pv_name.
1505- G4XXXViewer: improved comments.
1506- modeling: GNUmakefile: rationalised (modeling-V05-02-01).
1507- test: changed MyPhysicsList to follow kernel changes.
1508
15094th November 2003  Gabriele Cosmo  (vis-V05-02-02)
1510- Includes removal of OPACS module.
1511- Includes "modeling-V05-02-00".
1512
151317th October 2003  Guy Barrand
1514- OPACS being (for long) deprecated, remove OPACS related things
1515  in Geant4 repository.
1516
15174th October 2003  Gabriele Cosmo  (vis-V05-02-01)
1518- Modified GNUmakefiles:
1519  o added dependency to new module "geometry/navigation".
1520  o replaced "digits+hits" with "digits_hits".
1521- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
1522
152322nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
1524- Incorporates raytracer-V05-02-01 (needs greps-V05-02-00) - see
1525  RayTracer/History:
1526  o Introduced G4VRTScanner.
1527  o Added /vis/rayTracer/backgroundColour.
1528- Introduced Doxygen documentation for management, OpenGL and test.
1529- Improved guidance for /vis/scene/notifyHandlers.
1530- OpenGL: Cosmetic change to regularise names.
1531
15322nd September 2003  John Allison
1533- Fixed pedantic warnings etc. in test suite - see test/History.
1534
15352nd June 2003  John Allison  (vis-V05-01-01)
1536- Small fix for pedantic warnings in RayTracer.
1537
153830th May 2003  John Allison  (vis-V05-01-00 - does not include HepRep below)
1539- Improved README.built_in_commands.  Removed unlikely-to-be-implemented
1540  commands.
1541- Eliminated pedantic warnings.
1542
154328th February 2003  Joseph Perl
1544- Minor Fix to HepRep - see History file.
1545
154620th January 2003  John Allison
1547- Changed "/vis/scene/add/trajectories [<drawing-mode>]" so that if
1548  the command is issued more than once on any given scene, the last
1549  command takes effect, i.e., so that the last value of drawing-mode
1550  takes effect.
1551
155217th February 2003 Satoshi Tanaka (vis-V05-00-01)
1553- A Small bug fixing of VRML2 driver
1554 (Explicit cast from G4String to char* in G4VRML2SceneHandlerFunc.icc).
1555
155624th January 2003  Joseph Perl
1557- Fixes to HepRep - see History file.
1558
155920th January 2003  John Allison  (vis-V05-00-00, co-works intercoms-V05-00-00)
1560- Incorporated openinventor-V05-00-00: Removed erroneous additional
1561  transformation.
1562- Added G4VisManager::Draw methods for hits and trajectories.
1563
156411th December 2002  John Allison  (vis-V04-01-10)
1565- Fix for SUN-CC warnings: AddThis hides the virtual function...
1566- Fix memory leak in RayTracer.
1567- Fixed /vis/scene/add/trajectories command.
1568- Some fixes in HepRep.
1569
15704th December 2002  Makoto Asai (vis-V04-01-09)
1571- Migration to new G4ApplicationState
1572
157327th November 2002  John Allison  (vis-V04-01-08)
1574- Fixes to HepRep - see History file.
1575- Added RegisterGraphicsSystem (new G4HepRep) in MyVisManager.cc.
1576- Fix (removal) of ambiguous G4VVisCommand::GetNewDoubleValue.
1577- Added /vis/viewer/set/globalMarkerScale.
1578- Improved algorithm of CompareForKernelVisit on OpenGL and OpenInventor.
1579
158021st November 2002  Gabriele Cosmo  (vis-V04-01-07)
1581- Corrections to HepRep module to allow porting on egcs compiler
1582  (M.Donszelmann).
1583- Patched access to static data in G4VisCommandsSceneAdd.cc, G4VisManager.cc
1584  and G4FlavoredParallelWorldModel.cc to allow porting on Windows DLLs.
1585  It requires co-working with tags "greps-V04-01-04" and "intercoms-V04-01-02".
1586
158715th November 2002  Mark Donszelmann  (vis-V04-01-06)
1588- HepRep2 driver implemented.
1589
159011th November 2002  John Allison  (vis-V04-01-05)
1591- Corrected inclusion of G4OpenGLXViewer #ifdef X_DRIVER for Windows
1592  and other small changes in OpenGL (opengl-V04-01-02).
1593- Added integer argument to /vis/scene/add/trajectories [drawing-mode].
1594  drawing-mode is passed to DrawTrajectory.  See also modeling-V04-00-00.
1595- Fixed bug in G4VisManager wich lead to zero G4VModel pointer.
1596- Improved hamdling of models.
1597- Corrected G4RayTracer.cc devide-by-zero (raytracer-V04-00-01).
1598- VRML: bug fixing for marker size (*.icc files) (VRML-V04-01-00).
1599- Samll improvements to README.built_in_commands.
1600- Improved sample driver XXX.
1601
16021st November 2002  John Allison (vis-V04-01-04 with...)
1603geant4/source/tracking       tracking-V04-01-03
1604geant4/source/intercoms      intercoms-V04-01-00
1605geant4/source/graphics_reps  greps-V04-01-01
1606geant4/source/digits+hits    digits+hits-V04-01-01
1607
1608Oct 28, 2002, J.Allison  (vis-traj03, co-works with...
1609geant4/source/tracking       traj03 (head as of Tue Oct 29 15:42:14 UTC 2002)
1610geant4/source/intercoms      intercoms-V04-01-00 (ditto)
1611geant4/source/graphics_reps  greps-V04-01-01 (ditto)
1612geant4/source/digits+hits    hits-traj03 (*not* the head)
1613- Changed G4XXXSceneHandler.cc for map of G4AttDefs, and improved.
1614
161517th October 2002  John Allison (vis-V04-01-03 with...)
1616- Coworking tags are:
1617    geant4/source/tracking       traj02
1618    geant4/source/intercoms      intercoms-V04-00-04
1619    geant4/source/graphics_reps  greps-V04-01-00
1620    geant4/source/digits+hits    hits-traj02
1621- More changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
1622- Minor corrections to warning messages, etc.
1623- Improved end of run behaviour for non-post-processing graphics
1624  systems by changing false to true in G4VisManager::EndOfRun
1625  fpSceneHandler->SetMarkForClearingTransientStore(true);
1626- Further corrections/improvements in OpenGLWin32 - not yet complete.
1627
162817th October 2002  John Allison (vis-V04-01-02 with intercoms-V04-01-00)
1629- Added two new pure virtual functions to G4VGraphicsScene:
1630    AddThis(const G4VTrajectory&)
1631    AddThis(const G4VHit&)
1632
163316th October 2002  John Allison  (vis-traj01 co-works with tracking tag traj01)
1634- Tag for changes in G4VTrajectory, etc. (raytracer-V04-00-00).
1635
163616th October 2002  John Allison  (vis-V04-01-01)
1637- Fix for WIN32.  Now compiles but viewer not implemented.  (opengl-V04-01-01)
1638- Small improvement to README.built_in_commands.
1639
16401st Sept 2002  Satoshi Tanaka  (vis-V04-01-00)
1641- Precision control of g4_XX.prim files generated by
1642  the DAWNFILE/DAWN-Network drivers.
1643
1644   Example:
1645     setenv  G4DAWNFILE_PRECISION   9
1646
1647  The precision number is used as:
1648
1649      sprintf( string, "%*.*g", (precision+8), precision, value)
1650
1651  The default precision is also changed from 6 to 9.
1652
165324th June 2002  John Allison
1654- Further cosmetic changes in G4OpenGL for DEC compiler (opengl-V04-01-00).
1655
165624th June 2002  Gabriele Cosmo  (vis-V04-00-10)
1657- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
1658  errors on some platforms (DEC-cxx).
1659
166023th June 2002  Satshi Tanaka  (vis-V04-00-09)
1661- Bug fixes in G4VRMLXFileSceneHandlerFunc.icc
1662- Protection of VRML-Newtork drivers for Windows platform.
1663  (The compilation is skipped in the Windows platform.)
1664
166519th June 2002  John Allison  (vis-V04-00-08)
1666- Cosmetic changes in G4VRML2FileSceneHandler.cc and G4VRML2SceneHandler.cc
1667  (Gabriele)
1668
166910th June 2002  John Allison
1670- Cosmetic changes for SUN-CC in G4OpenGLXmConvenienceRoutines.cc
1671  (opengl-V04-00-03).
1672- Improvement to /vis/scene/add/logicalVolume guidance.
1673
16746th June 2002  John Allison
1675- Cosmetic changes for GNU compiler in G4OpenGLXViewer.cc (opengl-V04-00-02).
1676
16778th May 2002  John Allison (vis-V04-00-07)
1678- Minor changes to warning messages and README.built_in_commands.
1679- Added test fro G4EllipticalTube to test/src/MyDetectorConstruction.cc.
1680
16811st May 2002  John Allison (vis-V04-00-06)
1682- Deprecated /vis/viewer/set/autoRefresh.
1683
168426th April 2002  Makoto Asai (vis-V04-00-05)
1685- Corresponds to the changes in intercoms-V04-00-00
1686- Affected files :
1687   G4VisManager.cc G4VisCommandsViewer.cc G4VisCommandsCompound.cc
1688
168922nd April 2002  John Allison (vis-V04-00-04)
1690- Prevent copying of autoRefresh status with /vis/viewer/set/all command.
1691- Corrected out of date advice about /vis/set/culling, etc.
1692- Workaround for pseudo-parallel/orthogonal projection in Ray Tracer.
1693
169428th February 2002  John Allison (vis-V04-00-03)
1695- Updated OpenGL to compile (but not run) on Windows (opengl-V04-00-01).
1696- Removed redundant code in GNUmakefiles in OPACS, OpenGL, OpenInventor, VRML.
1697- Improved README.adding_graphics_system.
1698
169923rd February 2002  John Allison (vis-V04-00-02)
1700- Bug fix in modeling, which was causing nested calls to Begin/EndPrimitives.
1701
17024th February 2002  Joseph Perl  (vis-V04-00-01)
1703- HepRep: Check for missing hierarchy layers in HepRepXMLWriter.
1704  (Not strictly needed since have a culled layer check in SceneHandler,
1705  but may be useful in other applications of HepRepXMLWriter).
1706
17073rd February 2002  Joseph Perl
1708- HepRep: Detect transient data by testing for
1709  !fpCurrentPV || fReadyForTransients
1710  rather than just fReadyForTransients
1711
17121st February 2002  Joseph Perl
1713- Improvements to HepRep:
1714- Defer file opening until first real HepRepType is to be written.
1715- Moved HepRep code from AddThis to AddPrimitive.
1716- Add additional levels to hierarchy if any appear to have been
1717  removed by culling.
1718- Add visibility attribute.
1719
172029th January 2002  Joseph Perl
1721- Relocate HepRep file-opening logic to constructor and ShowView
1722  (had been in SetView).
1723
172428th January 2002  vis-V03-02-23 Joseph Perl
1725- Improvements to HepRep:
1726- Produce hierarchical output rather than flat HepRepType structure.
1727- Handle trajectories as well as detector geometry.
1728- Output files now named G4Data<n>.heprep where n increments with each open.
1729
173014th January 2002  vis-V03-02-22 Joseph Perl
1731- Corrected handling for already open file in HepRepXMLWriter.
1732
173301th December 2001 vis-V03-02-21 Satoshi Tanaka
1734- Code refinements in FukuiRenderer/ directory:
1735  * Noisy warnings for Linux-g++ are suppressed.
1736    (%lg ==> %g etc)
1737  * G4FRSceneFunc.icc is moved from /src to /include
1738
173929th November 2001  John Allison
1740- Fixed some pedantic warnings and a bug thrown up by such in OpenGL.
1741
174228th November 2001  Gabriele Cosmo (visman-V03-02-00 in management only).
1743- Fixed pointer initialisation for porting on VC++ in G4VisCommandsSceneAdd.cc.
1744
174521st November 2001  John Allison  (vis-V03-02-20)
1746- Fixed G4std bug in G4HepRepFileSceneHandler.hh.
1747- Fixed "hides the virtual function" warnings from G4HepRepFileSceneHandler.
1748- Change to comments in G4XXXSceneHandler.hh.
1749
175019th November 2001  John Allison  (vis-V03-02-19 needs config-V03-02-09+)
1751- Cosmetic changes to HepRep.
1752
175316th November 2001  John Allison
1754- Added G4XXXDEBUG to XXX dummy system.
1755
175614th November 2001  John Allison
1757- Fixed bug in G4VisManager::EndOfEvent.
1758- Moved code from G4VisManagerRegisterMessengers.cc to G4VisManager.cc and
1759  removed G4VisManagerRegisterMessengers.cc.
1760
176114th November 2001  Guy Barrand
1762- OpenInventor : move HEPVis/SoWindow under vis/OpenInventor/G4SoWindow
1763  to prepare HEPVis/6.0. (HEPVis/SoWindow will disappear from HEPVis/6.0).
1764
176514th November 2001  John Allison
1766- Added README.built_in_commands.
1767
176813th November 2001  Satoshi Tanaka
1769- visualization/README file is updated, adding minimal description
1770  on the HepRepFile driver.
1771
177212th November 2001  John Allison  (vis-V03-02-18 needs config-V03-02-09)
1773- Fixed some warnings and one error from gcc-2.95.2.
1774- HepRep Type names now come from Physical Volume names (Joseph Perl).
1775- Added many HepRep Attributes for other volume properties (Joseph Perl).
1776
177713th Nov 2001 (JST)  Hajime Yoshida and Minamimoto (vis-V03-02-17)
1778- Updation of G4RTJpegMaker.cc for Windows platform (raytracer-V03-02-01).
1779
17807th November 2001  John Allison  (vis-V03-02-16 needs config-V03-02-09)
1781- Corrected compilation error.
1782
17836th November 2001  John Allison  (vis-V03-02-15 needs config-V03-02-09)
1784- Added /vis/viewer/flush = refresh + update.
1785- Moved /vis/viewer/lights and viewpoint to /vis/viewer/set.
1786- Added /vis/viewer/set/upThetaPhi and upVector.
1787- Added refresh|flush option to /vis/scene/notifyHandlers.
1788- Moved HepRepFile classes to HepRep/ directory and removed HepRep classes
1789  therein.
1790
17911st October 2001  Joseph Perl
1792- Added first version of pure C++ HepRep driver, HepRepFile.
1793  See HepRep/README for details.
1794
179510th September 2001  John Allison  (needs greps-V03-02-04)
1796- (Non-standard tag JA-RAEOE.)
1797
179810th September 2001  John Allison  (not tagged but needs greps-V03-02-04)
1799- Added BeginOfRun, BeginOfEvent and EndOfRun to G4VisManager, invoked via
1800  G4VisStateDependent.
1801- Improved handling of refresh-at-end-of-event.  All scene handlers need to
1802  implement ClearTransientStore and ensure rebuilding of permanent store if
1803  necessary.
1804- Auto-refresh (notifyHandlers) after attaching scene.
1805- Changed default colour of scale to red and fixed a couple of small bugs in
1806  the implementation of AddPrimitive(G4Scale).
1807- Improved verbosity guidance.
1808- Improved /vis/scene/add/scale guidance (needs greps-V03-02-04).
1809- Removed /vis/viewer/refresh from compound commands.
1810- Capitalised 'R' in /vis/viewer/set/autoRefresh.
1811
181229th August 2001  John Allison/Joseph Perl  (vis-V03-02-14)
1813- Needs config-V03-02-06.
1814- First developers release of HepRep graphics driver.
1815
181624th August 2001  Joseph Perl  (vis-V03-02-13-00)
1817- First inclusion of HepRep graphics driver.
1818
181924th August 2001  John Allison  (vis-V03-02-13)
1820- Fixed bugs in G4VisManager::GeometryHasChanged.
1821- Separated out G4Scene::CalculateExtent.
1822- Improved robustness and timeliness of invocation of some commands.
1823- Improved READMEs.
1824- Reduced warnings from OpenGL - see OpenGL/History.
1825- Cosmetic changes to test.
1826- Added explicit invocation of base class methods to avoid warnings about
1827  hiding of base class methods.
1828
182917th August 2001  John Allison  (vis-V03-02-12)
1830- Coworks with greps-V03-02-02 and intercoms-V03-02-04.
1831- Added G4VisManager::Draw(const G4Scale&,...  Needs intercoms-V03-02-04.
1832- Added template graphics system XXX.
1833- Improved verbosity guidance.
1834
183514th August 2001  John Allison  (vis-V03-02-11)
1836- Coworks with greps-V03-02-02 and intercoms-V03-02-03.
1837- Moved default value G4Transform3D::Identity of argument from
1838  G4VSceneHandler::BeginPrimitives to
1839  G4VGraphicsScene::BeginPrimitives.  Needs intercoms-V03-02-03.
1840- Fixed bug in G4VSceneHandler::AddPrimitive(const G4Scale&).  Needs
1841  greps-V03-02-02.
1842- Added sceneHandler.Begin/EndPrimitives messages to models (long
1843  standing bug!).
1844- Removed "dummy" graphics systems in G4VisManager.cc.
1845- Improved robustness of some commands, particularly
1846  /vis/scene/notifyHandlers.
1847- Improved support for multiple viewers (but see OpenGL/History).
1848
184911th August 2001  John Allison  (vis-V03-02-10-01)
1850- Implemented /vis/scene/endOfEventAction.
1851
18529th August 2001  John Allison  (vis-V03-02-10-00)
1853- Note: non-standard tag to indicate internal use only.
1854- Added /vis/scene/create at start of compound command /vis/open to avoid
1855  warnings.
1856- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
1857  textual or graphical representation of the geometry hierarchy is now
1858  done in G4xxxTree classes in visua;ization/Tree.
1859- Removed /vis/scene/notifyHandlers from
1860  G4VVisCommandScene::UpdateVisManagerScene - too much updating going on.
1861  It was leading to recursive refreshing/updating.
1862- Implemented auto-refresh at end of event.  (See also OpenGL/History.)
1863  Introduced G4VSceneHandler::Get/SetMarkForClearingTransientStore for
1864  postponed (lazy) clearing of transients (e.g., trajectories) from store
1865  (graphical database) and view.  The mark is set at the end of
1866  G4VisManager::EndOfEvent and the actual clearing is done in:
1867    void G4VisManager::ClearTransientStoreIfMarked(){
1868      // Assumes valid view.
1869      if (fpSceneHandler->GetMarkForClearingTransientStore()) {
1870        fpSceneHandler->SetMarkForClearingTransientStore(false);
1871        fpSceneHandler->ClearTransientStore();
1872      }
1873    }
1874  which is called at the start of each G4VisManager::Draw and the beginning
1875  of G4VisManager::EndOfEvent.  Thus the picture stays from the end of all
1876  drawing for the event until the first drawing of the next event.
1877   
18785th August 2001  John Allison
1879- Small refinements to printing under new verbosity control.
1880
18814th August 2001  John Allison  (vis-V03-02-10)
1882- Re-implemented verbosity control.  Output statements wherever possible
1883  are controlled by the verbosity in a simple graded message scheme:
1884    enum Verbosity {
1885      quiet,         // Nothing is printed.
1886      startup,       // Startup and endup messages are printed...
1887      errors,        // ...and errors...
1888      warnings,      // ...and warnings...
1889      confirmations, // ...and confirming messages...
1890      parameters,    // ...and parameters of scenes and views...
1891      all            // ...and everything available.
1892    };
1893  Note that the G4VisManager member object name and type have changed:
1894    Verbosity             fVerbosity;  // New.
1895    const G4int           fVerbose;
1896    // fVerbose is kept for backwards compatibility for some user
1897    // examples.  (It is used in the derived user vis managers to print
1898    // available graphics systems.)  It is initialised to 1 in the
1899    // constructor and cannot be changed.
1900
19013rd August 2001  John Allison
1902- Added README.quick, a quick installation guide.
1903
190430th July 2001  John Allison  (vis-V03-02-09)
1905- Eliminated view parameters from G4VisManager.  Now, each view maintains its
1906  own parameters.  Can be copied from one view to another with:
1907    /vis/viewer/set/all <from-viewer-name>
1908    Copies view parameters from from-viewer to current viewer.
1909    Affects current viewer.
1910- Removed redundant methods from G4VisManager, mostly to do with old-style
1911  commands.
1912
191327th July 2001  John Allison  (vis-V03-02-08)
1914- Needs config-V03-02-01.
1915- Introduced environment variable G4VIS_NONE that, if set, no visualization
1916  drivers are built and no vis libraries are built, not even
1917  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
1918  variables G4VIS_BUILD and G4VIS_USE are *not* set.
1919- Removed the need to specify environment variables for visualization drivers
1920  which do not need external packages or libraries, namely :
1921      G4VIS_BUILD_DAWNFILE_DRIVER
1922      G4VIS_BUILD_RAYTRACER_DRIVER
1923      G4VIS_BUILD_VRMLFILE_DRIVER
1924      G4VIS_BUILD_ASCIITREE_DRIVER
1925      G4VIS_BUILD_GAGTREE_DRIVER
1926    with associated G4VIS_USE environment variables:
1927      G4VIS_USE_DAWNFILE
1928      G4VIS_USE_RAYTRACER
1929      G4VIS_USE_VRMLFILE
1930      G4VIS_USE_ASCIITREE
1931      G4VIS_USE_GAGTREE
1932  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
1933  C-pre-processor variables are automatically set.  Also, the C-pre-processor
1934  variables G4VIS_BUILD and G4VIS_USE are set.
1935- As before, environment variables for other drivers still need positive
1936  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
1937  category are:
1938      G4VIS_BUILD_DAWN_DRIVER
1939      G4VIS_BUILD_OPACS_DRIVER
1940      G4VIS_BUILD_OPENGLX_DRIVER
1941      G4VIS_BUILD_OPENGLWIN32_DRIVER
1942      G4VIS_BUILD_OPENGLXM_DRIVER
1943      G4VIS_BUILD_OIX_DRIVER
1944      G4VIS_BUILD_OIWIN32_DRIVER
1945      G4VIS_BUILD_VRML_DRIVER
1946    with associated G4VIS_USE environment variables:
1947      G4VIS_USE_DAWN
1948      G4VIS_USE_OPACS
1949      G4VIS_USE_OPENGLX
1950      G4VIS_USE_OPENGLWIN32
1951      G4VIS_USE_OPENGLXM
1952      G4VIS_USE_OIX
1953      G4VIS_USE_OIWIN32
1954      G4VIS_USE_VRML
1955  In this case G4VIS_NONE must *not* be set.
1956- Fixed unchecked pointer in G4VSceneHandler::ClearStore().
1957
195825th July 2001  John Allison  (vis-V03-02-07)
1959- Improved access to models (modeling-V03-02-03).
1960- Made G4VSceneHandler::fpModel non-const G4VModel* for convenience.
1961- Improved checks and warning messages in /vis/scene/add/scale.
1962
196324th July 2001  John Allison  (vis-V03-02-06)
1964- Needs greps-V03-02-01 for small interface change to G4Scale.
1965- Includes modeling-V03-02-02.
1966- Force rebuild of graphics "stores" (graphical databases) and, if
1967  auto-refresh is true, refresh of all views
1968  (/vis/scene/notifyHandlers) after an addition to scene.
1969- Improvements to /vis/scene/add/scale:
1970  o Added colour.
1971  o Assigned a genuine extent.
1972
197323rd July 2001  John Allison  (vis-V03-02-05 is non existent - sorry!!!)
1974- Improved /vis/scene/add/scale.
1975- Improved auto-refreshing.
1976
197721st July 2001  John Allison  (vis-V03-02-04)
1978- Added /vis/scene/add/scale.  Needs greps-V03-02-00 and intercoms-V03-02-02.
1979
198019th July 2001  Satoshi Tanaka  (vis-V03-02-03)
1981- Modification of G4DAWNFILEViewer.cc
1982- PostScript command "showpage" is always added to g4_XX.eps
1983  so that it is printable. (It can also be inserted into
1984  LaTeX documents.
1985
198618th July 2001  John Allison  (vis-V03-02-02)
1987- Ensured rotation and translation of replica is restored (modeling-V03-02-00)
1988  (fixes crashes in replica tracking).
1989
199014th July 2001  John Allison  (vis-V03-02-01)
1991- Included raytracer-V03-02-00 (minor cosmetics).
1992- Minor changes in G4OpenGLXViewer.cc to eliminate pedantic ISO C++ warnings.
1993- Merged vis-V03-02-patch01 (below) to head.
1994- Included new disclaimer.
1995
199614th July 2001  John Allison (vis-V03-02-patch01 in branch geant4-03-02-branch)
1997- Fixed crash in optimised mode: added Initialise() to viewers so
1998  that windows are opened after viewers are fully constructed.
1999
200010th July 2001  John Allison  (vis-V03-02-00)
2001- Removed old-style commands.
2002- Removed maintenance of G4VisManager's G4ViewParameters object (this
2003  will be removed soon).
2004- Merged vis-V03-02-patch00 (below) to head.
2005
200610th July  John Allison  (vis-V03-02-patch00 in branch geant4-03-02-branch)
2007- Corrected mistake which could cause crash if user specified a non-
2008  existent scene handler in /vis/sceneHandler/remove.
2009
201019th June 2001  Satoshi Tanaka (vis-V03-01-07)
2011-OS dependence is removed from the DAWN-network driver.
2012 * gethostname() removed
2013 * G4SocketConfig.hh and G4SocketMacro.hh are removed.
2014- Now "setenv G4DAWN_HOST_NAME hostname" is mandatory to use
2015  the DAWN-network driver.
2016
201715th June 2001  John Allison
2018- Added GAGTree to G4VisManager.cc, MyVisManager.cc.  Need corresponding
2019  changes in config.
2020
202115th June 2001  John Allison (vis-V03-01-06)
2022- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
2023  G4GAGTreeSceneHandler.
2024
202515th June 2001  Satoshi Tanaka (vis-V03-01-05)
2026- The  first committing of GAGTree driver.
2027- Other files in ./Tree/ are the same as vis-V03-01-04.
2028
20295th June 2001  John Allison (vis-V03-01-04)
2030- Moved re-useable code from G4ASCIITree to G4VTree.
2031- Made sure all pointers in G4VisManager are initialised on construction.
2032
20334th June 2001  John Allison
2034- G4ASCIITree: Added logical volume name and solid name and type under
2035  verbosity control.
2036- G4ASCIITree: Forced culling off so that all volumes are seen, even if
2037  "invisible".
2038
203929th May 2001  John Allison
2040- Small clean up in test directory.
2041
204225th May 2001  John Allison
2043- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
2044
204524th May 2001  John Allison  (vis-V03-01-03)
2046- Added missing files G4ASCIITreeMessenger.hh/cc.
2047- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
2048- Drivers in alphabetical order in MyVisManager.cc.
2049
205023rd May 2001  John Allison
2051- Eliminated Linux pedantic warnings, except FukuiRenderer, VRML and OPACS.
2052
205322nd May 2001  John Allison
2054- Refined ASCIITree.
2055
205621st May 2001  John Allison (vis-V03-01-02)
2057- Minor bug corrections (mostly to fix things that used to work with the
2058  old /vis~/ commands but ceased to work with the new /vis/commands:
2059  o If a scene is empty at drawing time, the "world" is added.
2060  o Window size hint now works for OpenGL.
2061- Fixed some minor warnings for strict C++ (size_t, etc.).
2062
206318th May 2001 John Allison
2064- Removed unnecessary virtual inheritance of G4VViewer in G4RayTracerViewer.
2065- Introduced verbosity to ASCIITree.
2066- Proper deletion of directories in G4VisManagerRegisterMessengers.
2067
206815th May 2001 John Allison
2069- Fixed bug in name of /vis/viewer/set/sectionPlane command.
2070
20713rd May 2001 John Allison (vis-V03-01-01)
2072- Changes for greps-V03-01-01 (elimination of RW).
2073- Improvements in /vis/scene/add/volume.
2074- Added /vis/drawTree.
2075
207610th April 2001  John Allison (vis-V03-01-00)
2077- Added two new commands:
2078    /vis/scene/add/text
2079    /vis/scene/add/axes
2080- Added first version of ASCIITree to dump geometry hierarchy to
2081  standard output as ASCII stream.
2082  This requires two new environment variables:
2083    G4VIS_BUILD_ASCIITREE_DRIVER
2084    G4VIS_USE_ASCIITREE
2085  and config-V03-01-00.
2086
20872nd April 2001  John Allison
2088- Tidied OpenGL (opengl-V03-00-01) - see OpenGL/History.
2089
20902nd April 2001  John Allison  (vis-V03-00-09)
2091- Fixed some warnings from DEC cxx.
2092
209315th March 2001  John Allison  (vis-V03-00-08)
2094- Changed rotation of phi-replicas in G4PhysicalVolumeModel.cc to
2095  ensure correspondence with rule that phi=0 bisects the replica.
2096  WARNING: Prior to this fix the graphics did NOT correspond to the
2097  replica navigation.  If you have been relying on the graphics to
2098  position daughter volumes in a phi-replica, navigation will have
2099  been incorrect, possibly without causing a crash.  The above fix
2100  will change the apparent position as shown by the graphics and you
2101  will have to correct the positioning of daughters.  Make sure the
2102  diaghters are all properly enclosed within the replica.  Graphics
2103  and navigation now correspond,
2104
21057th March 2001  John Allison  (vis-V03-00-07)
2106- Cosmetic corrections for ISO compliance.
2107
210823rd February 2001  John Allison  (vis-V03-00-06)
2109- Removed all references to RogueWave.
2110
21114th February 2001  John Allison  (vis-V03-00-05)
2112- Reverted to /vis/viewer commands updating vis manager's view parameters.
2113  Otherwise this can have a big effect on users if old commands are still
2114  being used.  Let's schedule this change for the next version of Geant4.
2115- Added the following new commands:
2116  /vis/enable [true|false]
2117  /vis/disable
2118  /vis/verbose [<verbosity-integer>]
2119  /vis/viewer/set/lineSegmentsPerCircle  [<number-of-sides-per-circle>]
2120  /vis/viewer/set/sectionPlane ...
2121  Only /vis/scene/add/text and /vis/scene/add/axes to go!!!
2122
21234th February 2001  John Allison  (vis-V03-00-04)
2124- /vis/viewer commands no longer update vis manager's view parameters.
2125- Most /vis~/ copmmands give DEPRECATED warning, except:
2126  /vis~/draw/axes
2127  /vis~/draw/text
2128  /vis~/set/section_plane
2129  /vis~/set/sides
2130  /vis~/set/verbose
2131  which have still to be re-implemented.  All /vis~/ commands are still
2132  available through /vis/ for the time being.  (Window size hint no longer
2133   works.)
2134- Added "auto refresh" to view parameters.
2135- Added "default" view parameters to viewers.
2136- Made OpenGL viewers "auto refresh" by default.
2137- Added:
2138  /vis/viewer/set/autoRefresh
2139  /vis/viewer/set/projection
2140- Added compound command:
2141  /vis/drawView [<theta-deg>] [<phi-deg>]
2142                [<pan-right>] [<pan-up>] [<pan-unit>]
2143                [<zoom-factor>]
2144                [<dolly>] [<dolly-unit>]
2145
21464th February 2001  John Allison  (vis-V03-00-03)
2147- Added several new vis commands:
2148  /vis/viewer/dolly
2149  /vis/viewer/dollyTo
2150  /vis/viewer/lightsThetaPhi
2151  /vis/viewer/lightsVector
2152  /vis/viewer/pan
2153  /vis/viewer/panTo
2154  /vis/viewer/viewpointThetaPhi
2155  /vis/viewer/viewpointVector
2156  /vis/viewer/zoom
2157  /vis/viewer/zoomTo
2158  /vis/viewer/set/hiddenMarker
2159  /vis/viewer/set/lightsMove
2160
21613rd February 2001  John Allison  (vis-V03-00-02)
2162- Tidied for CodeWizard.  Small changes to many files in management, modeling
2163  and OpenGL.
2164
21651st February 2001  John Allison  (vis-V03-00-01)
2166- Fixed cause of crash when setting viewpoint before creating scene (Bug #157).
2167  Solution: SetView no longer called when view parameters are changed.  In
2168  any case it's called just before drawing, whixh is the right place.
2169- Fixed /vis/set/sides problem (Satoshi Tanaka) (Bug #204).
2170  Solution: Update view's view parameters in /vis/set/sides - had somehow
2171  been overlooked.
2172
217325th January 2001  John Allison
2174- Added protection against empty G4Polyhedron objects.
2175   FukuiRenderer/src/G4FRSceneFunc.icc
2176   OPACS/src/G4GoSceneHandler.cc
2177   OpenGL/src/G4OpenGLSceneHandler.cc
2178   OpenInventor/src/G4OpenInventorSceneHandler.cc
2179   VRML/src/G4VRML1SceneHandlerFunc.icc
2180   VRML/src/G4VRML2SceneHandlerFunc.icc
2181
218225th January 2001  John Allison  (opengl-V03-00-00)
2183- Fixed Bug #120.  Implemented running re-calculation of up-vector in
2184  the case of "object rotation" (lights move with camera) to prevent
2185  "flipping" of view when camera passes through up-vector.  Note that
2186  the default is "camera rotation" (lights do not move with camera,
2187  i.e., remain fixed relative to object) so the default is that this
2188  "flipping" can happen.  To set "object rotation" (lights move with
2189  camera) use /vis/lights/move_with_camera true (soon to be
2190  /vis/viewer/set/lights move-with-camera) or click "Object" radio
2191  button on Rotation Panel in OpenGLXm mode.
2192- Changed some objects to references for efficiency.  E.g.:
2193  const G4Vector3D& vp = pView->fVP.GetViewpointDirection ().unit ();
2194
219518th January 2001  John Allison
2196- Corrected G4PhysicalVolumeModel.  This corrects a bug whereby the
2197  requested drawing of a physical volume and its decendants starting
2198  at a depth greater than 2 was incorrectly positioned on the screen.
2199- /vis/scene/include commands withdrawn - use equivalent commands
2200  /vis/scene/add.
2201- OpenGL: cosmetic and minor performance improvements.
2202
220316th January 2001  John Allison  (vis-03-00-00)
2204- All vis commands "available" in all G4 states.
2205- Other small cosmetic changes to commands.
2206- OpenGL: square and circle markers correctly rendered.
2207  Note: subsequent rotations in stored mode also rotate these markers.
2208- Some small changes to test  - see test/History.
2209
22102nd November 2000  Gunter Folger  (vis-V02-00-02)
2211- Added targets includes and clean_libs to visualization/GNUmakefile.
2212
221318th October 2000  John Allison  (vis-V02-00-01)
2214- G4PhysicalVolumeModel: protected against volumes without material.
2215- Removed /vis/viewer/update from compound commands /vis/drawVolume
2216  and /vis/specify.
2217- Updated comments in G4VisManagerRegisterMessengers.cc.
2218
221919th August 2000  John Allison  (vis-V02-00-00)
2220- Fixed bug in /vis/lights/direction - now does not refresh view.
2221- Corrected "scene" where it should read "scene handler" in some
2222  comments and output statements.
2223
22243rd July 2000  John Allison
2225- Explicitly initialised all data members of G4ViewParameters in constructor.
2226
22279th June 2000  John Allison  (vis-V01-01-06)
2228- Tagged for system testing.
2229
22308th June 2000  Guy Barrand
2231- OPACS/src/G4GoSceneHandler.cc : correct polyhedron
2232  wire-frame in order to remove some edges. Now the
2233  rendering is the same than for OpenGL driver.
2234   This was requested for long by ALICE, and had been
2235  requested for ATLAS by Gaston Parrour recently.
2236
22377th June 2000  John Allison
2238- /vis/viewer/update preferred, synonym /vis/viewer/show deprecated.
2239
22407th June 2000  Makoto Asai
2241- Fix the flip view of RayTracer.
2242
22432nd June May 2000  John Allison
2244- Forced /control/verbose 2 for compound commands.
2245
224620th May 2000  John Allison
2247- Bug fix in G4PhysicalVolumeModel for replicas (Guy Barrand).
2248
224926 May 2000  Guy Barrand
2250- management/src/G4VisCommandsScene.
2251  Protect against a null pointer for aScene in NotifyHandlers::SetNewValue.
2252- OPACS/src/G4WoViewer.cc :
2253  Change camera name checking so that a viewer created
2254  by the GUI (Wo) could be hooked.
2255- OPACS/src/G4GoSceneHandler.cc :
2256  Change circle rendering.
2257- OpenInventor/G4OpenInventorSceneHandler : protect against null pointers.
2258
225922nd May 2000  John Allison  (vis-V01-01-05)
2260- Many bug fixes from in OpenGL (opengl-V01-01-00) - see OpenGL/History.  Main
2261  features:
2262  o workaround for bug in Mesa which slowed OpenGLXm (Guy Barrand).
2263  o multiple OpenGLXm windows no longer cause crash on exit (Guy).
2264- modeling-V01-01-00: Added G4VTreeGraphicsScene (DTREE).
2265- G4Scene::IsEmpty if empty of RunDurationModels - VisManager adds world in
2266  this case.
2267
226818th/19th May 2000  John Allison
2269- Introduced some /vis/viewer/set commands.
2270- /vis/scene/include/trajectories changed to /vis/scene/add/trajectories.
2271  Similarly hits.  (Old commands kept but deprecated.)
2272- G4ViewParameters.cc: bug fix in density culling printing.
2273- G4VisCommandsSceneHandler.cc: bug fix in /vis/sceneHandler/create.
2274- G4VisManagerRegisterMessengers.cc: improved comments.
2275
227618th May 2000  John Allison  vis-V01-01-04
2277- Included DAWN-V01-01-04: Automatic filename incrementation is made default.
2278
227915th May 2000  John Allison
2280- Added compound commands /vis/open, /vis/drawVolume and /vis/specify.
2281- /vis/viewer/reset now resets *all* view parameters.
2282- Fixed double application of transformation in /vis/scene/add/volume.
2283- Fixed verbosity parameter in /vis/scene/list.
2284- Made G4BoundingSphereScene::PreAddThis non-inline.
2285
228613th May 2000  John Allison
2287- Redefined current target point to be *relative* to standard target point.
2288  (No longer necessary to initialize current target point in G4VViewer
2289  constructor.  The fix of 4th May is reversed.)
2290
229111th May 2000  Satoshi Tanaka vis-V01-01-03
2292- In G4DAWNFILEViewer.cc,
2293  <       strcpy( fPSViewer, "ghostview" );
2294  ---
2295  > //    strcpy( fPSViewer, "ghostview" );
2296  >       strcpy( fPSViewer, "gv" );
2297
2298
22994th May 2000  John Allison
2300- Tidied comments in G4VisManagerRegisterMessengers.cc.
2301- Initialize current target point in G4VViewer constructor.
2302- Re-implemented /vis/viewer/reset to change view parameters of
2303  viewer directly.
2304
23052nd May 2000  John Allison  vis-V01-01-02
2306- Added /vis/viewer/reset.
2307- G4VSceneHandler, G4VViewer, G4OpenGLXmMainMenubarCallbacks: corrected
2308  some name anomolies - "scene" was still being used in places where it
2309  meant "scene handler".
2310- G4VViewer: added GetShortName(), corrected SetName(...).
2311- G4ViewParameters.hh: improved class description.
2312- G4VisManager: added ViewerShortName(...) and GetViewer(...) utilities.
2313- G4RayTracer: set out-of-world ray to black.
2314- G4RayTracerViewer: corrected trapping of orthogonal projection.
2315- Some minor enhancements to tests.
2316
231727th April 2000  Gabriele Cosmo
2318- Removed unnecessary #include "G4Transform.hh" from VRML.  (Since
2319  geometry-V01-01-02 G4Transform.hh no longer exists.) 
2320
232127th April 2000  John Allison
2322- Updated README file.
2323
232412th April 2000  John Allison  vis-V01-01-01
2325- Made G4PhysicalVolumeModel::DescribeSolid virtual.
2326- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
2327  solids - now programmed into CompositeSolid::CreatePolyhedron, where
2328  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
2329  G4UnionSolid.
2330- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
2331  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
2332- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
2333  components of composite solids as white forced-wireframe objects.
2334- Removed unnecessary #includes from G4VSceneHandler.hh which required
2335  consequent inclusion in many other scene handlers and viewers.
2336
23377th April 2000  John Allison  vis-V01-01-00
2338- Modified GNUmakefiles for restructured geometry.
2339
234029th February 2000  John Allison  vis-V01-00-06
2341- Changed `char*' to `const char*' in G4FRClientServer::Err(...).
2342
234328th February 2000  John Allison
2344- Cosmetic improvements to G4RayTracerSceneHandler.hh and G4RayTracerViewer.hh.
2345
234624th February 2000  John Allison
2347- Minor inmprovement of messages from /vis/viewer/refresh.
2348- Cosmetic tidying in G4OpenGLViewer.cc.
2349- Added protection for null viewer in G4RTSteppingAction.cc and
2350  G4RayTrajectory.cc.
2351- Corrected for zoom, etc., in G4RayTracerViewer.cc.
2352
235323rd February 2000  John Allison
2354- Added G4RayTracerSceneHandler and Viewer.
2355- Some modifications to other RayTracer routines for vis compliance.
2356- (Note: headAngle still not right - ray traced views are sometimes tipped.)
2357
235823rd February 2000  John Allison  vis-V01-00-05
2359- Includes raytracer-V01-00-01a which is original version plus fixes for
2360  ISO compliance.
2361
236221st February 2000  John Allison
2363- /vis/viewer/refresh no longer invokes ShowView().
2364- G4VViewer: introduced data member fShortName.
2365- Added G4RTSteppingAction and G4RayTrajectory to list of G4VisManager's
2366  friends.
2367- Improved G4VisManager::CreateSceneHandler() and CreateViewer() and
2368  handling of error in G4VisCommandSceneHandler::Create() and
2369  G4VisCommandViewer::Create().
2370- OpenGL: char* becomes const char*.  Small output text improvement.
2371- test: some changes for Ray Tracer.  Boolean intersection instead of union.
2372
237302 February 2000  Guy Barrand
2374- OPACS/src/G4XoViewer.cc : change WaitForNotify signature to
2375  be able to compile with DEC-cxx 6.1.
2376
2377vis-V01-00-04 29th January 2000  Satoshi Tanaka
2378- CVS tag is assigned to the Makoto's committing below.
2379
238029th January 2000  Makoto Asai
2381- Introduction of G4RayTracer (visualization/RayTracer/...)
2382- Migration of G4RayTracer
2383  affected files :
2384    visualization/GNUmakefile
2385    visualization/management/include/MyVisManager.cc
2386    visualization/management/src/G4VisManager.cc
2387  affected files in other directory :
2388    config/G4VIS_BUILD.gmk
2389    config/G4VIS_USE.gmk
2390
2391vis-V01-00-03  17th January 2000  John Allison
2392- Added protection for no voxelisation in G4LogicalVolumeModel.cc.
2393- Changed endl to G4endl in G4VisCommandsViewer.cc and G4GoSceneHandler.cc.
2394
239514th January 2000  John Allison
2396- Added protection for no viewer in G4VisCommandsViewer.cc.
2397
2398vis-V01-00-02  11th January 2000  John Allison
2399- General handling of displaced solid (G4PhysicalVolumeModel).
2400- Introduced /vis/viewer/show (/vis/viewer/update is synonym).
2401- Improved printing in /vis/camera/reset.
2402
2403vis-V01-00-01  27th December 1999  Satoshi Tanaka
2404- VRML-V01-00-00 27th December 1999  Satoshi Tanaka
2405- G4endl ==> "\n" for fDest objects ... for ISO standard C++ compiler
2406
2407vis-V01-00-00  16th December 1999  John Allison
2408- (Note: NOT FOR SYSTEM TESTING - this tag still has problems with
2409   displaying logical volumes and text.)
2410- Added /vis/viewer/refresh.
2411- Rationalised command lists for keeping parameter lists up to date,
2412  G4VVisCommand::sceneNameCommands, etc.
2413- Added AddThis(const G4Polycone&), etc., to prevent hiding warnings.
2414- Developments in test - see test/History.
2415
2416vis-V00-01-14a  7th December 1999  John Allison
2417- Added `class' keyword in friend statement in G4VisStateDependent.hh
2418  to keep HP happy.
2419
2420vis-V00-01-14  6th December 1999  John Allison
2421- Invert rotation of boolean component in G4PhysicalVolumeModel.cc.
2422
2423vis-V00-01-13  Satoshi TANAKA  Dec 01, 1999
2424- DAWN-V00-01-08
2425- Removed implicit casting from the previous updation
2426
2427vis-V00-01-12  Satoshi TANAKA  Nov 30, 1999
2428- DAWN-V00-01-06
2429- Fixing improper definition of alpha1, alpha2
2430
2431vis-V00-01-11  29th November 1999  John Allison
2432- Introduced helper class G4VisStateDependent to decouple G4VisManager from
2433  G4StateManager, G4RunManager, etc.
2434- Archived old directoris inside test subdirectory.
2435
2436vis-V00-01-10  25th November 1999  John Allison
2437- Adapted relevant header files of modeling and management for
2438  Software Reference Manual.
2439
2440vis-V00-01-09  23th November 1999  Satoshi Tanaka
2441- Protection to ill-defined G4Trap in AddThis()
2442
2443vis-V00-01-08  10th November 1999  John Allison
2444- Added capability of viewing Boolean solids - coworks with geometry-V00-01-01.
2445- Fixed bug in G4VViewer to maintain proper status of fNeedKernelVisit.
2446- Added Boolean solids to test/src/MyDetectorConstruction.cc.
2447- Added circle to represent end of step in test/src/MySteppingAction.cc.
2448
2449vis-V00-01-07  5th November  John Allison
2450- Added /vis/viewer/update [<viewer-name>].
2451- Some groundwork for /vis/scene/edit.
2452- Added additional check in G4VisManager::IsValidView().
2453- G4VSceneHandler::ClearStore() invokes fpViewer -> NeedKernelVisit().
2454  (After a clear of the graphical database it is necessary to do this.
2455  So if a derived class redefines, it must still invoke this base
2456  class method.
2457- G4Scene::AddRunDurationModel(), AddWorldIfEmpty(), AddEndOfEventModel():
2458  avoid duplicate models and flag with G4bool return argument.
2459- G4VisCommandsSceneAdd: respect the above G4bool return value.
2460- G4Scene::AddRunDurationModel(): remove temporary workaround for old CLHEP
2461  non-const problem.
2462- Added 3rd template argument of map (to keep Sun CC 4.2 happy) in
2463  G4OpenGLStoredSceneHandler.hh and G4OpenInventorSceneHandler.hh.
2464- G4OpenGLStoredSceneHandler::ClearStore() and
2465  G4OpenInventorSceneHandler::ClearStore() invoke base class function
2466  G4VSceneHandler::ClearStore().
2467
2468VRML-V00-01-01 4th November 1999  Satoshi Tanaka
2469- Introduction of VRMLBeginModeling() for new vis commands 
2470- Updation and tagging of visualization/VRML/
2471  and this History file
2472
2473DAWN-V00-01-04  04th November 1999 Satoshi TANAKA 
2474- Protection to AddPrimitive( G4NURBS )
2475- Updation and tagging of visualization/FukuiRenderer/
2476  and this History file
2477
2478DAWN-V00-01-03  02nd November 1999 Satoshi TANAKA
2479- Updation and tagging of visualization/FukuiRenderer/
2480  and this History file
2481- Environmental variable G4DAWN_MULTI_WINDOW is
2482  renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
2483  (G4DAWN_MULTI_WINDOW  still works for a while.)
2484
2485DAWN-V00-01-02  01st November 1999 Satoshi TANAKA
2486- Updation and tagging of visualization/FukuiRenderer/
2487  and this History file
2488- Separation of BeginModeling() and FRBeginModeling().
2489  Co-workable with /run/beamOn with the new vis commands.
2490
249129 Oct 1999  Guy Barrand
2492- Modify  G4Xo.cc to not load G4Xo.xrm resource file.
2493  Resource must be grouped in some g4.xrm file.
2494
2495vis-V00-01-06  25th October 1999  John Allison
2496- No longer update view parameters in /vis/scene/add/volume, etc.
2497- Change G4RWTValHashDictionary to G4std::map in G4OpenGLStoredSceneHandler
2498  and G4OpenInventorSceneHandler (needs global-V00-01-03).
2499
250011 Oct 1999  Guy Barrand
2501- G4GoSceneHandler.cc/G4GoSceneHandler::EndPrimitives : modify
2502  the logic of setting the OMatrix for Go objects in order
2503  to avoid the usage of the CLHEP/Rotation.getAngleAxis that
2504  clearly has precision problem on some platforms (at least
2505  Linux and HP-UX).
2506
2507vis-V00-01-05  4th October 1999  John Allison
2508- Implemented /vis/scene/add/logicalVolume.
2509- Added G4LogicalVolumeModel.
2510- Augmented G4PhysicalVolumeModel so G4LogicalVolumeModel could inherit.
2511- Updated G4BoundingSphereScene and G4PhysicalVolumeSearchScene to
2512  implement extra virtual functions in G4VSceneHandler interface.
2513- Moved virtual destructor G4VModel::~G4VModel to non-inline implementation.
2514- Tidied G4VSceneHandler.
2515
2516vis-V00-01-04 30 Sep 1999  Satoshi Tanaka
2517- RW/STL dependence was removed from VRML 1.0 driver
2518
251915 Sep 1999  Guy Barrand
2520- Modify  G4OpenGLStoredSceneHandler.cc to compile on Linux-g++ with STL.
2521
2522vis-V00-01-03  27th August  John Allison
2523- Modified GNUmakefile to prevent building of global libraries.
2524
2525vis-V00-01-02  27th August  John Allison
2526- Eliminate residual references to G4Ray.
2527- Improved some informational printing in G4VisManager::IsValidView.
2528- G4Vis
2529Manager::SetCurrentGraphicsSystem no longer gives spurious warnings.
2530- Improved README (change `gmake global' to plain `gmake').
2531
2532vis-V00-01-01 26th August Satoshi TANAKA
2533- Protection for invalid calling of BeginModeling
2534- .DAWN.history ==> .DAWN_1.history
2535   **** It means DAWN version 3.80a or  after is  required ***
2536
2537vis-V00-01-00  24th August Satoshi TANAKA
2538- Improved README.
2539
2540vis-01-00-15a  3rd July 1999  John Allison
2541- Improved README (Guy).
2542- Corrected a fprintf statement in G4OpenGLXViewer::spewWireframeEPS.
2543
2544vis-01-00-15  29th June 1999  John Allison
2545- Moved #include <rw/tvhdict.h> from G4OpenGLSceneHandler.hh to .cc.
2546- Corrected #ifdef G4VIS_BUILD_OPENGL_DRIVER in G4OpenGLXViewer.hh.
2547
2548vis-01-00-14  19th June 1999  John Allison
2549- Removed references to G4Ray from GNUmakefile.
2550- Archived (cvs removed) all G4Ray files.
2551- Cosmetic change to an output statement in G4VisToOldVisCommands.cc/
2552
2553vis-01-00-13  1st June 1999  John Allison
2554- Updated README for May Release (Satoshi, John).
2555- Removed G4Ray from tag.
2556
255731 Mai 1999  Guy Barrand
2558- G4XoViewer : remove enabling/disabling XoCamera popup menu logic.
2559  In some situation (N03) we were loosing the XoCamera popup menu.
2560- G4XoViewer : correct ClearStore, ClearTransientStore.
2561
2562vis-01-00-12a  26th May 1999  John Allison
2563- G4TrajectoriesModel.cc: (*TC) [iT] -> DrawTrajectory ();
2564
2565vis-01-00-12  25th May 1999  John Allison
2566- Moved global operator != to member function.
2567- Updated OPACS to handle "ClearTransientStore" (Guy).
2568
2569vis-01-00-11  12th May 1999  Guy Barrand
2570- G4VSceneHandler : ClearTransientStore.
2571- G4VisCommandsSceneHandler : protect against a null pointer.
2572- OpenInventor : use HEPVis/SoWindow to create windows (needed
2573  on NT). Implement the a "transient scene graph" for "event"
2574  things. Use fXxx convention for fields.
2575- G4TrajectoriesModeling : do not draw a "marker" at each step by default.
2576
2577vis-01-00-10  10th May 1999  John Allison
2578- Acted upon Code Wizard reports.  Mainly made destructors virtual.
2579
2580vis-01-00-09  28th April 1999  John Allison
2581- Changes for UserAction classes.
2582
2583vis-01-00-08  John Allison
2584- Changes by Paulo Mora de Freitas for decoupling vis from parameterisation.
2585
258618th April 1999  John Allison
2587- Added "defined" after || in VRML1(1)(File).hh.  (Some preprocessors
2588  give an error without it.)
2589
2590vis-01-00-07  15th April 1999  John Allison
2591- Replaced visualization/test/GNUmakefile by a simple one using binmake.gmk.
2592- Added CPPFLAGS += -I$(G4BASE)/intercoms/include to some GNUmakefiles ready
2593    for the move of G4VGraphicsScene to intercoms.
2594
2595vis-01-00-06  29th March 1999  John Allison
2596- Platform dependency fix in G4VisCommandsScene.cc.
2597
2598vis-01-00-05  7th February 1999  John Allison
2599- management: - Added /vis/scene/notifyHandlers.
2600              - Added virtual functions AddThis (const G4Polycone and
2601                G4Polyhedra to G4VSceneHandler
2602              - Moved some code from G4VisManager to G4Scene::AddWorldIfEmpty.
2603              - Various refinements and bug fixes.
2604- modeling: Augmented G4PhysicalVolumeSearchScene and G4BoundingSphereScene
2605            See modeling/History.
2606- OpenGL: - Corrected edgeCount check for triangles in
2607            G4OpenGLSceneHandler::AddPrimitive (const G4Polyhedron&).
2608          - Added (long unsigned int) cast in G4OpenGLXmRotationCallbacks.cc.
2609          - Added SetView and ShowView to G4OpenGLXViewer:
2610              // To force change of context...
2611              void G4OpenGLXViewer::SetView () {
2612                glXMakeCurrent (dpy, win, cx);
2613                G4OpenGLViewer::SetView (); 
2614              }
2615              // Hopefully to get better flushing in DEC OpenGL...
2616              void G4OpenGLXViewer::ShowView () {
2617                glXWaitGL ();
2618                glFlush ();
2619              }
2620
2621
2622vis-01-00-04 11th January 1999  John Allison
2623- Completed change of names from scene to sceneHandler, view to viewer.
2624- Vis manager and scene handlers now keep pointer to scene, rather than a copy.
2625- G4SceneList now a simple G4RWTPtrOrderedVector.
2626- /vis/camera/reset now resets viewpoint direction and up vector.
2627
2628vis-01-00-03 10th January 1999  John Allison
2629- Added flags for viewing geom, hits, digis to G4ModelingParameters.
2630
2631vis-01-00-02  9th January 1999  John Allison
2632- Changed Scene to SceneHandler, View to Viewer.
2633
2634vis-01-00-01  6th January 1999  John Allison
2635- Made G4VisManager::GetInstance() private to prevent inadvertent misuse.
2636- Removed #include GNU_GCC - no longer necessary for egcs.
2637- Continued developing the new commands.
2638
2639vis-00-04-04  16th December 1998  John Allison
2640- test/GNUmakefile for Linux-g++
2641- test/test19.cc - removed g4templates.hh
2642- OpenGL - reverted to 100%.
2643
2644vis-00-04-03  9th December 1998  John Allison
2645- Made /vis/ commands from /vis~/.  The idea is to maintain backwards
2646  compatibility while allowing us to "deprecate" the old commands over
2647  a period of time.  Some of these /vis/ commands respond with "superceded",
2648  i.e., superceded by new commands, but still available in /vis~/.
2649- OpenGL viewing volume increased by 20% to prevent corners being clipped.
2650
2651- 08/12/98 : G.Barrand : OpenInventor : due to
2652  huge load problems on various platforms, init only
2653  the HEPVis things that are needed.
2654
2655vis-00-04-02  30th November 1998  Satoshi Tanaka
2656- G4VRMLFILE_DEST_DIR for customising out file name - see VRML/History.
2657
265829th November 1998
2659- Added CPPFLAGS += -I....electromagnetic/utils/include to test/GNUmakefile.
2660- Added fName to G4SceneData.
2661
2662vis-00-04-01  25th November 1998  John Allison.
2663- G4Ray/GNUmakefile update for move of files in particles.
2664- Added const G4VisAttributes* fpDefaultVisAttributes and access
2665  functions to G4ModelingParameters.
2666- Reverted to default assignment operator and copy constructor for
2667  G4ModelingParameters and G4ViewParameters.
2668- G4PhysicalVolumeModel can now handle invisible daughters.
2669- More new /vis/ commands - depends on intercoms-00-04-01.
2670- G4VScene passes DefaultVisAttributes* to ModelingParameters.
2671
2672vis-00-03-07  23rd November 1998  John Allison.
2673- modeling/GNUmakefile update for move of files in particles (Hisaya).
2674- Removed semi-colon in G4BoundingSphereScene.cc.
2675
2676vis-00-03-06  9th November 1998  John Allison.
2677- Small change to a message in G4VisManager.
2678- VRML refinement - see VRML/History.
2679- Needs greps-00-03-03.
2680
2681vis-00-03-05b  9th November 1998  John Allison.
2682- Merged 6th November changes with vis-00-03-05a
2683- Bug fix in G4VisManager::IsValidView for batch running.
2684- Needs greps-00-03-03.
2685
2686vis-00-03-05a  9th November 1998  Satoshi Tanaka
2687- VRML 2.0 Visualization driver is added to
2688  management/include/MyVisManager.cc.
2689
2690vis-00-03-05  9th November 1998  Satoshi Tanaka
2691- VRML 2.0 Visualization driver is commited:
2692 (1) Generatin of VRML 2.0 format files to describe Geant4 simulation.
2693 (2) Interactive displaying of physiccal-volume names and copy numbers
2694 (3) Interactive displaying of hit positions (displayed strings are
2695     costomizable.
2696 (4) Wireframe drawing style of Geant4 visualization is reflected as
2697     transparency = 0.7.  This value is customizable.
2698     If transparency is 1.0, drawing of detector geometry is skipped,
2699     and hits can be picked easily.
2700
27016th November 1998  John Allison
2702- Implemented basic /vis/viewer commands.
2703- Added `const G4String& name' argument to G4VScene and G4VView constructors.
2704
2705vis-00-03-04  30th October 1998  John Allison
2706- Tagged.
2707
270829th October 1998  Guy Barrand
2709- G4OpenGLXView.hh, G4OpenGLXmView.cc, G4OpenGLXmWindowHandlingCallbacks.cc
2710  in order that things compile and compile without warnings on HP/aCC
2711
271214th October 1998  John Allison
2713- Augmented the new /vis/ commands.  Still not complete but they
2714  co-work with the old commands.
2715- Changed char* fName to G4String fName in G4VScene and G4VView.
2716  Consequent changes in G4OpenGLView.  Also OpenInventor?  Etc.
2717
271811th October 1998 Andy Walkden
2719- added (not a very good) version of hidden lines removal code. This code
2720  suffers from depth buffering artefacts. glPolygonOffset is a feature of
2721  OpenGL version 1.1, and can help overcome depth buffer problems. The code
2722  to utilise glPolygonOffset is committed, but commented out, as it doesn't
2723  seem to work with the version of Mesa available on rsplus currently. My
2724  ideal strategy is to enable depth testing, draw the model as lines, enable
2725  filled polygon offsetting (glPolygonOffset(1.0 /*offset scale factor*/,
2726  2/*offset bias*/); glEnable (GL_POLYGON_OFFSET_FILLED);) then draw the
2727  model as filled polygons. The offsetting should just add `2' (in window
2728  coordinates, I think) onto the z value of all vertices relating to filled
2729  polygons, thus dismissing the conflict between almost identical z values
2730  for lines and filled polygon edges.
2731
2732vis-00-03-03 9th October 1998  John Allison
2733- G4VisManager inherits G4VStateDependent.  This is used to draw
2734  end-of-event models.
2735
27364th October 1998 Andy Walkden
2737- Added ability for all G4OpenGLX derived graphics systems to produce
2738  vectored PostScript hardcopy. Facility for `automated screen dump'
2739  (i.e. pixmap output) still kept, as some rasterization features
2740  don't make it into the vectored PostScript output (such as haloing
2741  effects). Facility currently available via G4OpenGLXm by clicking
2742  `Miscellany' then `Create .eps file', to get a popup printing
2743  window.
2744
2745vis-00-03-02a  26th September 1998 
2746- DAWNFILE driver is made platform dependent.
2747  (It is now compilable both at both Unix and NT without necessity
2748   of C macros like WIN32.)
2749
2750vis-00-03-02  25th September 1998 
2751- DAWNFILE driver is ported to VC++
2752
2753vis-00-03-01  24th September 1998  John Allison
2754- Eliminated G4VPhysicalVolume* fpWorld data memebr from G4VisManager.
2755
275622th September 1998 Guy Barrand.
2757- Correct modeling, management, G4Ray /GNUmakefile to have
2758  correct digits+hits includes.
2759
276019th September 1998 Guy Barrand.
2761- Due to a correction in globals.h restore correct code
2762  so that OpenInventor files compile correctly on NT.
2763
2764vis-00-02-06  31st August 1998  John Allison
2765- Added G4VModel::Validate() and in subclasses.
2766- Reverted to default copy constructir and assignment operator in G4SceneData.
2767- Implemented G4VisManager::GeometryHasChanged().
2768- Switched on echoing of commands and history mechanism in test19.g4m.
2769
2770vis-00-02-05  27th August 1998  John Allison
2771- Added G4HitsModel and G4TrajectoriesModel.
2772- Added /vis/scene/include/hits and trajectories, and some bug fixes.
2773
2774vis-00-02-04  22nd August 1998  John Allison
2775- Many changes in modeling - see modeling/History.
2776- New commands: /vis/scene/create, list, add/volume, add/ghosts.
2777
2778vis-00-02-03a  20th August 1998  John Allison
2779- Restored some code in G4SceneData.cc
2780- Fixed syntax bug in G4PhysicalVolumeSearchScene.hh
2781
2782vis-00-02-03  14th August 1998  John Allison
2783- Added G4VisManager::GeometryHasChanged() - run manager can notify change.
2784- Removed AddRun(Event)DurationModelToCurrentSceneData - no longer used.
2785- Some bug corrections in visualization/OpenGL (Guy Barrand - see
2786  vis blackboard for details).
2787- Some protection added in visualization/OPACS (do.)
2788- Created visualization/test/OPACS (do.)
2789
279012th August 1998  John Allison
2791- More new commands - not fully functional yet.
2792
279311th August 1998  Guy Barrand
2794- G4OpenInventor : remove uneccesary includes.
2795
2796vis-00-02-02b  11th August  Satoshi Tanaka
2797- AddPrimitive() for polymarker are implemented in DAWN and VRML drivers.
2798
2799vis-00-02-02a  9th August  John Allison
2800- Small bug fix in G4VisCommandsScene.cc.
2801
2802vis-00-02-02  9th August  John Allison
2803- Changed '.' to '-' in scene/view names.
2804- Began introduction of new /vis/ commands.
2805- Consequent changes to test - see test/History.
2806
28077th August  Guy Barrand.
2808- OPACS : use G4VView name to build widget names.
2809- OPACS : use new interactor parenting logic.
2810- OpenGL, OpenInventor, G4Ray : clean compilation warnings for OSF1/cxx, HP/aCC.
2811
28127th August  John Allison/Satoshi Tanaka/Guy Barrand.
2813- Added G4<driver>Scene::AddPrimitive (const G4Polymarker&) to keep
2814  compilers happy.
2815
2816vis-00-02-01  6th August  John Allison
2817- Created G4VisManagerRegisterMessengers.cc.
2818- Bug fix in G4VisManager: now follows change of world volume after
2819  /vis~/clear/scene.
2820- OpenInventor: Correct some upper -> lower case mess (Guy Barrand)
2821- G4RayView: syntax bug fixes.
2822
28234th August 1998 Andy Walkden
2824I made some changes to OpenGL code...
2825The changes are (i) to tidy up some redundant hidden line
2826removal function calls, (ii) to put some hidden line removal
2827code in G4OpenGLScene::AddPrimitive(G4Polyhedron) and
2828(iii) to add an option to generate an encapsulated postscript
2829file of the current view in OpenGLXm. There is now a button
2830in the Miscellany pulldown of the main menubar to bring up
2831a shell in which you can specify a filename, colour or black
2832and white and request the creation of a .eps file. The
2833code is to be found in G4OpenGLXView, and so is not bound
2834to the Xm user. Also it needs fixing for some Mesa
2835implementations, and the HP CDE environment manages to stuff
2836things up when rendering to a pixmap (although CDE makes a
2837mess of most other things as well, so this isn't
2838disastrous).
2839
2840
2841vis-00-01-08  21th July 1998  John Allison
2842- Removed automatic refresh from /vis/camera/reset in G4VisCommandsCamera.cc.
2843
2844vis-00-01-07b  21th July 1998  Satoshi Tanaka
2845- Revised G4FRSCENE::SendBoundingBox() so that
2846  zooming polycy of  DAWN drivers becomes consistent with
2847  OpenGL drivers
2848
2849vis-00-01-07  20th July 1998  John Allison
2850- Corrected bug in G4VisManager::IsViewValid to trap drawing commands
2851  before geometry is available.
2852
2853vis-00-01-06  19th July 1998  John Allison
2854- Default culling: culling - on, culling of invisible objects - on.
2855- set/drawing_style does *not* change culling flags.
2856- Minor bug fixes.
2857
2858vis-00-01-05  15th July 1998  John Allison
2859- Cleaned up after name changes.
2860- Minor bug fixes.
2861
2862vis-00-01-04  7th July 1998  Guy Barrand
2863- Introduced interactivity.gmk into GNUmakefiles.
2864
2865vis-00-01-03  6th July 1998  John Allison
2866- Changes for interface restructuring.
2867- Simplified MyVisManager.
2868
2869vis-00-01-02  5th July 1998  John Allison
2870- Changed visualization/GNUmakefile to use globlib.gmk.
2871- Updated README for geant4beta.
2872- Changed /vis~/draw/Ghosts to /vis~/draw/ghosts.
2873
2874vis-00-01-01  4th July 1998  John Allison
2875- Moved G4VIS_BUILD.gmk and G4VIS_USE.gmk to geant4beta/config.
2876- Changed /vis/ to /vis~/.
2877
28783rd July 1998  John Allison
2879- Small changes to test - see test/History.
2880- Tidied.
2881- Removed GNUmakefile.G4VIS_USE and make_list.sh.
2882
288330th June 1998 - Paulo & Marc
2884- added the G4FlavoredParallelWorldModel.hh file to
2885  visualization/modeling/include;
2886- added the /vis~/draw/Ghosts [particle name] command
2887  in the G4VisManMessDraw.cc file;
2888- added
2889  CPPFLAGS += -I$(G4BASE)/geometry/magneticfield/include and
2890  CPPFLAGS += -I$(G4BASE)/processes/parameterisation/include
2891  lines to GNUmakefile to compile G4VisManMessDraw.cc.
2892
2893geant4beta
2894============================================================
2895geant4alpha
2896
2897vis-00-06-09  26th June 1998  John Allison
2898- OPACS and Open Inventor - something about widget parents (GB)
2899- Removed /new_vis/ commands.
2900
2901vis-00-06-08a  26th June 1998 Satoshi Tanaka
2902- Updated G4VIS_USE.gmk
2903- (1) Macro -DG4VIS_USE_DAWNFILE is made properly set
2904- (2) G4VIS_USE_DAWN_ is renamed to G4VIS_USE_DAWN_OR_DAWNFILE
2905- (3) G4VIS_USE_VRML_ is renamed to G4VIS_USE_VRML_OR_VRMLFILE
2906
2907vis-00-06-08  22nd June 1998  John Allison
2908- Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd))
2909- Changed GNUmakefile.G4VIS_BUILD to G4VIS_BUILD.gmk
2910
2911vis-00-06-07  19th June 1998  John Allison
2912- Defined G4_SOLVE_VIS_TEMPLATES in G4VIS_USE.gmk.  Needs
2913  the head version of GNUmakefile.architecture.
2914- Consequential changes (improvements) to template handling in test19.cc
2915- Some minor improvements in modeling.
2916
2917vis-00-06-06  11th June 1998  John Allison
2918- Fixes to test_utils - see test/History.
2919- Improvements in modeling - see modeling/History.
2920
2921vis-00-06-05  11th June 1998  Satoshi Tanaka
2922- In G4VisManMessDraw.cc and G4VisManMessSet.cc , ...
2923  //    G4double unit = G4UIcommand::valueOf (unitString);
2924        G4double unit = G4UnitDefinition::GetValueOf (unitString);
2925
2926vis-00-06-04  10th June 1998  John Allison
2927- Created G4VIS_USE.gmk to replace GNUmakefile.G4VIS_USE.
2928- Changed test/GNUmakefile to use G4VIS_USE.gmk.
2929- Separate libraries are now default in GNUmakefile.
2930- Committed an interim version of README.
2931- Moved G4BoundingSphereScene from management to modeling.
2932- First attempt at defining the "scene" as lists of models.
2933- Removed some unnecessary checks in G4VisManMess*.
2934
2935vis-00-06-03  27th May   1998  Satoshi Tanaka
2936- DAWNFILE driver is added. It is to generate g4.prim file
2937  under the current directory.  And make DAWN or DAVID invoke
2938  using the g4.prim file as an input. For details, see the blackboard
2939  document.
2940
294121st May 1998 Andy Walkden
2942- Added hidden line removal code to G4OpenGLView. HLR utilises OpenGL's
2943  stencil buffer, but still the drawn lines are a little fragmented
2944  (an effect seen often when depth buffering is used to resolve pixel
2945  rendering disputes).
2946- HLR requires wireframe rendering, filled polygon rendering and then wireframe
2947  rendering again. Hence, three visits to the kernel help to slow HLR
2948  rendering right down.
2949
2950vis-00-06-02  20th May   1998  Satoshi Tanaka
2951- Added G4VisFeaturesOfDAWNFILE.hh, cc
2952- Revised visualization/GNUmakefile, GNUmakefile.G4VIS_BUILD,
2953  GNUmakefile.G4VIS_USE
2954- These are for DAWNFILE driver in preparation, which enables to
2955  invoke DAVID directly from Geant4.
2956
2957vis-00-06-01a 20th May   1998  Satoshi Tanaka
2958- code refinement of FukuiRenderer driver
2959
2960vis-00-06-01  29th April 1998  John Allison
2961- Introduced non-pure virtual functions
2962  Establish/DecommissionSpecials (G4PhysicalVolumeModel&) in
2963  G4VGraphicsScene with implementation of the former in G4VScene.
2964  Modified G4PhysicalVolumeModel to use it; also protected
2965  G4PhysicalVolumeModel against non-implementation of
2966  Establish/DecommissionSpecials.
2967- Template instantiations in G4RayView made exclusive to GNU_GCC
2968- Some minor changes under test - see test/History.
2969
297027th April 1998 Andy Walkden
2971- altered OpenGLView's structure a little. Now, G4OpenGLXmView is a
2972  type of (inherits from) G4OpenGLXView.
2973- made code for haloing effects common to all OpenGL views.
2974- changed XUnmapWindow in G4OpenGLXView::~G4OpenGLXView to XDestroyWindow
2975  (idea of Guy's)
2976
297727th April 1998 Guy Barrand
2978- vis/OPACS : remove Begin/EndModeling in G4GoScene.
2979
2980vis-00-05-06  23rd April 1998  John Allison
2981- Changed test19.mac to test19.g4m and consequent change in test19.cc.
2982- Fixed order of linking vis-a-vis -lG4track and -lG4tracking (GB).
2983- Fixed inadvertent bug in test_utils/src/MyPhysicsList.cc.
2984- Bug fix in G4OpenGLXmConvenienceRoutines.cc (GB).
2985
2986vis-00-05-05  21st April 1998  John Allison
2987- Added run-time command line argument: test19 [<session-type>] [<verbosity>]
2988- Removed #if GNU_GCC from template instantiation requests in test19.cc.
2989- Added fDefaultTextVisAttributes to G4ViewParameters.
2990- Added G4VScene::GetTextColour (changed G4FukuiRendererScene, G4GoScene and
2991  G4OpenInventorScene.
2992- Changed default view parameters: culling on and invisible object culling on.
2993- Tidied CreateScene/View.
2994- Continued BaBar development.
2995
299615th April 1998  John Allison
2997- Added test/EucIntfce/, test/Bogus/ and test/babar_utils/ for BaBar test code.
2998  Also a new main() in BaBarCallListTest.cc.  Also a data file call_list.dat.
2999  See babar_utils/README.
3000- Camera commands, except spin and orbit, no longer initiate draw.
3001- Text is blue for time being (visible on black or white background.)
3002
300315th April 1998 : Guy Barrand
3004- From discussion with John and Simone G4VToolkit
3005  has been renamed to G4VInteractorManager.
3006
3007vis-00-05-04a  11th April 1998  Satoshi Tanaka
3008- Code improvements in DAWN driver
3009- (1) View parameters are sent to DAWN only at drawing times.
3010- (2) Way of getting marker size are made simpler by using
3011-     G4VScene::GetMarkerRadius ()  etc.
3012
3013vis-00-05-04  8th April 1998  John Allison
3014- Small bug fix - then tag for Easter.
3015
3016HEAD  6th April 1998  John Allison
3017- Added error printing to G4OpenGLScene::AddPrimitive (const G4Text& text).
3018- Added /vis~/draw/text.
3019- Added units to /vis~/draw/axes.
3020- Began the job of restructuring vis commands; so there is a new class
3021  G4VisCommandsCameraMessengers for starters!
3022
3023HEAD  4th April 1998  John Allison
3024- Removed automatic drawing after /vis~/set commands.  Now an explicit
3025  redraw is necessary, but it allows you to change parameters during
3026  building a view.  For example to superimpose projected hits on a
3027  section:
3028    /vis~/clear/view
3029    /vis~/set/section_plane on 0 0 20 cm 0 0 1
3030    /vis~/draw/current
3031    /vis~/set/section_plane off
3032    /run/beamOn
3033- Fixed small bug in OpenGL for section drawing.
3034- Made some small improvements in G4ViewParameters.
3035
3036vis-00-05-03  4th April 1998  John Allison
3037- Re-engineered maintenance of current depth, etc.  Needed new method
3038  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
3039  graphics_reps.  The result is much cleaner model and modeling
3040  parameters classes.  Also, the current depth, physical volume and
3041  logical volume are immediately available as protected pointers in
3042  G4VScene.
3043- Required G4VScene::Begin/EndModeling to be invoked from subclass.
3044- Introduced G4NullModel to hold modeling parameters.  This avoids
3045  having to create a G4VModel for each graphics primitive.
3046
3047HEAD  3rd April 1998  John Allison
3048- Added GetMarkerDiameter/Radius to G4VScene.
3049- Bug fix in G4VScene::GetMarkerSize.
3050- Removed GetCurrentPhysicalVolume from G4PhysicalVolumeModel - now in
3051  G4ModelingParameters (but might move again soon!).
3052- test/GNUmakefile now uses "$(MAKE) separate" for vis libraries.
3053- test19 recognises argument "1" as a verbose flag value.
3054
3055HEAD April 2, 98 G.Barrand
3056- Modifications for Win32/NT.
3057- G4VIS_BUILD_[OIX, OIWIN32]_DRIVER, G4VIS_USE_[OIX, OIWIN32]
3058
3059vis-00-05-02  26th March 1998  John Allison
3060- Added GetMarkerSize to G4VScene.
3061- Made ~G4VisManager virtual.
3062- Added current logical volume and current physical volume to working
3063  space in modeling parameters.  So it is no longer necessary to cast
3064  to G4PhysicalVolumeModel; all such casts removed.
3065- Moved nested classes out of G4RayView.
3066
3067HEAD March 24, 98 G.Cosmo
3068- Modified G4VisManMessExpert.cc to correctly use random numbers
3069  by calling directly G4UniformRand().
3070
3071HEAD March 24, 98 G.Barrand
3072- GNUmakefile : MAKESHLIB changed in G4MAKESHLIB
3073
3074vis-00-05-01a  24 March 1998  Satoshi Tanaka
3075- Geometry tree can be obtained by, e.g.,
3076  % grep PVName g4.prim > g4.tree
3077
3078vis-00-05-01  23rd March 1998  John Allison
3079- Made RegisterGraphicsSystems pure virtual.
3080- Added verbose level control to printing at initialization.
3081- Fixed (hopefully) bug in scene deletion.
3082- Made AddPrimitive (const G4Text/Circle/Square) pure virtual.
3083  (Had to add dummy void G4VRML1SCENE::AddPrimitive (const G4Text&).)
3084- Made AddPrimitive (const G4Polymarker&) virtual again.
3085- Opened some .hh files to G4VIS_USE flags.
3086- Removed Pre/PostAddThis from some graphics systems (not OPACS, OI).
3087- First implementation of G4ModelingParameters::hierarchy (DTREE).
3088- Added Get Global/Current Tag/Description to G4VModel.
3089- Introduced "working space" in G4ModelingParameters for geometry depth.
3090- Relocated some template instantiation requests (might give trouble on DEC).
3091
3092vis-00-04-05a  16th March 1998  Satoshi Tanaka
3093- DAWN driver outputs physical-volume names and copy number.
3094
3095vis-00-04-05  5th March 1998  John Allison
3096- Added G4Text/Circle/Square in G4RayScene.hh.
3097- Added G4Text/Circle/Square in G4BoundingSphereScene.hh.
3098- Made AddPrimitive (const G4Polymarker&) non-virtual in G4VScene.hh.
3099
3100HEAD  5th March 1998  Andy Walkden
3101- Implemented G4Circle/Square.
3102- Added haloing to OpenGLXm "value added" options.
3103
3104HEAD  5th March 1998  S.Sadilov
3105- visualization/GNUmakefile - using $OUT_LIB intoduced in
3106  GNUmakefile.architecture
3107- visualization/management/GNUmakefile - compiling G4VisManMessSet.cc
3108  without optimization on WinNT
3109
3110vis-00-04-04a  5th March 1998  Satoshi TANAKA
3111- Environmental variables  to customized DAWN driver is
3112  renamed from DAWN_... to G4DAWN_...
3113- Default mode of DAWN driver is  EPS mode, i.e.
3114  mode in which EPS files are generated.
3115
3116vis-00-04-04  4th March 1998  John Allison
3117- First tag with modeling under visualization.
3118  Here's what you need to do...
3119    cd prototype
3120    cvs update -A -d -P modeling
3121    cd visualization
3122    cvs update -r vis-00-04-04 -d -P
3123  Change the following lines in your GNUmakefile...
3124    CPPFLAGS += -I../../visualization/modeling/include
3125    LDFLAGS  += -L../../visualization/modeling/$(G4SYSTEM)
3126    Remove: @cd ../../modeling      &&   $(MAKE)
3127
3128vis-00-04-03  4th March 1998  John Allison
3129- Last tag with modeling at same level as visualization.
3130- Renamed near and far (VC++ keywords) in G4ViewParameters.cc.
3131- Removed unnecessary #include <strstream.h> or adapted for WIN32.
3132
3133vis-00-04-02b  22nd February 1998  Satoshi Tanaka
3134- Split G4VIS_BUILD_VRML1_DRIVER into G4VIS_BUILD_VRML_DRIVER
3135                                 and  G4VIS_BUILD_VRMLFILE_DRIVER.
3136- Split G4VIS_USE_VRML1          into G4VIS_USE_VRML           
3137                                 and  G4VIS_USE_VRMLFILE.
3138
3139vis-00-04-02a  18th February 1998  John Allison
3140- Bug fix in G4RayView!
3141
3142vis-00-04-02  18th February 1998  John Allison
3143- Introduced /vis~/set/section_plane.
3144
3145vis-00-04-01  13th February 1998  John Allison
3146- Made messengers compatible with the new style.
3147
3148vis-00-03-02a  3rd February 1998  John Allison
3149- Bug fix for 02.
3150- Changed GNUmakefile to use processes sub-libraries.
3151
3152vis-00-03-02  2nd February 1998  John Allison
3153- Modernised messengers.
3154
3155vis-00-03-01a 29th January 1998  John Allison
3156- Tagged a few improvement in OpenGL
3157
3158vis-00-03-01 26th January 1998  John Allison
3159- Old environment variables abandoned - see visualization/README.
3160- G4VisManager is now instantiated *and* deleted in main().
3161- G4VisRegisterGraphicsSystem.icc replaced by
3162  MyVisManager::RegisterGraphicsSystems as a way - now optional - of
3163  a user overriding the default graphics system registration.
3164
3165Januray 20 , 98 G. Barrand
3166
3167- Implement object rotation in OPACS driver
3168 
3169Januray 19 , 98 G. Barrand
3170
3171- Correct OpenInventor code so that it is ANSI-C++
3172  and then compiles with OSF1/cxx, HP-UX/aCC.
3173
31747th January 1998  John Allison
3175- Restructuring to use modeling category.
3176
3177December 19, 97 G. Cosmo - (alpha03)
3178
3179- 1st December 1997 - John Allison.
3180- This is interim code for testing by the visualization
3181  group and it will be tagged soon.  You must update to the
3182  head of graphics_reps and visualization simulatanouesly.
3183  It coworks (I hope - it's difficult to be 100% sure about
3184  this since I have a few changes for other categories in
3185  the pipeline - see previous email) with:
3186    digits+hits              digi-00-02-01
3187    events+tracks            event-00-02-01
3188    geometry                 HEAD
3189    global                   global-00-02-01
3190    intercoms                intercoms-00-02-01
3191    interfaces               interfaces-00-02-01
3192    particle+matter          piim-00-02-01
3193    run                      run-00-02-01
3194    track                    track-00-02-01
3195    tracking                 tracking-00-02-01
3196- Addition of:
3197    visualization/GNUmakefile.transition_to_G4VIS_BUILD
3198    visualization/GNUmakefile.transition_to_G4VIS_USE
3199    visualization/GNUmakefile.vis_cppflags_for_G4VIS_USE
3200  to turn the existing environment variables into the
3201  to-be-adopted G4VIS_... variables - see visualization/test/README.
3202- Consequent changes to other visualization GNUmakefiles.
3203- New way of instantiating graphics systems:
3204  Set the appropriate environment variables and include and
3205  compile G4VisRegisterGraphicsSystems.icc in your main():
3206    ...
3207    #include G4VisRegisterGraphicsSystems.icc
3208    ...
3209    main() {
3210      ...
3211- Added G4VisFeaturesOfXXX files which simple return a G4String.
3212 (Guy, Jeff, would you like to join this scheme?)
3213- Added commands /vis~/delete/scene and /vis~/delete/view.
3214- Added /vis~/show/view to test19.odb.
3215
3216vis-00-02-01 to vis-00-02-05a not logged!!!
3217
3218vis-00-01-02  13th July 1997  John Allison
3219- Consolidation of previous tag.
3220
3221vis-00-01-01  8th June 1997  John Allison
3222- First systematic tag.
3223- G4Ray introduced.
Note: See TracBrowser for help on using the repository browser.