source: trunk/source/visualization/History @ 1205

Last change on this file since 1205 was 1196, checked in by garnier, 15 years ago

update CVS release candidate geant4.9.3.01

File size: 126.5 KB
RevLine 
[1196]1$Id: History,v 1.456 2009/11/17 14:37:06 lgarnier Exp $
[562]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
[1196]2717th November 2009  Laurent Garnier
28- Fix SceneHandler removing viewer if class destructor call
29  before G4VSceneHandler calls it
[1136]30
[1196]316th November 2009  John Allison
32 - vistest-V09-02-01: test19.cc: Use G4UIExecutive.
33
343rd November 2009  John Allison  (vis-V09-02-10, greps-V09-02-03, digits_hits-V09-02-02)
35- gMocren-V09-02-01:
36  o Entrust AddEndOfEventModel to /vis/scene/add/psHits or hits.
37  o Fix compiler warnings.
38- opengl-V09-02-09: Fix compilation problems and protect Qt3.
39
4030th October 2009  John Allison
41- visman-V09-02-06: Added /vis/scene/add/psHits.
42
[1140]4323rd October 2009  John Allison  (vis-V09-02-09, greps-V09-02-02, digits_hits-V09-02-02)
44- visman-V09-02-05: Implemented default behaviour in
45  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
46
4722nd October 2009  John Allison  (vis-V09-02-08, greps-V09-02-02, digits_hits-V09-02-02)
48- modeling-V09-02-05: Added G4PSHitsModel for gMocren driver.
49- gMocren-V09-02-00: G4PSHitsModel moved to modelling.
50
5121st October 2009  John Allison  (vis-V09-02-07 coworks greps-V09-02-02)
52- greps-V09-02-02 adds new pure virtual function,
53  AddCompound (const G4THitsMap<G4double>&).  The following tags
54  accomodate:
55  o modeling-V09-02-04
56  o visman-V09-02-04
57  o DAWN-V09-02-00
58  o vis-HepRep-V09-02-02
59  o opengl-V09-02-08
60  o raytracer-V09-02-01
61  o VRML-V09-02-01
62  o visXXX-V09-02-00
63
[1196]6415st October 2009 Laurent Garnier
65 - G4OpenGLViewer.cc : Fix a problem with printing.
66
6713st October 2009 Laurent Garnier
68 - G4OpenGLQtViewer.cc/G4OpenGLStoreQtViewer.cc : Fix problems with
69   mac OS X 10.6
70
[1140]7110th October 2009 Joseph Perl (vis-V09-02-06)
72- new global tag for vis, in preparation for  addition of gMocren file driver
73
7410th October 2009  John Allison
75- modeling-V09-02-03: Added G4PhysicalVolumeModelTouchable.  Used in
76  ComputeMaterial.  Effective for nested parameterisations.
77
7829th September 2009  John Allison  (allison20090929)
79- modeling-V09-02-02: Added warning if logical volume not defined.
80- visman-V09-02-03:
81  o Allow refresh in GeomClosed as well as Idle state.
82  o Fixed uninitialised pointers.
83  o G4VisManager.cc: Considerable tidy up.
84- opengl-V09-02-07:  Tagged work by Laurent Garnier:
85  o G4OpenGLXmViewer : Fix a wrong initialization introduce by the
86    new way of handling window size hints (January 2009)
87  o G4OpenGLQtViewer : Ensure the GL frame size will be correct
88    by setting a 0 size margin around
89  o G4OpenGLStoredQtViewer : Remove picking to true at initialisation
90- openinventor-V09-02-02:  Tagged work by Laurent Garnier:
91  o G4OpenInventorXt/WinViewer: Fix a wrong initialization introduce by the
92    new way of handling window size hints (January 2009)
93  o Remove Geant4_gl2ps.h gl2ps.cc gl2ps.h which were copied in external/gl2ps
94    in february but forgot to remove them from OpenInventor
95- vistest-V09-02-00: Changed main program, test19.cc, to use G4UIExecutive.
96- VRML-V09-02-00: Tagged change of disclaimer on file headings (made long ago).
97
9816 September 2009  John Allison
99- raytracer-V09-02-00: Cosmetic adjustments and tagging.
100
[1136]10119 August 2009 Laurent Garnier
102 - RayTracer : Fix an bad use of fVP parameters [bugzilla Problem 1072]
103
10418 May 2009, Joseph Perl (vis-V09-02-05)
105- opengl-V09-02-04: add missing header to G4OpenGLViewerMessenger.hh
106
10715 May 2009, Joseph Perl (vis-V09-02-04)
108- opengl-V09-02-04: Improvements to GL and Qt, printing, redraw logic,
109  debug messages and fixes for compiler warnings
110- visman-V09-02-02:Added /vis/viewer/set/targetPoint,
111  improved end of run event keeping information
112- vis-HepRep-V09-02-00:resolve compilation errors reported by gcc-4.4.0
113
[1051]11414th May 2009  Laurent Garnier
115 - opengl-V09-02-04 Added /vis/ogl/set/printSize and /vis/ogl/set/printFilename
116
[1042]11713th May 2009  John Allison
118- visman-V09-02-02: Added /vis/viewer/set/targetPoint and minor
119  wording improvements.
120
[1041]1216 May 2009, Laurent Garnier
122 - G4OpenGLQtViewer.cc: Fix compilation warning and error with gcc4.4
123
[1040]12429 April 2009, John Allison (vis-V09-02-03)
125- visexternal-V09-02-04: Fix a circular dependency to G4OpenGL.
126
[1041]12728th April 2009, Laurent Garnier
128 - printEPS is now fully functionnal for X, Xm, Qt Win viewers.   
129
[1023]13027th April 2009  John Allison (vis-V09-02-02)
131- opengl-V09-02-03: Fix compiler warnings.
132- visexternal-V09-02-03: Fix compiler warnings.
133
1346th April 2009  Joseph Perl (vis-V09-02-01)
135- opengl-V09-02-02 : Improvments in order to use GL2PS for printing
[959]136- openinventor-V09-02-01 : Improvments in order to use GL2PS for printing
[1023]137- visexternal-V09-02-02 :  Add GL2PS library in external (it was in
[959]138  OpenInventor before)
139
[944]14014th March 2009  John Allison
141- visman-V09-02-01:
142  o Introduced /vis/initialize.
143  o G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
144    constructor so that a user may set verbosity before initialisation.
145  o G4VisExecutive.icc: made methods inline.
[940]146
[945]1475th March 2009, Laurent Garnier
148 - Now using Gl2PS method to do PS
149 - Add flag in GNUMakefile to compile in debug mode
150 - Remplacing glBitmap by GL_POINTS to draw marker : Speed improvment
151  and gl2ps can now draw Markers.
152
[944]15325th February 2009  John Allison
154- modeling-V09-02-01 - needs greps-V09-02-01:
155  o G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
156    application (Apply) of all commands.  Forces update of all viewers
157    after a change of model, e.g., trajectory colour, point size, etc.
158- visman-V09-02-00 - needs greps-V09-02-01:
159  o G4VisManager: Implemented NotifyHandlers.  A user may notify scene
160    handlers (G4VGraphicsScene objects) that the scene has changed so
161    that they may rebuild their graphics database, if any, and redraw
162    all views.
163
[931]16424th February 2009  John Allison
165- modeling-V09-02-00 - needs greps-V09-02-00:
166  o Added setAux/StepPtsSizeType commands (candidates: "none world screen").
167  o Added unit to setAux/StepPtsSize for SizeType == world.
168
[924]16916 February 2009, Laurent Garnier
170 - Creation of this gl2ps library in order to have a gl2ps for all viewers.
[959]171 - GNUMakefile : Add the gl2ps external library
[924]172 - Some modifications in GNUMakefile for gl2ps. Packages OpenInventor,
173   OpenGL had also been modified for gl2ps.
174
[912]17522th January 2009  Laurent Garnier
176- Fix bug in ratio and geometry on X/Xm/Qt/Win32 viewers. Now Could
177  pass XString like 400x600-0+0 to viewers and set position and location.
178
[891]17921st November 2008  Joseph Perl  (vis-V09-01-06)
180- visman-V09-01-05: Trap recursive use of /vis/reviewKeptEvents.
181- modeling-V09-01-01: Improve message.
182- opengl-V09-01-03: Many changes to add Qt support.
183
[846]18430th April 2008  John Allison  (vis-V09-01-05)
185- visman-V09-01-04: Fixes more gcc-4.3.0 compiler warnings.
186- openinventor-V09-01-01: Fixes more gcc-4.3.0 compiler warnings.
187
18828th April 2008  John Allison  (vis-V09-01-04)
189- visman-V09-01-03: Cosmetic improvements.
190- opengl-V09-01-02: Tidied.
191
1924th April 2008  John Allison  (vis-V09-01-03, needs greps-V09-01-03)
193- Back on HEAD.  Contains vis-V09-01-00.
194- visman-V09-01-02: Fixed gcc-4.3.0 compiler warnings.
195- opengl-V09-01-01:
196  o Fixed gcc-4.3.0 compiler warnings.
197  o Fixed DBL_MAX problem in 2D drawing.
198  o A lot of Qt development.
199- openinventor-V09-01-00): Fixed most gcc-4.3.0 compiler warnings.
200- raytracer-V09-01-00): Fixed gcc-4.3.0 compiler warnings.
201- vistest-V09-01-01: Zero thickness of box for 2D drawing.
202
20330th January 2008  John Allison  (vis-V09-01-02)
204- Bug fix tag (re-instated G4DAWNFILE) on branch vis-V09-00-03-branch.
205- DOES NOT CONTAIN vis-V09-01-00 STUFF.
206
[776]20729th January 2008  John Allison  (vis-V09-01-01)
208- visman-V09-01-01: Re-instated G4DAWNFILE (somehow got lost!!)
209
[688]2104th January 2008  John Allison  (vis-V09-01-00 with greps-V09-01-00)
211- Draw2D capability, already available for G4Text, extended to:
212  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
213  o modeling-V09-01-00: Adapted to new BeginPrimitives2D signature.
214  o visman-V09-01-00: Implemented extended 2D interface.
215  o opengl-V09-01-00: Implemented extended 2D interface.
216  o vis-HepRep-V09-01-00: Adapted to new BeginPrimitives2D signature.
217  o vistest-V09-01-00: MyEventAction: Added 2D polyhedron.
218
[631]21919th November 2007 Joseph Perl  (vis-V09-00-03)
220- visman-V09-00-02: Replace references to Wired3 in command guidance
221- vis-HepRep-V09-00-01: Adjust geometry hierarchy for parallel worlds.
222- opengl-V09-00-04: Added GEANT4_QT_DEBUG flag to more places
[609]223
22413th November 2007  John Allison  (vis-V09-00-02)
225- Removed OpenGL Qt files from tag.  File are still at head - need fixing.
226
22710th November 2007  John Allison  (vis-V09-00-01)
228- opengl-V09-00-01: Minor improvements in design and messaging.
229- modeling-V09-00-00: Minor improvements in messaging.
230- visman-V09-00-01:Minor improvement in messaging.
231
[593]23210th July 2007  John Allison  (vis-V09-00-00)
233- visman-V09-00-00: Remove redundant method declarations and minor tidies.
234
23514th June 2007  John Allison  (vis-V08-03-07)
236- raytracer-V08-03-01: Fixed memory leak in G4RayTracer.
237
23830th May 2007  John Allison  (vis-V08-03-06)
239- modeling-V08-03-02: Fixed gcc-4.2.0 warning.
240
24130th May 2007  John Allison  (vis-V08-03-05)
242- modeling-V08-03-01: Fix for SUN.
243
24425th May 2007  John Allison  (vis-V08-03-04)
245- opengl-V08-03-03: Fixed gcc-4.1.2 compiler warnings.
246
24725th May 2007  John Allison  (vis-V08-03-03)
248- visman-V08-03-01: Improved error trapping and big fix.
249- opengl-V08-03-02: Improved error trapping.
250
25124th May 2007  John Allison  (vis-V08-03-02)
252- opengl-V08-03-01: Fixes for SUN.
253
25422nd May 2007  John Allison  (vis-V08-03-01)
255- modeling-V08-03-00: Simplified G4Atts for Physical Volume Path.
256- vis-HepRep-V08-03-00: Fixed memory leak in G4HepRepFile.
257- raytracer-V08-03-00: Fixed for dubious ValGrind diagnostic.
258
25916th May 2007  John Allison  (vis-V08-03-00)
260- visman-V08-03-00: Fix for Windows compiler.
261- opengl-V08-03-00: Fix compiler warnings and bug fixes in opengl-V08-02-06.
262
2638th May 2007  John Allison
264- opengl-V08-02-06: /vis/ogl/printEPS should work for all viewers.
265
2664th April 2007  John Allison  (vis-V08-02-04)
267- visman-V08-02-04: Bug fix for zero pointer in G4VscenHamdler::LoadAtts.
268- opengl-V08-02-05: Implemented picking for OGLSX (as well as OGLIX).
269
2703rd April 2007  John Allison  (vis-V08-02-03)
271- modeling-V08-02-02: Added further information on volume G4Atts.
272- visman-V08-02-03: Added /vis/viewer/set/picking.  Picking is "false"
273  by default, except for Open Inventor.
274- opengl-V08-02-04:
275  o Implemented picking for OGLIX.
276  o Some reorganisation of display list construction to fix rare bug\
277    in Display-by-Time feature
278- openinventor-V08-02-02: Picking is "true" by default for OI.
279
28025th March 2007  John Allison  (vis-V08-02-02)
281-  modeling-V08-02-01: Added solid dump and volume transformation to G4Atts.
282- visman-V08-02-02:
283  o Removed G4GAGTree.
284  o Removed /vis/scene/add/eventID (once again) from /vis/drawVolume.
285- opengl-V08-02-03: Fix compiler warnings.
286- vistree-V08-02-01: Removed GAGTree.
287- openinventor-V08-02-01): Added scale factor to list of changes
288  requiring kernel visit, and some rationalisation.
289
29011th January 2007  John Allison  (vis-V08-02-01)
291- visman-V08-02-01:
292  o Added /vis/abortReviewKeptEvents.
293  o /vis/reviewKeptEvents: Improved guidance.
294  o Bug fix: /vis/open in /vis/reviewKeptEvents loop.
295  o Reduced WARNING noise.
296
2979th January 2007  John Allison
298- opengl-V08-02-01:
299  o Implemented bitmap markers (for MarkerSizeType == screen).
300  o Bug fix: Added missing break in X colormap lookup routine.
301
3025th January 2007  John Allison  (vis-V08-02-00 - needs greps-V08-02-00)
303- modeling-V08-02-00 (needs greps-V08-02-00):
304  o Bug fix: Correct treatment of ForcedLineSegmentsPerCircle when clipping.
305- visman-V08-02-00:
306  o G4VSceneHandler:
307    ~ Introduced utility LoadAtts for G4AttValues and G4AttDefs.
308    ~ Improved other utilities (changed signature of GetLineWidth).
309  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle.
310  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume (removed
311    in visman-V08-01-16 for release 8.2).
312  o Other minor improvements.
313- opengl-V08-02-00:
314  o Followed change of signature of GetLineWidth in visman-V08-02-00.
315- openinventor-V08-02-00: Moved LoadAtts to vis management.
316- raytracer-V08-02-00: Bug fix: use of window size hints.
317- vistree-V08-02-00: Bug fix: Format of total mass.
318- vistest-V08-02-00: test19.cc: Refined usage.
319
32012th December 2006  Gabriele Cosmo
321- visman-V08-01-16: Commented command "vis/scene/add/eventID" forcing
322  event ID to scene in G4VisCommandsCompound.cc.
323
32411th December 2006  John Allison
325- Tree: Trapped sequential G4PVPlacements.
326
[562]32725th November 2006  John Allison  (vis-V08-01-17)
328- visman-V08-01-15: Follow change of behaviour of G4StateManager and
329  minor message corrections.
330
33122nd November 2006  John Allison  (vis-V08-01-16)
332- visman-V08-01-14: Fixed /vis/reviewKeptEvents for "stored" viewers.
333
33421st November 2006  John Allison  (vis-V08-01-15)
335- visman-V08-01-13:
336  o Fixed double drawing of event.
337  o Restored old verbosity and printing interface (for obsolete user vis
338    managers).
339  o Fixed compiler warnings.
340- opengl-V08-01-09: Fixed compiler warnings.
341
34217th November 2006  Joseph Perl (vis-V08-01-14)
343- vis-HepRep-V08-01-04:
344  o Omit Pos and Aux attributes for hits.
345  o Protect against null Region (as in parallel geometries).
346- raytracer-V08-01-02
347  o Deprecate /vis/rayTracer/backgroundColour.
348
34916th November 2006  John Allison
350- modeling-V08-01-15: More protection for parallel worlds.
351- visman-V08-01-12:
352  o /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
353    (Warning of scene change issued for other viewers.)
354
35515th November 2006  John Allison  (vis-V08-01-13)
356- visman-V08-01-11: First implementation of /vis/reviewKeptEvents.
357
35814th November 2006  Joseph Perl
359- vis-HepRep-V08-01-03: Improve handling of Trajectory Points.
360
36114th November 2006  John Allison  (vis-V08-01-12)
362- modeling-V08-01-14: Merged modeling-V08-01-13-branch onto main branch:
363  o Added G4Event pointer to modeling parameters.
364- visman-V08-01-10: Merged visman-V08-01-08-branch onto main branch:
365  o Visualisation of parallel worlds.
366  o Event refreshing (events are re-drawn on change or refresh of viewer).
367- raytracer-V08-01-01: Merged raytracer-V08-01-00-branch onto main branch:
368  o Followed change to G4Scene.
369- vistest-V08-01-05: Added G4EllipticalCone.
370
37113 November 2006 Joseph Perl
372- vis-HepRep-V08-01-02: Corrected handling of Hits that come via AddSolids.
373
3745th November 2006  John Allison  (vis-V08-01-11)
375- modeling-V08-01-13: Further, hopefully, complete, protection against
376  zero materials pointer.
377- vis-HepRep-V08-01-01, openinventor-V08-01-04, vistree-V08-01-02,
378  visXXX-V08-01-06: Protected against zero material pointer.
379- visman-V08-01-09: Tidy warning messages.
380
3813rd November 2006  John Allison
382- modeling-V08-01-12: Protected against zero material pointer.
383
384-----------------------------------------------
3853rd November 2006  John Allison  (vis-V08-01-10)
386- Needs greps-V08-01-10 for bug fix in G4Visible.
387- Needs tracking-V08-01-05 for new storeTrajectory command.
388- Committed tracking-V08-01-05.  Now required by vis.
389  o Augmented /tracking/storeTrajectory.  Now takes integer parameter:
390    0 : Don't Store trajectories.
391    !=0 : Store trajectories.
392    1 : Choose G4Trajectory as default.
393    2 : Choose G4SmoothTrajectory as default.
394    3 : Choose G4RichTrajectory as default.
395  o All trajectories:
396    ~ Protect points container pointer in destructor.
397    ~ Make G4AttDef descriptions more concise.
398  o G4RichTrajectory:
399    ~ Bug fix: Create G4AttValues for user-defined creator process.
400  o G4VTrajectory: Improved ShowTrajectory.
401- visman-V08-01-08: Activated /vis/scene/add/trajectories with "rich" and
402  "smooth".  Needs tracking-V08-01-05.
403- modeling-V08-01-11: Improved protections.
404- vistest-V08-01-04: Removed MyTrackingAction (use storeTrajectory instead.)
405
4062nd November 2006  John Allison
407- modeling-V08-01-10: G4HitsModel: Added GetCurrentHit.
408- openinventor-V08-01-03: Extended picking to hits.
409
410-------------------------------------------------------------------------
4111st November 2006  John Allison  (vis-V08-01-09; co-works greps-V08-01-09)
412- modeling-V08-01-09: Minor rationalisation.
413- visman-V08-01-07:
414  o /vis/scene/add/trajectories: Allow string parameters "rich" and "smooth".
415    (Not yet activated - awaiting tags in tracking.)
416- openinventor-V08-01-02:
417  o Follow changes to greps-V08-01-09: G4AttCheck/Holder rationalisation.
418- vis-HepRep-V08-01-00: Minor rationalisation.
419- opengl-V08-01-08: Replace /vis/oglx/set/printEPS by /vis/oglx/printEPS.
420- vistree-V08-01-01: ASCIITree: Added printing of material name.
421- vistest-V08-01-03: Added G4Polycone and some G4Atts to an event action box.
422
42326th October 2006  John Allison
424- openinventor-V08-01-01:
425  o Print G4AttValues of solids and trajectories on picking.
426- modeling-V08-01-08: Cosmetics.
427
428-------------------------------------------------------------------------
42924th October 2006  John Allison  (vis-V08-01-08; co-works greps-V08-01-08)
430- opengl-V08-01-07:
431  o Calculate light front horizon properly.
432  o Improve refresh behaviour for /vis/opengl commands.
433- visXXX-V08-01-04; co-works greps-V08-01-08:
434  o Follow change to G4VisAttributes in greps-V08-01-08.
435
436-------------------------------------------------
43719th September 2006  John Allison  (vis-V08-01-07)
438- modeling-V08-01-07:
439  o G4ModelingParameters: Added ExplodeCentre
440  o Fix for Mac XCode 2.0 problem.
441- visman-V08-01-06:
442  o G4ViewParameters: Added ExplodeCentre.
443  o Bug fix in /vis/geometry/set/colour.
444- opengl-V08-01-06: Improved display-by-time feature.
445
446---------------------------------------------------------------------------
44715th September 2006  John Allison  (vis-V08-01-06 - coworks greps-V08-01-04)
448- modeling-V08-01-06
449  o Implemented explode factor(radial move) feature for top level drawn
450    volumes.  John Allison
451  o Add attribute based trajectory drawing & filtering, and attribute
452    based hit filtering.  Jane Tinsley
453- visman-V08-01-05
454  o Added /vis/viewer/clone and /vis/viewer/set/explodeFactor.  John Allison
455  o Add attribute based trajectory drawing & filtering, and attribute
456    based hit filtering.  Jane Tinsley
457
45813th September 2006  John Allison
459- visXXX-V08-01-03: Improved G4Att printing and checking.
460
4614th September 2006  John Allison
462- visman-V08-01-04: Added commands for cutaways.
463- opengl-V08-01-05: Implemented cutaways.
464
465----------------------------------------------
46630th August 2006  John Allison  (vis-V08-01-05)
467- modeling-V08-01-05:
468  o Implemented code for augmented /vis/scene/add/volume (subtraction
469    *and* intersection of clipping volume).
470  o Equipped for generic sectioning (DCUT) and cutaways.
471  o Improved DrawWithTime.
472- visman-V08-01-03:
473  o Added /vis/viewer/set/globalLineWidthScale.
474  o Augmented /vis/scene/add/volume to include intersection of clipping volume.
475  o Added G4VSceneHandler::CreateSection/CutawayPolyhedron to exploit generic
476    sectioning (DCUT) and cutaways.  Currently not activated due to
477    instabilities in BooleanProcessor.
478- opengl-V08-01-04:
479  o Implemented line width.
480  o Switched off back face culling when clipping so that the inside of
481    volumes can be seen.
482  o Added position and colour to /vis/ogl/set/displayHeadTime.
483  o Added /vis/ogl/set/displayLightFront.
484 
48529th August 2006  John Allison
486- openinventor-V08-01-00: Kernel visit rationalisation.
487- visXXX-V08-01-02: Minor tidying.
488
489-------------------------------------------------------------------------
49026th August 2006  John Allison  (vis-V08-01-04 - requires greps-V08-01-03)
491- modeling-V08-01-04:
492  o Fixed compilation warning.
493  o Follow G4VFilter const change.
494
49516th August 2006  John Allison
496- modeling-V08-01-03: Improved robustness of time slicing.
497
498----------------------------------------------
49916th August 2006  John Allison  (vis-V08-01-03)
500- opengl-V08-01-03:
501  o Fixed Solaris compilation problem.
502  o Added /vis/ogl/set/fade and displayHeadTime.
503
504-----------------------------------------------
50514th August 2006  John Allison  (vis-V08-01-02)
506- modeling-V08-01-02: Added trajectory time slicing.
507- visman-V08-01-02: Friendship extended to new OpenGL messengers.
508- opengl-V08-01-02:
509  o Implemented display-by-time.
510  o Added /vis/ogl/set/startTime and endTime.
511- raytracer-V08-01-00: Improved robustness under vis manager control.
512- vistest-V08-01-02: Added MyTrackingAction - uses G4RichTrajectory.
513
51417th July 2006  John Allison
515- opengl-V08-01-01: Added /vis/oglx/set/printEPS.
516
517---------------------------------------------
51810th July 2006  John Allison  (vis-V08-01-01)
519- Co-works with greps-V08-01-01.
520- modeling-V08-01-01:
521  o Rationalised G4VModel and G4ModelingParameters.
522  o G4PhysicalVolumeModel:
523    ^ Removed Establish/DecommissionSpecials to conform with
524      greps-V08-01-01.
525    ^ Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
526- visman-V08-01-01:
527  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
528  o Respect rationalised G4ModelingParameters.
529  o Added GetNoOfSides that respects forced line segments per circle.
530- G4VisCommandsScene.cc: Spelling correction.
531- DAWN-V08-01-00: Respects forced line segments per circle.
532- visXXX-V08-01-01: Gets solid's G4Atts created by G4PhysicalVolumeModel.
533- vistest-V08-01-01: SetForceLineSegmentsPerCircle(100) for G4Sphere.
534
535--------------------------------------------------------------------
5363rd July 2006  John Allison  (vis-V08-01-00 - needs greps-V08-01-00)
537- modeling-V08-01-00: Added G4Atts for solids.  (Needs greps-V08-01-00.)
538- visman-V08-01-00:
539  o /vis/scene/transientsAction: Added max number of events parameter.
540  o Added /vis/viewer/clearTransients.
541  o Improved /vis/list.
542  o (Commented out) code for event copying.
543- opengl-V08-01-00:
544  o Eliminated redundant variable, doublebuffer.
545  o Implemented FinishView in all viewers.
546- vistree-V08-01-00: ASCIITree: Layout improvement.
547- visXXX-V08-01-00: General tidy and improvement to XXXFile.
548- vistest-V08-01-00: Protect against zero run manager pointer.
549
550---------------------------------------------
55112th June 2006  John Allison  (vis-V08-00-13)
552- DAWN-V08-00-04: Fixed rewind and file closure on exit.
553- VRML-V08-00-02: Fixed rewind and file closure on exit.
554
555------------------------------------------
5568th June 2006 John Allison (vis-V08-00-12)
557- visman-V08-00-23: Fixed bug in /vis/scene/endOfRunAction.
558
559-------------------------------------------
5607th June 2006  John Allison (vis-V08-00-11)
561- modeling-V08-00-14: Added protection for zero vis atts.
562- visman-V08-00-22: Zeroed modeling parameters pointer after use.
563
564-------------------------------------------
5656th June 2006  John Allison (vis-V08-00-10)
566- modeling-V08-00-13: Fixes for Sun and bug fix in G4PhysicalVolumeModel.
567- visman-V08-00-21: /vis/viewer/create: Fixed view params copy to self.
568
569------------------------------------------
5704th June 2005  Joseph Perl (vis-V08-00-09)
571- Global tag for Geant4 release 8.1
572- Corresponds to the following subdirectory tags:
573- DAWN-V08-00-03
574- vis-HepRep-V08-00-04
575- visman-V08-00-20
576- modeling-V08-00-12
577- opengl-V08-00-08
578- openinventor-V08-00-05
579- raytracer-V08-00-04
580- vistest-V08-00-08
581- vistree-V08-00-04
582- VRML-V08-00-01
583- visXXX-V08-00-04
584
5852nd June 2006  Joseph Perl
586- vis-HepRep-V08-00-03: Improvements to HepRepFile.
587
5882nd June 2006  John Allison
589- DAWN-V08-00-03: Handle file closing in DAWNFILE destructor.
590- VRML-V08-00-01: Protect zero model pointer.
591
59230th May 2006  Joseph Perl
593- opengl-V08-00-08: Fixed buffering problem in Win32.
594
595--------------------------------------------
59625th May 2006  John Allison  (vis-V08-00-08)
597- visman-V08-00-19:
598  o Changed re-computation of transients default to "off".
599  o Indent printing of models plus other minor improvements.
600- modeling-V08-00-11: Indent printing of models, fix trivial compiler warnings.
601- vistest-V08-00-07: Removed standalone - moved to
602  examples/extended/visualization.
603
60422nd May 2006  John Allison
605- modeling-V08-00-10:
606  o Remove dependency on Run.
607  o Protect zero pointer in output of G4ModelingParameters.
608- visman-V08-00-18:
609  o Remove G4Scene:Clear().  (Not used.)
610  o Require Idle state for transient re-computation.
611  o Reduce dependency on Run.  (Still used for transient re-computation.)
612  o /vis/.../list commands: Default verbosity changed to "warnings".
613- vis-HepRep-V08-00-02: Remove dependency on Run.
614
615--------------------------------------------
61612th May 2006  John Allison  (vis-V08-00-07)
617- Needs run-V08-00-02 and event-V08-00-03.
618- Main features:
619  o Protect against non-instantiation of run manager.
620  o Final refinements for re-computation of transients.
621  o G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
622- visman-V08-00-16:
623  o Added /vis/list and /vis/scene/add/eventID.
624  o Final refinements for event/run reprocessing (re-computation of
625    transients).
626- modeling-V08-00-09:
627  o Removed dependency on G4RunManager.
628  o G4CallbackModel: Added G4VGraphicsScene argument to operator().
629- opengl-V08-00-06: G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
630- raytracer-V08-00-04: SetRecomputeTransients(false).
631- raytracer-V08-00-03: Moved G4RayShooter class to Event category.
632- vistest-V08-00-06: Uses /vis/scene/add/eventID.
633
634----------------------------------------------
63521st April 2006  John Allison  (vis-V08-00-06)
636- Main features:
637  o Improved protection for null models and parameters.
638  o Improved trajectory drawing.
639  o Improved re-computation of transients in OpenGL.
640- modeling-V08-00-08:
641  o Improved protection for null models and parameters.
642  o Add context to trajectory drawers.
643  o Add generic drawer, G4TrajectoryGenericDrawer.
644- visman-V08-00-15: Improved protection for null models and parameters.
645- DAWN-V08-00-02: Improved protection for null models and parameters.
646- vis-HepRep-V08-00-01: Improved protection for null models and parameters.
647- raytracer-V08-00-02):
648  o Relies on improved protection for null models and parameters.
649- vistree-V08-00-04: Improved protection for null models and parameters.
650- visXXX-V08-00-04: Improved protection for null models and parameters.
651- vistest-V08-00-05: Tidied.
652
65328th April 2006  John Allison
654- Co-working tags:
655  o opengl-V08-00-05: Fixes re-computation of transients in stored viewers.
656  o visman-V08-00-14: Includes changes that improve behaviour of
657    double buffered and interactive viewers when recomputing
658    transients.
659
660----------------------------------------------
66124th April 2006  John Allison  (vis-V08-00-05)
662- visman-V08-00-13:
663  o Fix bug #861.
664  o Print available models on initialisation.
665- modeling-V08-00-07:
666  o Add Print method to G4VModelFactory.
667  o Fix warnings on Linux.
668- opengl-V08-00-04: Fixed compilation problem on Windows.
669
670---------------------------------------------------------------------
67119th April 2006  John Allison (vis-V08-00-04 - needs greps-V08-00-02)
672- Main features:
673  o Implementation of 2D text in base classes and concrete implementation
674    of same in OpenGL.
675  o Continued migration to direct access to G4PhysicalVolumeModel.
676  o Addition of Trajectory Filter Models (Jane Tinslay).
677- visman-V08-00-12 (needs greps-V08-00-02):
678  o Implemented Draw2D(const G4Text&).
679  o Implemented Begin/EndPrimitives2D.
680  o Migrated to direct access to G4PhysicalVolumeModel.
681  o Introduced G4VisFilterManager.hh to manager filtering
682- modeling-V08-00-06:
683  o Upgrade to greps-V08-00-02 and minor improvements.
684  o Added G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
685- DAWN-V08-00-01: Migrated to direct access to G4PhysicalVolumeModel.
686- vis-HepRep-V08-00-00: Migrated to direct access to G4PhysicalVolumeModel.
687- opengl-V08-00-03:
688  o Implemented Begin/EndPrimitives2D.
689  o Migrated to direct access to G4PhysicalVolumeModel.
690- vistree-V08-00-03:
691  o G4GAGTreeSceneHandler: Migration to direct access to G4PhysicalVolumeModel.
692- visXXX-V08-00-03: Improvement of legibility.
693- openinventor-V08-00-04: Use cmath instead of math.h.
694- vistest-V08-00-04: Added drawing of 2D text.
695
696----------------------------------------------
69728th March 2006  John Allison  (vis-V08-00-03)
698- visman-V08-00-11:
699  o Introduces trajectory drawing manager.
700  o G4VisExecutive: Adds G4TrajectoryDrawByOriginVolumeFactory.
701  o Corrects logic of transients re-computation:
702  o Unifies treatment of bools in commands.
703- modeling-V08-00-05:
704  o Introduces G4TrajectoryDrawByOriginVolume.
705  o Part migration away from EstablishSpecials mechanism.
706- vistree-V08-00-02 (needs modeling-V08-00-05):
707  o Made compatible with modeling-V08-00-05.
708  o Migration away from EstablishSpecials mechanism.
709- openinventor-V08-00-03: Much improvement in logic.
710- visXXX-V08-00-02: Added G4XXXFile, G4XXXStored, G4XXXSG.
711- vistest-V08-00-03: Modernised and improved.
712
713----------------------------------------------
71414th March 2006  John Allison  (vis-V08-00-02)
715- opengl-V08-00-02: Refinement of display list handling.
716- vistree-V08-00-01: G4VTree and G4ASCIITree: Minor improvements to
717  readability of code.
718- modeling-V08-00-04: Added output operator<< for PVNodeID.
719
72013th March 2006  John Allison
721- visman-V08-00-10: Fixes recomputation of transients when changing drivers.
722
723---------------------------------------------
7248th March 2006  John Allison  (vis-V08-00-01)
725- visman-V08-00-09: Small bug fix to vis-V08-00-00.
726
7276th March 2006  John Allison  (vis-V08-00-00)
728- Collected tags below.  Main features since Release 8.0:
729  o Added /vis/scene/transientsAction.  The default is "rerun", i.e.,
730    when the viewer requests, the previous event or run will be
731    processed again with the original random number seed so that
732    transients (trajectories, hits, user drawing, etc.) are
733    reconstructed.  Thus, transients are "remembered" and may be
734    copied between graphics systems.  Turn off with
735    "/vis/scene/transientsAction none".
736  o Introduced /vis/geometry/... for editing vis attributes of
737    geometry volumes.
738  o For developers:
739    * Migration from use of Establish/DecommisionSpecials.
740    * Drawn path available.
741
7426th March 2006  John Allison
743- visman-V08-00-08: Added /vis/scene/transientsAction.
744
7453rd March 2006  John Allison
746- vistest-V08-00-02: Added test of transient handling.
747
74816th February 2006  John Allison
749- modeling-V08-00-03: For future removal of Establish/DecommisionSpecials.
750
7519th February 2006  John Allison
752- visman-V08-00-07: First implementation of refresh end-of-event.
753
7548th February 2006  John Allison
755- modeling-V08-00-02: Added DrawingStyle to G4ModelingParameters and fixed
756  bug in culling of covered daughters
757- visman-V08-00-06 (needs modeling-V08-00-02): Made use of
758  G4ModelingParameters::DrawingStyle.
759- vistree-V08-00-00: Fixed bug in treatment of repeated replicas.
760- visXXX-V08-00-01: Improved handling of DrawnPVPath.
761
7623rd February 2006  John Allison
763- visman-V08-00-05: Introduced /vis/geometry/...
764
76530th January 2006  John Allison
766- openinventor-V08-00-01: Implemented drawn volume path.
767
76826th January 2006  John Allison
769- raytracer-V08-00-01: Minor improvements.
770- vistest-V08-00-01: Improved ray tracer; commented about voxelisation crash.
771- modeling-V08-00-01: G4PhysicalVolumeModel: Added drawn volume path
772  capability.
773- visXXX-V08-00-00: Uses drawn volume path.  Needs modeling-V08-00-01
774  and visman-V08-00-04.
775- 3 co-working tags due to removal of fModified:
776  o visman-V08-00-04: Removed fModified plus minor improvements.
777  o opengl-V08-00-01: Removed fModified plus tidying.
778  o openinventor-V08-00-00: Removed fModified.
779
780----------------------------------------------------------------------
781The tags below since Release 8.0 were collected in geant4-08-00-ref-01
782and geant4-08-00-ref-02.
783
78423rd January 2006  John Allison
785- DAWN-V08-00-00: Rewind output file in ClearView.  Avoids duplicate
786  geometries in output file.
787- VRML-V08-00-00: As above.
788
78911th January 2006  John Allison
790- vistest-V08-00-00: Added twisted solids and improved Perspective example.
791- visman-V08-00-02: Minor improvements.
792- raytracer-V08-00-00: Reorganisation (needs visman-V08-00-02).
793- opengl-V08-00-00: Improved efficiency; made G4OpenGLXmViewerMessenger smart.
794- modeling-V08-00-00: Changed last remaining G4Transform3D::Identity to
795  G4Transform3D().
796
7979th January 2006  John Allison
798- visman-V08-00-00: geant4-08-00-ref-00 + reversal of change of 22nd
799  November 2005: fMarkForClearingTransientStore(true) initially now.
800- visman-V08-00-01: Improved /vis/scene/notifyHandlers, improved warning
801  messages and some bug fixes, including visman-V08-00-00.
802
803----------------------------------------------
8044th December 2005  Joseph Perl (vis-V07-01-10)
805- Global tag for Geant4 release 8.0
806- Corresponds to the following subdirectory tags:
807- externals: geant4-07-01-ref-05
808- FukuiRenderer: geant4-07-01-ref-05
809- HepRep: geant4-07-01-ref-05
810- management: visman-V07-01-10
811- modeling: modeling-V07-01-07
812- OpenGL: opengl-V07-01-09
813- OpenInventor: openinventor-V07-01-04
814- RayTracer: raytracer-V07-01-08
815- test: vistest-V07-01-04
816- Tree: vistree-V07-01-01
817- VRML: geant4-07-01-ref-05
818- XXX: visXXX-V07-01-02
819
82029th November 2005  Jane Tinslay (vis-V07-01-09)
821- Make G4VisManager::RegisterModelFactories() non-pure for
822  backwards compatibility.
823- Add information message to G4VisManager::DispatchToModel
824  when default trajectory model is used.
825- Removed names of unused paramaters to stop compiler warnings:
826  G4VModelCommand.hh, G4ModelCommandsDrawByCharge.cc,
827  G4ModelCommandsDrawByParticleID.cc, G4VRTScanner.hh
828
82925th November 2005  Joseph Perl (vis-V07-01-08)
830- Global tag for Geant4 release 8.0
831- Corresponds to the following subdirectory tags:
832- externals: geant4-07-01-ref-05
833- FukuiRenderer: geant4-07-01-ref-05
834- HepRep: geant4-07-01-ref-05
835- management: visman-V07-01-09
836- modeling: modeling-V07-01-05
837- OpenGL: opengl-V07-01-09
838- OpenInventor: openinventor-V07-01-03
839- RayTracer: raytracer-V07-01-06
840- test: vistest-V07-01-04
841- Tree: vistree-V07-01-01
842- VRML: geant4-07-01-ref-05
843- XXX: visXXX-V07-01-02
844
84522nd November 2005  John Allison
846- vistest-V07-01-04: Added G4Tet and PerspectiveVisAction. Refined G4Polyhedra.
847- opengl-V07-01-08: Added G4OpenGLXmViewerMessenger. Corrected text position.
848- vistree-V07-01-01: Refined guidance and printing.
849- visXXX-V07-01-02: Simplified guidance.
850- modeling-V07-01-03: Implemented radial replicas for G4Tubs.
851
85218th November 2005  John Allison
853- raytracer-V07-01-06: merged developments to the head, including RayTracerX.
854
85518th November 2005  Joseph Perl  (vis-V07-01-07)
856- Minor modification of geant4-07-01-ref-05 to facilitate acceptance
857  of greps-V07-01-09 and tracking tracking-V07-01-02.  As with
858  vis-V07-01-06, it should subsequently simply be ignored.
859
86015th November 2005  Guy Barrand
861- openinventor-V07-01-03: Background, scaling and window positioning.  Also
862  reading and wroting of .iv files.
863
86414th November 2005  John Allison (vis-V07-01-06)
865- Minor modification of vis-V07-01-03 + vis-HepRep-V07-01-04 (to avoid
866  warnings on Sun), i.e., it excludes all development since then. This
867  tag is purely to facilitate acceptance of greps-V07-01-09.  To
868  achieve this, the modification was made on a branch -
869  vis-V07-01-03-branch - of just one file, namely G4VisManager.hh.
870  This should subsequently simply be ignored.
871
87213th November 2005  John Allison
873- visman-V07-01-08: Added XGeometryString and background opacity parameter.
874- opengl-V07-01-07: Implemented window placing (XGeometryString) in OGL*X.
875
87624th October 2005  John Allison
877- modeling-V07-01-02: Added trajectory models.
878- visman-V07-01-07: Added methods for managing trajectory models.
879
88020th October 2005  Joseph Perl (vis-V07-01-05)
881- New Global Vis Tag.
882- Includes head of everything except RayTracer and OpenInventor.
883- Requires geant4-07-01-ref-03 plus the following:
884- graphics_reps: greps-V07-01-06
885- intercoms: intercoms-V07-01-01
886- event: event-V07-01-0
887- run: run-V07-01-02
888
88913th October 2005  John Allison (vis-V07-01-04)
890- Implemented non-uniform scaling in management and OpenGL.
891- Implemented arbitrary background in management, OpenGL and RayTracer.
892- Migrated to <sstream>.
893- The above consists of:
894  o vistest-V07-01-03: Migrated to <sstream> plus minor changes.
895  o DAWN-V07-01-00: Migrated to <sstream>.
896  o vis-HepRep-V07-01-03: Migrated to <sstream>.
897  o opengl-V07-01-06: Migrated to <sstream>, non-uniform scaling, any
898    background.
899  o vistree-V07-01-00: Migrated to <sstream>, fixed bug in mass calculations.
900  o visXXX-V07-01-01: Migrated to <sstream>.
901  o modeling-V07-01-01: Migrated to <sstream>.
902  o visman-V07-01-05: Migrated to <sstream>, non-uniform scaling, any
903    background.
904
90512th October 2005  John Allison (vis-V07-01-03)
906- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
907  (bug found by system test of vis-V07-01-02).
908
9092nd Oct 2005  Joseph Perl (vis-V07-01-02)
910  Same as vis-V07-01-01 but with earlier raytracer tag:
911  raytracer-V07-01-02
912
91330th Sep 2005  Joseph Perl (vis-V07-01-01)
914  New global tag for Vis.  Corresponds to vis-V07-01-00 plus:
915  vistest-V07-01-02
916  visman-V07-01-04
917  raytracer-V07-01-03
918  modeling-V07-01-00
919  opengl-V07-01-05
920  openinventor-V07-01-02
921  visXXX-V07-01-00
922  vis-HepRep-V07-01-01
923
92430th September 2005  Joseph Perl (raytracer-V07-01-03)
925New tag to include change Makoto made an hour after V07-01-02 was tagged.
926Change seems to just involve passing pWorld to material list where no argument was passed in previous version.
927
92829th September 2005  John Allison  (opengl-V07-01-05)
929- Added G4OpenGLViewerDataStore to facilitate access of viewer data by
930  scene handler.
931- Re-implemented transparency button in OpenGLXm.
932
933New tags to be included 16th Sep 2005 (JA):
934  o visman-V07-01-03:
935    + Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
936    + Warning: Attempt to add volume to a scene already containing the world.
937    + Error: Logical volume model must be only volume model in scene.
938  o visman-V07-01-04: Simplified use of ConcreteInstance..
939  o raytracer-V07-01-02: Bug fix (black holes).
940  o vistest-V07-01-02: Added a G4AttValue with time.
941
942To be included:
943  o visman-V07-01-01: Introduced (optional) second pass over scene.
944  o visman-V07-01-02: Added /vis/viewer/set/whiteBackground.
945                      Added RayTracerX to G4VisExecutive.
946  o modeling-V07-01-00: Fixed (non-)culling of transparent volumes.
947  o opengl-V07-01-01: Half-way implementation of transparency.
948  o opengl-V07-01-02: "Better algorithm" for transparency.
949  o opengl-V07-01-03: Bug fix.
950  o opengl-V07-01-04: Fixed hidden line removal.
951  o vis-HepRep-V07-01-00 (4 August 2005 Mark Donszelmann)
952  o openinventor-V07-01-01 (1st August 2005  Gabriele Cosmo)
953  o openinventor-V07-01-02: Corrected treatment of edgeflags.
954  o raytracer-V07-01-01: Protected RayTracerX by G4VIS macro.
955  o visXXX-V07-01-00: Improved guidance for rendering polyhedron objects.
956  o vistest-V07-01-01: RayTracerX instantiation removed - now in
957                       G4VisExecutive.
958
95920th July 2005  John Allison (vis-V07-01-00)
960- opengl-V07-01-00: Introduced smooth shading.  Also window size hints for Xm.
961- openinventor-V07-01-00: Changed Geant4_SoPolyhedron to construct
962    from G4Polyhedron.  Functionality unchanged.
963- visman-V07-01-00: Protected new viewer pointer.
964- vistest-V07-01-00
965- Removed top level README files.  (All wisdom now transferred
966    properly to User Guides.)
967
96817th July 2005  John Allison
969- raytracer-V07-01-00: Introduced RayTracerX.
970
9717th June 2005  John Allison (vis-V07-00-19)
972- visXXX-V07-00-00: Fixed compiler warnings.
973- visman-V07-00-02: bug fix.
974- modeling-V07-00-02: bug fix.
975- Incorporates vis-gmk-V07-00-00 - a fix for addition of zlib to
976  SUBLIBS and SUBDIRS (Gabriele)
977
9782nd June 2005  Joseph Perl (vis-V07-00-18)
979- Candidate tag for release.
980- Includes Mark's additional changes for HepRep2.
981- Includes Mark's fix for gcc-4.0 compilation.
982
9832nd June 2005  Joseph Perl (vis-V07-00-17)
984- Candidate tag for release.  May or may not be final.
985- Undid Gabriele's fix to G4HepRepFileSceneHandler.cc.
986
9872nd June 2005  John Allison
988- Removed scene handler count and made small cosmetic improvements.
989
9902nd June 2005  Joseph Perl (vis-V07-00-16)
991- Incorporate improvements to HepRepFile and HepRepXML
992
99330th May 2005  John Allison  (vis-V07-00-15)
994- opengl-V07-00-03: Fixed compilation problem in OpenGL on SUN.
995- HepRepFile: Fixed bug introduced in ClearTransientStore. (Joseph Perl)
996
99727th May 2005  John Allison
998- DAWN-V07-00-00, VRML-V07-00-00:
999    Fixed bug introduced in ClearTransientStore.
1000- openinventor-V07-00-00 and 01:
1001    fixes for CLHEP and marker sizes.
1002- vis-HepRep-V07-00-01 and vis-zlib-V07-00-00  (Mark Donszelmann)
1003    Migration to G4LIB_BUILD_ZLIB and some developments.
1004- management:
1005  o Reduced text size of scale annotation to 12 pixels.
1006  o Fixed default values in /vis/scene/add/text.
1007
100812th May 2005  John Allison
1009- Moved zlib to externals/zlib.
1010
10116th May 2005  John Allison  (vis-V07-00-14)
1012- OpenGL: fixed bug (views not refreshed - opengl-V07-00-02).
1013- Improved ASSCIITree guidance.
1014- G4VisExecutive: Replaced printing of available graphics systems.
1015  Now corresponds to behaviour of most old examples vis managers.
1016- Fixed some pedantic warnings from gcc 4.
1017- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised
1018  volumes (modeling-V07-00-00).
1019
10205th May 2005  John Allison
1021- Introduced zlib directory.
1022
102322nd April 2005  John Allison
1024- OpenGL: Implemented text for X-Windows viewers (opengl-V07-00-00/1).
1025
102610th April 2005  John Allison  (visman-V07-00-00)
1027- G4VisCommandsSceneAdd.cc: 2nd attempt to fix access to fpVisManager
1028  from nested class for SUN.
1029
103016th March 2005  John Allison  (vis-V07-00-13)
1031- G4VisCommandsSceneAdd.cc: fixed access to fpVisManager from nested class.
1032- For gcc 2.95.2: Fixed G4String return for viewer commands.
1033- Added constructor and virtual destructor to G4VUserVisAction.
1034
103515th March 2005  John Allison  (vis-V07-00-12)
1036- Added return type G4int to G4ViewParameters::SetNoOfSides and
1037  G4ModelingParameters::SetNoOfSides.  They return no. of sides, i.e.,
1038  sides per circle in polyhedron contruction, that are actually set;
1039  there is a lower limit of 12.
1040- G4PhysicalVolumeModel: bug fix: no. of rotation steps correctly applied.
1041
104210th March 2005  John Allison  (vis-V07-00-11)
1043- Reviewed all vis commands.  Improved guidance, simplified and
1044  rationalised the commands.
1045
10469th March 2005  John Allison
1047- Removed "remove" and "edit" commands.
1048- G4VisManager: removed "Delete" methods. (Removing or deleting an
1049  existing scene, scene handler or viewer is very messy and not
1050  necessary.  When a user creates a new one, he/she may leave the old
1051  one around without harm.  It may be left unused or selected again later
1052  if the user wants.)
1053- Removed automatic parameter candidate specification for commands
1054  that take an argument that is a scene, scene handler or viewer
1055  name - it is checked in SetNewValue methods.  (The code was just
1056  too complicated and, anyway, the result hindered, rather than
1057  helped the user, because it restricted the parameter values and
1058  mis-typing gave obscure messages.  Now the messages are clearer and,
1059  as the guidance points out, the list of possible names can be
1060  obtained with a "list" command.)
1061- Made "list" commands flag current items.
1062- Improved guidance for /vis/scene commands.  Still to do (groan!):
1063    /vis/scene/add
1064    /vis/sceneHandler
1065    /vis/viewer
1066
10679th March 2005  John Allison  (vis-V07-00-10, needs greps-V07-00-01)
1068- Refined logo and scale.
1069- Improved physical volume clipping.
1070- G4VisManager: Added default G4Transform3D::Identity to
1071  objectTransformation argument in Draw methods.
1072
10734th March 2005  John Allison  (vis-V07-00-09)
1074- Added first implementation of cutaway - a clipping box for physical
1075  volume tree:
1076    vis/scene/add/volume ! ! ! box km 0 1 0 1 0 1
1077  (Does not seem properly to clip volumes wholly inside clipping volume.)
1078
10793rd March 2005  John Allison  (vis-V07-00-08)
1080- Introduced /vis/scene/add/logo.
1081- Added Set methods to G4VModel.
1082- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
1083  the model could implement a given transformation.  Provided default for
1084  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
1085- Improved guidance for:
1086    compound commands
1087    ASCIITree commands
1088- Used std::istrstream::istrstream(std::string) throughout.
1089
109023rd February 2005  John Allison  (vis-V07-00-07)
1091- Protected scene handlers for the case of the drawing of solids NOT
1092  from a physical volume tree:
1093    G4FRSceneFunc.icc
1094    G4OpenGLSceneHandler.cc
1095    G4OpenGLStoredSceneHandler.cc
1096    G4ASCIITreeSceneHandler.cc
1097    G4GAGTreeSceneHandler.cc
1098- Fixed a problem with ClearTransientStore.  ClearTransientStore
1099  should restrict itself to its job.  In the following files,
1100  ClearTransientStore also redraws the view.  In other places, a draw
1101  command often follows, so it is not needed here.  In fact it can
1102  cause a double recursive descent into DrawView, so the existing code
1103  has been commented out (JA - 23/Jan/05):
1104    G4FRSceneFunc.icc
1105    G4HepRepFileSceneHandler.cc
1106    G4OpenGLImmediateSceneHandler.cc
1107    G4OpenGLStoredSceneHandler.cc
1108    G4VRML1SceneHandlerFunc.icc
1109    G4VRML2SceneHandlerFunc.icc
1110    G4XXXSceneHandler.cc
1111- Removed (commented out) some code that forced extra kernel visits,
1112  purportedly to overcome a problem in OpenGLStored methods.  Let's
1113  fix OpenGL if necessary:
1114    G4VSceneHandler.cc
1115    G4VViewer.cc
1116- Commented out SetView and ClearView in /vis/viewer/refresh:
1117    G4VisCommandsViewer.cc
1118- Changed signature of G4VViewer::SetNeedKernelVisit(G4bool) for compatibility.
1119
112019th February 2005  John Allison  (vis-V07-00-06 with greps-V07-00-00)
1121- Added G4VUserVisAction and G4CallbackModel.
1122- Implemented /vis/scene/add/userAction.
1123- Fixed bug in /vis/viewer/update (check existence of scene handler and scene).
1124
112515th February 2005  John Allison  (vis-V07-00-05)
1126- Introduced drawing of readout geometry for logical volumes.
1127- For drawing of logical volumes, introduced boolean flags to control
1128  drawing of:
1129    o boolean components (if any)
1130    o voxels (if any) (note: voxels are not created until start of run)
1131    o readout geometry (if any)
1132- Augmented commands /vis/specify and /vis/scene/add/logicalVolume to use
1133  above flags.
1134- G4ASCIITree: Added printing of names of sensitive detector (if any) and
1135  readout geometry (if any).
1136
113715th February 2005  John Allison  (vis-V07-00-04)
1138- Updated READMEs for G4VisExecutive.  Removed references to OPACS.
1139
11409th February 2005  John Allison  (vis-V07-00-03)
1141- Migration from AddThis to AddSolid and AddCompound: fixed previously
1142  missed FukuiRendererSceneHander.
1143
11444th February 2005  John Allison  (vis-V07-00-02)
1145- Introduced G4VisExecutive.  MyVisManager deprecated.
1146
114727th January 2005  John Allison  (vis-V07-00-01, needs intercoms-V07-00-00)
1148- Migration from AddThis to AddSolid and AddCompound.
1149- AddSolid: Methods for adding solids to the scene handler.  They
1150  must always be called in the triplet PreAddSolid, AddSolid and
1151  PostAddSolid.  The transformation and visualization attributes
1152  must be set by the call to PreAddSolid.  A possible default
1153  implementation is to request the solid to provide a G4Polyhedron
1154  or similar primitive - see, for example, G4VSceneHandler.
1155- AddCompound: Methods for adding "compound" GEANT4 objects to the scene
1156  handler.  These methods may either (a) invoke "user code" that
1157  uses the "user interface", G4VVisManager (see, for example,
1158  G4VSceneHandler in the Visualization Category, which for
1159  trajectories uses G4VTrajectory::DrawTrajectory, via
1160  G4TrajectoriesModel in the Modeling Category) or (b) invoke
1161  AddPrimitives below (between calls to Begin/EndPrimitives) or (c)
1162  use graphics-system-specific code or (d) any combination of the
1163  above.
1164
116526th January 2005  John Allison  (vis-V07-00-00)
1166- G4VisManager:: removed optional argument
1167  const G4Transform3D& objectTransformation = G4Transform3D::Identity
1168  from Draw methods for a hit and trajectory.
1169- Trapped illegal nesting of Begin/EndPrimitives.
1170- Added fpCurrentMaterial to G4VSceneHandler and relevant derived
1171  classes and models for work with G4PhysicalVolumeModel via
1172  EstablishSpecials.  So now, the material is also available (in addition
1173  to current depth, logical and physical volum) during drawing of geometry
1174  items.
1175- Changed ASCIITree to use G4VSolid::GetCubicVolume and
1176  G4LogicalVolume::GetMass.
1177- Changed G4PhysicalVolumeMassScene to use G4VSolid::GetCubicVolume.
1178- Improved guidance for /vis/viewer/set/hiddenMarker.
1179- G4VisCommandsViewerSet: made Up and Viewpoint vectors unit for safety.
1180- Some additions to test area.
1181
118210th December 2004 Gabriele Cosmo (vis-V06-02-09)
1183- Replaced M_PI with CLHEP's pi.
1184
11857th December 2004 Joseph Perl (vis-V06-02-08)
1186- Tagged right after migration to cmath
1187- All occurences of include <math.h> have now become include <cmath>.
1188- All math functions are now prefaced with std::
1189
11907th December 2004 Joseph Perl (vis-V06-02-07)
1191- Tagged right before migration to cmath
1192
119326th November 2004 Joseph Perl (vis-V06-02-06)
1194- Tagged for release 7.0.
1195- Made from vis-V06-02-05
1196- plus opengl-V06-02-07 by John Allison
1197- plus vis-HepRep-V06-02-02 by Mark Donszelmann
1198- plus openinventor-V07-00-00 by Guy Barrand
1199
120018th November 2004  John Allison
1201- Included opengl-V06-02-07.
1202
120311th November 2004  John Allison  (vis-V06-02-05)
1204- Made use of smart method GetPolyhedron for solids.  This greatly
1205  speeds 2nd and subsequent drawings when kernel access is required.
1206- Rationalised use of EstablishSpecials: functionality moved to base class.
1207- Removed use of obsolete G4Polymarker::line.
1208
120922nd September 2004  John Allison  (vis-V06-02-04)
1210- Moved Doxyfile to management.  doxygen output to tmp area.
1211- modeling-V06-02-01 - small fixes.
1212- vistree-V06-02-01 - small fixes.
1213- opengl-V06-02-06 - Trap non-regular polyhedra and other small changes.
1214- DAWN-V06-02-00 - Improve diagnostic on trapping non-regular polyhedra.
1215- vistest-V06-02-02: refined rotated tube test.
1216
121713th September 2004  John Allison  (vis-V06-02-03)
1218- vistree-V06-02-00: Improved ASCIITree:
1219  verbosity >= 3: prints volume, density of all volumes in hierarchy.
1220  verbosity >= 4: calculates the mass of the complete geometry tree taking
1221    into account daughters up to the depth specified for each physical
1222    volume in the current scene.  Culling is ignored so that all volumes
1223    are processed.  The calculation is quite tricky, since it involves
1224    subtracting the mass of that part of the mother that is occupied by
1225    each daughter and then adding the mass of the daughter, and so on
1226    down the heirarchy.  Uses G4PhysicalVolumeMassScene - see below.
1227  Added option to write to file (/vis/ASCIITree/set/outFile).
1228- modeling-V06-02-00: Added G4PhysicalVolumeMassScene and improvements
1229  to G4PhysicalVolumeModel.  See modeling/History for more details.
1230- Removed obsolete file: G4VisToOldVisCommands.hh
1231- Corrected mistake in /vis/viewer/set/*Vector commands.
1232- Augmented ParameterisedBox and rotated a tracker tube in test directory.
1233- Brought README.built_in_commands up to date for Geant4 6.2.  Removed all
1234  references to old commands.'
1235
12363rd August 2004  John Allison
1237- Rationalised vis command code (uses G4UIcommand static conversion
1238  functions where possible).
1239- Removed G4ViewParameters::DrawingStyle GetDrawingStyle (const
1240  G4Visible&).  Instead, developer has to:
1241    // Get vis attributes - pick up defaults if none.
1242    const G4VisAttributes* pVA =
1243      fpViewer -> GetApplicableVisAttributes (v.GetVisAttributes ());
1244  where v is the visible object (polyline, circle, polyhedron, etc.), and:
1245    // Get view parameters that the user can force through the vis
1246    // attributes, thereby over-riding the current view parameter.
1247    G4ViewParameters::DrawingStyle drawing_style = GetDrawingStyle (pVA);
1248    G4bool isAuxEdgeVisible = GetAuxEdgeVisible (pVA);
1249  Most developers do this anyway, so the removed routine was redundant
1250  and resulting code is more efficient and transparent.  To get
1251  colour, the developer can pick up directly from the vis attrributes,
1252  pVA, obtained as above:
1253    const G4Colour& c = pVA -> GetColour ();
1254  or use a slightly less efficient method:
1255    const G4Colour& c = GetColour (v);
1256  where v is the visible object.
1257  Note that for text, the developer must use a different procedure,
1258  since the default text colour is determined by the default text vis
1259  attributes, which may be specified independent of default vis
1260  attributes of other types of visible objects.  A function,
1261  GetTextColour, is provided and the recommended use is:
1262    const G4Colour& c = GetTextColour (text);  // Picks up default if none.
1263- Rationalised use of vis attributes in OpenGL and XXX.
1264
126528th July 2004  John Allison  (vis-V06-02-02 with greps-V06-02-00)
1266- Implemented force auxiliary edge visible feature of G4VisAttributes.
1267- Included openinventor-V06-02-00 (minor revision - Guy Barrand).
1268
126923rd July 2004  John Allison
1270- Added auxiliary edge visible flag to G4ViewParameters and a new
1271  command, /vis/viewer/set/auxiliaryEdge.  (Auxiliary edges are not
1272  genuine edges of the volume.  They may be in a curved surface made
1273  out of polygons, for example, or in plane surface of complicated
1274  shape that has to be broken down into simpler polygons.
1275  HepPolyhedron breaks all surfaces into triangles or quadrilaterals.
1276  There will be auxiliary edges for any volumes with a curved surface,
1277  such as a tube or a sphere, or a volume resulting from a Boolean
1278  operation.  Normally, they are not shown, but sometimes it is useful
1279  to see them.  In particular, a sphere, because it has no egdes, will
1280  not be seen in wireframe mode in some graphics systems unless this
1281  flag is turned on.)
1282
128316th July 2004  John Allison
1284- Refined forced wireframe algorithm - *always* force wireframe even
1285  if hidden line removal is specified.
1286- opengl-V06-02-04.
1287
128815th July 2004  John Allison
1289- Small improvement to G4XXX (sample graphics system).
1290
129114th July 2004  John Allison  (vis-V06-02-01)
1292- Removed deprecated commands:
1293    /vis/viewer/show               (use /vis/viewer/update)
1294    /vis/viewer/lightsThetaPhi     (use /vis/viewer/set/lightsThetaPhi)
1295    /vis/viewer/lightsVector       (use /vis/viewer/set/lightsVector)
1296    /vis/viewer/viewpointThetaPhi  (use /vis/viewer/set/viewpointThetaPhi)
1297    /vis/viewer/viewpointVector    (use /vis/viewer/set/viewpointVector)
1298  (See geant4/source/visualization/README.built_in_commands for list
1299  of current commands.)
1300- Tidied guidance for /vis/viewer/set.
1301- Included opengl-V06-02-03 (cosmetic).
1302
130314th July 2004  John Allison  (vis-V06-02-00)
1304- opengl-V06-02-02 and vistest-V06-02-01:
1305  Hidden line *and/or* hidden surface removal now work for OGL*X and OGL*Xm.
1306
13071st July 2004  John Allison
1308- Correction to guidance of /vis/viewer/set/hiddenEdge.
1309- Small improvement to README of /vis/scene/add/axes.
1310- vistest-V06-02-00.
1311- opengl-V06-02-00.
1312- visman-V06-02-00: Fix for porting on gcc-3.4.0: made ProcessView()
1313  public, since used as private friend (Gabriele Cosmo).
1314
13159th June 2004  Gabriele Cosmo  (vis-V06-01-03)
1316- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
1317  allowing support of DLLs on Windows.
1318- Minor correction in modeling/GNUmakefile for GLOBLIBS definition.
1319- Coworks with "global-V06-01-02b".
1320
13217th June 2004  Gabriele Cosmo  (vis-V06-01-02)
1322- Includes "vis-HepRep-V06-01-04".
1323- Export extern symbols for allowing support of DLLs on Windows.
1324  Modified files: G4RayTrajectory.hh, G4RayTrajectoryPoint.hh.
1325- GNUmakefiles: added definition of GLOBLIBS for DLLs support on Windows.
1326- Coworks with "global-V06-01-02a".
1327
13289th April 2004  John Allison  (vis-V06-01-01 + interfaces-V06-01-00)
1329- Tagged OpenGL as below.  Joint with interfaces-V06-01-00.
1330
13317th April 2004  Guy Barrand
1332- visualization/OpenGL/* : use the G4OpenGL.hh file.
1333- Added : visualization/OpenGL/include/G4OpenGL.hh to encapsulate
1334  the include of gl/gl.h and gl/glu.h that may be platform dependant.
1335  It permits to rm some #ifdef WIN32 spread in the code. It opens also
1336  the way to the usage of the Apple OpenGL on a Mac.
1337
133814 March 2004 Joseph Perl (vis-V06-00-01)
1339- HepRepFile handle duplicate ShowView.
1340- HepRepFile improve layering and hierarchy for hits.
1341
134217th February 2004  John Allison  (opengl-V06-00-00)
1343- Fixed bug #581: wrong order of statements in
1344  G4OpenGLXViewer::~G4OpenGLXViewer (see bug report).
1345
13461st December 2003  John Allison
1347- Added checks and minor improvment of behaviour at end of event and run:
1348  o G4VisManager::EndOfRun: added check on MarkForClearingTransientStore.
1349  o G4VisCommandsScene.cc: For "/vis/scene/endOf[Event|Run]Action refresh",
1350    SetMarkForClearingTransientStore(true).
1351
135227th November 2003  John Allison  (vis-V05-02-06)
1353- Added /vis/scene/endOfRunAction.
1354- Includes vis-HepRep-V05-02-08.
1355- G4VisManager: Removed PrintAllGraphicsSystems and
1356  PrintInstalledGraphicsSystems.  They are difficult to maintain and
1357  are anyway not used.  (There remains PrintAvailableGraphicsSystems,
1358  which is much used, and iterates over instantiated graphics systems
1359  and needs no maintenance.)
1360
136120th November 2003  John Allison  (vis-V05-02-05)
1362- Re-submitted.  Includes vis-HepRep-05-02-07: fixes compiler issues and
1363  other minor fixes.
1364
136514th November 2003  John Allison  (vis-V05-02-04)
1366- Includes vis-HepRep-05-02-03: new HepRep XML driver for HepRep Version 2.
1367- Bug fix in G4VisManager::EndOfEvent.
1368
136912th November 2003  John Allison
1370- Bug in /vis/scene/add/volume: requestedDepthOfDescent now correctly
1371  propagated to "world" volume.
1372- modeling-V05-02-02: G4PhysicalVolumeModel: CalculateExtent always
1373  searches complete hierarchy.
1374- Change initialisation of G4VSceneHandler so that there is always a
1375  clear on first drawing  - fMarkForClearingTransientStore(true).
1376- Removed redundant code from G4VisManager::::EndOfRun.
1377
13786th November 2003  John Allison  (vis-V05-02-03)
1379- management:
1380  o G4VisManager: improved handling of auto refresh at end of event and run.
1381  o G4VisCommandsScene: improved endOfEventAction and improved guidance.
1382  o GNUmakefile: rationalised.
1383- GNUmakefile: removed G4LIBDIR and G4TMPDIR.
1384- RayTracer/GNUmakefile: rationalised (raytracer-V05-02-04).
1385- Tree: improved printing.
1386- G4VRML2SceneHandlerFunc: changed const char* pv_name to G4String pv_name.
1387- G4XXXViewer: improved comments.
1388- modeling: GNUmakefile: rationalised (modeling-V05-02-01).
1389- test: changed MyPhysicsList to follow kernel changes.
1390
13914th November 2003  Gabriele Cosmo  (vis-V05-02-02)
1392- Includes removal of OPACS module.
1393- Includes "modeling-V05-02-00".
1394
139517th October 2003  Guy Barrand
1396- OPACS being (for long) deprecated, remove OPACS related things
1397  in Geant4 repository.
1398
13994th October 2003  Gabriele Cosmo  (vis-V05-02-01)
1400- Modified GNUmakefiles:
1401  o added dependency to new module "geometry/navigation".
1402  o replaced "digits+hits" with "digits_hits".
1403- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
1404
140522nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
1406- Incorporates raytracer-V05-02-01 (needs greps-V05-02-00) - see
1407  RayTracer/History:
1408  o Introduced G4VRTScanner.
1409  o Added /vis/rayTracer/backgroundColour.
1410- Introduced Doxygen documentation for management, OpenGL and test.
1411- Improved guidance for /vis/scene/notifyHandlers.
1412- OpenGL: Cosmetic change to regularise names.
1413
14142nd September 2003  John Allison
1415- Fixed pedantic warnings etc. in test suite - see test/History.
1416
14172nd June 2003  John Allison  (vis-V05-01-01)
1418- Small fix for pedantic warnings in RayTracer.
1419
142030th May 2003  John Allison  (vis-V05-01-00 - does not include HepRep below)
1421- Improved README.built_in_commands.  Removed unlikely-to-be-implemented
1422  commands.
1423- Eliminated pedantic warnings.
1424
142528th February 2003  Joseph Perl
1426- Minor Fix to HepRep - see History file.
1427
142820th January 2003  John Allison
1429- Changed "/vis/scene/add/trajectories [<drawing-mode>]" so that if
1430  the command is issued more than once on any given scene, the last
1431  command takes effect, i.e., so that the last value of drawing-mode
1432  takes effect.
1433
143417th February 2003 Satoshi Tanaka (vis-V05-00-01)
1435- A Small bug fixing of VRML2 driver
1436 (Explicit cast from G4String to char* in G4VRML2SceneHandlerFunc.icc).
1437
143824th January 2003  Joseph Perl
1439- Fixes to HepRep - see History file.
1440
144120th January 2003  John Allison  (vis-V05-00-00, co-works intercoms-V05-00-00)
1442- Incorporated openinventor-V05-00-00: Removed erroneous additional
1443  transformation.
1444- Added G4VisManager::Draw methods for hits and trajectories.
1445
144611th December 2002  John Allison  (vis-V04-01-10)
1447- Fix for SUN-CC warnings: AddThis hides the virtual function...
1448- Fix memory leak in RayTracer.
1449- Fixed /vis/scene/add/trajectories command.
1450- Some fixes in HepRep.
1451
14524th December 2002  Makoto Asai (vis-V04-01-09)
1453- Migration to new G4ApplicationState
1454
145527th November 2002  John Allison  (vis-V04-01-08)
1456- Fixes to HepRep - see History file.
1457- Added RegisterGraphicsSystem (new G4HepRep) in MyVisManager.cc.
1458- Fix (removal) of ambiguous G4VVisCommand::GetNewDoubleValue.
1459- Added /vis/viewer/set/globalMarkerScale.
1460- Improved algorithm of CompareForKernelVisit on OpenGL and OpenInventor.
1461
146221st November 2002  Gabriele Cosmo  (vis-V04-01-07)
1463- Corrections to HepRep module to allow porting on egcs compiler
1464  (M.Donszelmann).
1465- Patched access to static data in G4VisCommandsSceneAdd.cc, G4VisManager.cc
1466  and G4FlavoredParallelWorldModel.cc to allow porting on Windows DLLs.
1467  It requires co-working with tags "greps-V04-01-04" and "intercoms-V04-01-02".
1468
146915th November 2002  Mark Donszelmann  (vis-V04-01-06)
1470- HepRep2 driver implemented.
1471
147211th November 2002  John Allison  (vis-V04-01-05)
1473- Corrected inclusion of G4OpenGLXViewer #ifdef X_DRIVER for Windows
1474  and other small changes in OpenGL (opengl-V04-01-02).
1475- Added integer argument to /vis/scene/add/trajectories [drawing-mode].
1476  drawing-mode is passed to DrawTrajectory.  See also modeling-V04-00-00.
1477- Fixed bug in G4VisManager wich lead to zero G4VModel pointer.
1478- Improved hamdling of models.
1479- Corrected G4RayTracer.cc devide-by-zero (raytracer-V04-00-01).
1480- VRML: bug fixing for marker size (*.icc files) (VRML-V04-01-00).
1481- Samll improvements to README.built_in_commands.
1482- Improved sample driver XXX.
1483
14841st November 2002  John Allison (vis-V04-01-04 with...)
1485geant4/source/tracking       tracking-V04-01-03
1486geant4/source/intercoms      intercoms-V04-01-00
1487geant4/source/graphics_reps  greps-V04-01-01
1488geant4/source/digits+hits    digits+hits-V04-01-01
1489
1490Oct 28, 2002, J.Allison  (vis-traj03, co-works with...
1491geant4/source/tracking       traj03 (head as of Tue Oct 29 15:42:14 UTC 2002)
1492geant4/source/intercoms      intercoms-V04-01-00 (ditto)
1493geant4/source/graphics_reps  greps-V04-01-01 (ditto)
1494geant4/source/digits+hits    hits-traj03 (*not* the head)
1495- Changed G4XXXSceneHandler.cc for map of G4AttDefs, and improved.
1496
149717th October 2002  John Allison (vis-V04-01-03 with...)
1498- Coworking tags are:
1499    geant4/source/tracking       traj02
1500    geant4/source/intercoms      intercoms-V04-00-04
1501    geant4/source/graphics_reps  greps-V04-01-00
1502    geant4/source/digits+hits    hits-traj02
1503- More changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
1504- Minor corrections to warning messages, etc.
1505- Improved end of run behaviour for non-post-processing graphics
1506  systems by changing false to true in G4VisManager::EndOfRun
1507  fpSceneHandler->SetMarkForClearingTransientStore(true);
1508- Further corrections/improvements in OpenGLWin32 - not yet complete.
1509
151017th October 2002  John Allison (vis-V04-01-02 with intercoms-V04-01-00)
1511- Added two new pure virtual functions to G4VGraphicsScene:
1512    AddThis(const G4VTrajectory&)
1513    AddThis(const G4VHit&)
1514
151516th October 2002  John Allison  (vis-traj01 co-works with tracking tag traj01)
1516- Tag for changes in G4VTrajectory, etc. (raytracer-V04-00-00).
1517
151816th October 2002  John Allison  (vis-V04-01-01)
1519- Fix for WIN32.  Now compiles but viewer not implemented.  (opengl-V04-01-01)
1520- Small improvement to README.built_in_commands.
1521
15221st Sept 2002  Satoshi Tanaka  (vis-V04-01-00)
1523- Precision control of g4_XX.prim files generated by
1524  the DAWNFILE/DAWN-Network drivers.
1525
1526   Example:
1527     setenv  G4DAWNFILE_PRECISION   9
1528
1529  The precision number is used as:
1530
1531      sprintf( string, "%*.*g", (precision+8), precision, value)
1532
1533  The default precision is also changed from 6 to 9.
1534
153524th June 2002  John Allison
1536- Further cosmetic changes in G4OpenGL for DEC compiler (opengl-V04-01-00).
1537
153824th June 2002  Gabriele Cosmo  (vis-V04-00-10)
1539- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
1540  errors on some platforms (DEC-cxx).
1541
154223th June 2002  Satshi Tanaka  (vis-V04-00-09)
1543- Bug fixes in G4VRMLXFileSceneHandlerFunc.icc
1544- Protection of VRML-Newtork drivers for Windows platform.
1545  (The compilation is skipped in the Windows platform.)
1546
154719th June 2002  John Allison  (vis-V04-00-08)
1548- Cosmetic changes in G4VRML2FileSceneHandler.cc and G4VRML2SceneHandler.cc
1549  (Gabriele)
1550
155110th June 2002  John Allison
1552- Cosmetic changes for SUN-CC in G4OpenGLXmConvenienceRoutines.cc
1553  (opengl-V04-00-03).
1554- Improvement to /vis/scene/add/logicalVolume guidance.
1555
15566th June 2002  John Allison
1557- Cosmetic changes for GNU compiler in G4OpenGLXViewer.cc (opengl-V04-00-02).
1558
15598th May 2002  John Allison (vis-V04-00-07)
1560- Minor changes to warning messages and README.built_in_commands.
1561- Added test fro G4EllipticalTube to test/src/MyDetectorConstruction.cc.
1562
15631st May 2002  John Allison (vis-V04-00-06)
1564- Deprecated /vis/viewer/set/autoRefresh.
1565
156626th April 2002  Makoto Asai (vis-V04-00-05)
1567- Corresponds to the changes in intercoms-V04-00-00
1568- Affected files :
1569   G4VisManager.cc G4VisCommandsViewer.cc G4VisCommandsCompound.cc
1570
157122nd April 2002  John Allison (vis-V04-00-04)
1572- Prevent copying of autoRefresh status with /vis/viewer/set/all command.
1573- Corrected out of date advice about /vis/set/culling, etc.
1574- Workaround for pseudo-parallel/orthogonal projection in Ray Tracer.
1575
157628th February 2002  John Allison (vis-V04-00-03)
1577- Updated OpenGL to compile (but not run) on Windows (opengl-V04-00-01).
1578- Removed redundant code in GNUmakefiles in OPACS, OpenGL, OpenInventor, VRML.
1579- Improved README.adding_graphics_system.
1580
158123rd February 2002  John Allison (vis-V04-00-02)
1582- Bug fix in modeling, which was causing nested calls to Begin/EndPrimitives.
1583
15844th February 2002  Joseph Perl  (vis-V04-00-01)
1585- HepRep: Check for missing hierarchy layers in HepRepXMLWriter.
1586  (Not strictly needed since have a culled layer check in SceneHandler,
1587  but may be useful in other applications of HepRepXMLWriter).
1588
15893rd February 2002  Joseph Perl
1590- HepRep: Detect transient data by testing for
1591  !fpCurrentPV || fReadyForTransients
1592  rather than just fReadyForTransients
1593
15941st February 2002  Joseph Perl
1595- Improvements to HepRep:
1596- Defer file opening until first real HepRepType is to be written.
1597- Moved HepRep code from AddThis to AddPrimitive.
1598- Add additional levels to hierarchy if any appear to have been
1599  removed by culling.
1600- Add visibility attribute.
1601
160229th January 2002  Joseph Perl
1603- Relocate HepRep file-opening logic to constructor and ShowView
1604  (had been in SetView).
1605
160628th January 2002  vis-V03-02-23 Joseph Perl
1607- Improvements to HepRep:
1608- Produce hierarchical output rather than flat HepRepType structure.
1609- Handle trajectories as well as detector geometry.
1610- Output files now named G4Data<n>.heprep where n increments with each open.
1611
161214th January 2002  vis-V03-02-22 Joseph Perl
1613- Corrected handling for already open file in HepRepXMLWriter.
1614
161501th December 2001 vis-V03-02-21 Satoshi Tanaka
1616- Code refinements in FukuiRenderer/ directory:
1617  * Noisy warnings for Linux-g++ are suppressed.
1618    (%lg ==> %g etc)
1619  * G4FRSceneFunc.icc is moved from /src to /include
1620
162129th November 2001  John Allison
1622- Fixed some pedantic warnings and a bug thrown up by such in OpenGL.
1623
162428th November 2001  Gabriele Cosmo (visman-V03-02-00 in management only).
1625- Fixed pointer initialisation for porting on VC++ in G4VisCommandsSceneAdd.cc.
1626
162721st November 2001  John Allison  (vis-V03-02-20)
1628- Fixed G4std bug in G4HepRepFileSceneHandler.hh.
1629- Fixed "hides the virtual function" warnings from G4HepRepFileSceneHandler.
1630- Change to comments in G4XXXSceneHandler.hh.
1631
163219th November 2001  John Allison  (vis-V03-02-19 needs config-V03-02-09+)
1633- Cosmetic changes to HepRep.
1634
163516th November 2001  John Allison
1636- Added G4XXXDEBUG to XXX dummy system.
1637
163814th November 2001  John Allison
1639- Fixed bug in G4VisManager::EndOfEvent.
1640- Moved code from G4VisManagerRegisterMessengers.cc to G4VisManager.cc and
1641  removed G4VisManagerRegisterMessengers.cc.
1642
164314th November 2001  Guy Barrand
1644- OpenInventor : move HEPVis/SoWindow under vis/OpenInventor/G4SoWindow
1645  to prepare HEPVis/6.0. (HEPVis/SoWindow will disappear from HEPVis/6.0).
1646
164714th November 2001  John Allison
1648- Added README.built_in_commands.
1649
165013th November 2001  Satoshi Tanaka
1651- visualization/README file is updated, adding minimal description
1652  on the HepRepFile driver.
1653
165412th November 2001  John Allison  (vis-V03-02-18 needs config-V03-02-09)
1655- Fixed some warnings and one error from gcc-2.95.2.
1656- HepRep Type names now come from Physical Volume names (Joseph Perl).
1657- Added many HepRep Attributes for other volume properties (Joseph Perl).
1658
165913th Nov 2001 (JST)  Hajime Yoshida and Minamimoto (vis-V03-02-17)
1660- Updation of G4RTJpegMaker.cc for Windows platform (raytracer-V03-02-01).
1661
16627th November 2001  John Allison  (vis-V03-02-16 needs config-V03-02-09)
1663- Corrected compilation error.
1664
16656th November 2001  John Allison  (vis-V03-02-15 needs config-V03-02-09)
1666- Added /vis/viewer/flush = refresh + update.
1667- Moved /vis/viewer/lights and viewpoint to /vis/viewer/set.
1668- Added /vis/viewer/set/upThetaPhi and upVector.
1669- Added refresh|flush option to /vis/scene/notifyHandlers.
1670- Moved HepRepFile classes to HepRep/ directory and removed HepRep classes
1671  therein.
1672
16731st October 2001  Joseph Perl
1674- Added first version of pure C++ HepRep driver, HepRepFile.
1675  See HepRep/README for details.
1676
167710th September 2001  John Allison  (needs greps-V03-02-04)
1678- (Non-standard tag JA-RAEOE.)
1679
168010th September 2001  John Allison  (not tagged but needs greps-V03-02-04)
1681- Added BeginOfRun, BeginOfEvent and EndOfRun to G4VisManager, invoked via
1682  G4VisStateDependent.
1683- Improved handling of refresh-at-end-of-event.  All scene handlers need to
1684  implement ClearTransientStore and ensure rebuilding of permanent store if
1685  necessary.
1686- Auto-refresh (notifyHandlers) after attaching scene.
1687- Changed default colour of scale to red and fixed a couple of small bugs in
1688  the implementation of AddPrimitive(G4Scale).
1689- Improved verbosity guidance.
1690- Improved /vis/scene/add/scale guidance (needs greps-V03-02-04).
1691- Removed /vis/viewer/refresh from compound commands.
1692- Capitalised 'R' in /vis/viewer/set/autoRefresh.
1693
169429th August 2001  John Allison/Joseph Perl  (vis-V03-02-14)
1695- Needs config-V03-02-06.
1696- First developers release of HepRep graphics driver.
1697
169824th August 2001  Joseph Perl  (vis-V03-02-13-00)
1699- First inclusion of HepRep graphics driver.
1700
170124th August 2001  John Allison  (vis-V03-02-13)
1702- Fixed bugs in G4VisManager::GeometryHasChanged.
1703- Separated out G4Scene::CalculateExtent.
1704- Improved robustness and timeliness of invocation of some commands.
1705- Improved READMEs.
1706- Reduced warnings from OpenGL - see OpenGL/History.
1707- Cosmetic changes to test.
1708- Added explicit invocation of base class methods to avoid warnings about
1709  hiding of base class methods.
1710
171117th August 2001  John Allison  (vis-V03-02-12)
1712- Coworks with greps-V03-02-02 and intercoms-V03-02-04.
1713- Added G4VisManager::Draw(const G4Scale&,...  Needs intercoms-V03-02-04.
1714- Added template graphics system XXX.
1715- Improved verbosity guidance.
1716
171714th August 2001  John Allison  (vis-V03-02-11)
1718- Coworks with greps-V03-02-02 and intercoms-V03-02-03.
1719- Moved default value G4Transform3D::Identity of argument from
1720  G4VSceneHandler::BeginPrimitives to
1721  G4VGraphicsScene::BeginPrimitives.  Needs intercoms-V03-02-03.
1722- Fixed bug in G4VSceneHandler::AddPrimitive(const G4Scale&).  Needs
1723  greps-V03-02-02.
1724- Added sceneHandler.Begin/EndPrimitives messages to models (long
1725  standing bug!).
1726- Removed "dummy" graphics systems in G4VisManager.cc.
1727- Improved robustness of some commands, particularly
1728  /vis/scene/notifyHandlers.
1729- Improved support for multiple viewers (but see OpenGL/History).
1730
173111th August 2001  John Allison  (vis-V03-02-10-01)
1732- Implemented /vis/scene/endOfEventAction.
1733
17349th August 2001  John Allison  (vis-V03-02-10-00)
1735- Note: non-standard tag to indicate internal use only.
1736- Added /vis/scene/create at start of compound command /vis/open to avoid
1737  warnings.
1738- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
1739  textual or graphical representation of the geometry hierarchy is now
1740  done in G4xxxTree classes in visua;ization/Tree.
1741- Removed /vis/scene/notifyHandlers from
1742  G4VVisCommandScene::UpdateVisManagerScene - too much updating going on.
1743  It was leading to recursive refreshing/updating.
1744- Implemented auto-refresh at end of event.  (See also OpenGL/History.)
1745  Introduced G4VSceneHandler::Get/SetMarkForClearingTransientStore for
1746  postponed (lazy) clearing of transients (e.g., trajectories) from store
1747  (graphical database) and view.  The mark is set at the end of
1748  G4VisManager::EndOfEvent and the actual clearing is done in:
1749    void G4VisManager::ClearTransientStoreIfMarked(){
1750      // Assumes valid view.
1751      if (fpSceneHandler->GetMarkForClearingTransientStore()) {
1752        fpSceneHandler->SetMarkForClearingTransientStore(false);
1753        fpSceneHandler->ClearTransientStore();
1754      }
1755    }
1756  which is called at the start of each G4VisManager::Draw and the beginning
1757  of G4VisManager::EndOfEvent.  Thus the picture stays from the end of all
1758  drawing for the event until the first drawing of the next event.
1759   
17605th August 2001  John Allison
1761- Small refinements to printing under new verbosity control.
1762
17634th August 2001  John Allison  (vis-V03-02-10)
1764- Re-implemented verbosity control.  Output statements wherever possible
1765  are controlled by the verbosity in a simple graded message scheme:
1766    enum Verbosity {
1767      quiet,         // Nothing is printed.
1768      startup,       // Startup and endup messages are printed...
1769      errors,        // ...and errors...
1770      warnings,      // ...and warnings...
1771      confirmations, // ...and confirming messages...
1772      parameters,    // ...and parameters of scenes and views...
1773      all            // ...and everything available.
1774    };
1775  Note that the G4VisManager member object name and type have changed:
1776    Verbosity             fVerbosity;  // New.
1777    const G4int           fVerbose;
1778    // fVerbose is kept for backwards compatibility for some user
1779    // examples.  (It is used in the derived user vis managers to print
1780    // available graphics systems.)  It is initialised to 1 in the
1781    // constructor and cannot be changed.
1782
17833rd August 2001  John Allison
1784- Added README.quick, a quick installation guide.
1785
178630th July 2001  John Allison  (vis-V03-02-09)
1787- Eliminated view parameters from G4VisManager.  Now, each view maintains its
1788  own parameters.  Can be copied from one view to another with:
1789    /vis/viewer/set/all <from-viewer-name>
1790    Copies view parameters from from-viewer to current viewer.
1791    Affects current viewer.
1792- Removed redundant methods from G4VisManager, mostly to do with old-style
1793  commands.
1794
179527th July 2001  John Allison  (vis-V03-02-08)
1796- Needs config-V03-02-01.
1797- Introduced environment variable G4VIS_NONE that, if set, no visualization
1798  drivers are built and no vis libraries are built, not even
1799  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
1800  variables G4VIS_BUILD and G4VIS_USE are *not* set.
1801- Removed the need to specify environment variables for visualization drivers
1802  which do not need external packages or libraries, namely :
1803      G4VIS_BUILD_DAWNFILE_DRIVER
1804      G4VIS_BUILD_RAYTRACER_DRIVER
1805      G4VIS_BUILD_VRMLFILE_DRIVER
1806      G4VIS_BUILD_ASCIITREE_DRIVER
1807      G4VIS_BUILD_GAGTREE_DRIVER
1808    with associated G4VIS_USE environment variables:
1809      G4VIS_USE_DAWNFILE
1810      G4VIS_USE_RAYTRACER
1811      G4VIS_USE_VRMLFILE
1812      G4VIS_USE_ASCIITREE
1813      G4VIS_USE_GAGTREE
1814  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
1815  C-pre-processor variables are automatically set.  Also, the C-pre-processor
1816  variables G4VIS_BUILD and G4VIS_USE are set.
1817- As before, environment variables for other drivers still need positive
1818  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
1819  category are:
1820      G4VIS_BUILD_DAWN_DRIVER
1821      G4VIS_BUILD_OPACS_DRIVER
1822      G4VIS_BUILD_OPENGLX_DRIVER
1823      G4VIS_BUILD_OPENGLWIN32_DRIVER
1824      G4VIS_BUILD_OPENGLXM_DRIVER
1825      G4VIS_BUILD_OIX_DRIVER
1826      G4VIS_BUILD_OIWIN32_DRIVER
1827      G4VIS_BUILD_VRML_DRIVER
1828    with associated G4VIS_USE environment variables:
1829      G4VIS_USE_DAWN
1830      G4VIS_USE_OPACS
1831      G4VIS_USE_OPENGLX
1832      G4VIS_USE_OPENGLWIN32
1833      G4VIS_USE_OPENGLXM
1834      G4VIS_USE_OIX
1835      G4VIS_USE_OIWIN32
1836      G4VIS_USE_VRML
1837  In this case G4VIS_NONE must *not* be set.
1838- Fixed unchecked pointer in G4VSceneHandler::ClearStore().
1839
184025th July 2001  John Allison  (vis-V03-02-07)
1841- Improved access to models (modeling-V03-02-03).
1842- Made G4VSceneHandler::fpModel non-const G4VModel* for convenience.
1843- Improved checks and warning messages in /vis/scene/add/scale.
1844
184524th July 2001  John Allison  (vis-V03-02-06)
1846- Needs greps-V03-02-01 for small interface change to G4Scale.
1847- Includes modeling-V03-02-02.
1848- Force rebuild of graphics "stores" (graphical databases) and, if
1849  auto-refresh is true, refresh of all views
1850  (/vis/scene/notifyHandlers) after an addition to scene.
1851- Improvements to /vis/scene/add/scale:
1852  o Added colour.
1853  o Assigned a genuine extent.
1854
185523rd July 2001  John Allison  (vis-V03-02-05 is non existent - sorry!!!)
1856- Improved /vis/scene/add/scale.
1857- Improved auto-refreshing.
1858
185921st July 2001  John Allison  (vis-V03-02-04)
1860- Added /vis/scene/add/scale.  Needs greps-V03-02-00 and intercoms-V03-02-02.
1861
186219th July 2001  Satoshi Tanaka  (vis-V03-02-03)
1863- Modification of G4DAWNFILEViewer.cc
1864- PostScript command "showpage" is always added to g4_XX.eps
1865  so that it is printable. (It can also be inserted into
1866  LaTeX documents.
1867
186818th July 2001  John Allison  (vis-V03-02-02)
1869- Ensured rotation and translation of replica is restored (modeling-V03-02-00)
1870  (fixes crashes in replica tracking).
1871
187214th July 2001  John Allison  (vis-V03-02-01)
1873- Included raytracer-V03-02-00 (minor cosmetics).
1874- Minor changes in G4OpenGLXViewer.cc to eliminate pedantic ISO C++ warnings.
1875- Merged vis-V03-02-patch01 (below) to head.
1876- Included new disclaimer.
1877
187814th July 2001  John Allison (vis-V03-02-patch01 in branch geant4-03-02-branch)
1879- Fixed crash in optimised mode: added Initialise() to viewers so
1880  that windows are opened after viewers are fully constructed.
1881
188210th July 2001  John Allison  (vis-V03-02-00)
1883- Removed old-style commands.
1884- Removed maintenance of G4VisManager's G4ViewParameters object (this
1885  will be removed soon).
1886- Merged vis-V03-02-patch00 (below) to head.
1887
188810th July  John Allison  (vis-V03-02-patch00 in branch geant4-03-02-branch)
1889- Corrected mistake which could cause crash if user specified a non-
1890  existent scene handler in /vis/sceneHandler/remove.
1891
189219th June 2001  Satoshi Tanaka (vis-V03-01-07)
1893-OS dependence is removed from the DAWN-network driver.
1894 * gethostname() removed
1895 * G4SocketConfig.hh and G4SocketMacro.hh are removed.
1896- Now "setenv G4DAWN_HOST_NAME hostname" is mandatory to use
1897  the DAWN-network driver.
1898
189915th June 2001  John Allison
1900- Added GAGTree to G4VisManager.cc, MyVisManager.cc.  Need corresponding
1901  changes in config.
1902
190315th June 2001  John Allison (vis-V03-01-06)
1904- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
1905  G4GAGTreeSceneHandler.
1906
190715th June 2001  Satoshi Tanaka (vis-V03-01-05)
1908- The  first committing of GAGTree driver.
1909- Other files in ./Tree/ are the same as vis-V03-01-04.
1910
19115th June 2001  John Allison (vis-V03-01-04)
1912- Moved re-useable code from G4ASCIITree to G4VTree.
1913- Made sure all pointers in G4VisManager are initialised on construction.
1914
19154th June 2001  John Allison
1916- G4ASCIITree: Added logical volume name and solid name and type under
1917  verbosity control.
1918- G4ASCIITree: Forced culling off so that all volumes are seen, even if
1919  "invisible".
1920
192129th May 2001  John Allison
1922- Small clean up in test directory.
1923
192425th May 2001  John Allison
1925- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
1926
192724th May 2001  John Allison  (vis-V03-01-03)
1928- Added missing files G4ASCIITreeMessenger.hh/cc.
1929- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
1930- Drivers in alphabetical order in MyVisManager.cc.
1931
193223rd May 2001  John Allison
1933- Eliminated Linux pedantic warnings, except FukuiRenderer, VRML and OPACS.
1934
193522nd May 2001  John Allison
1936- Refined ASCIITree.
1937
193821st May 2001  John Allison (vis-V03-01-02)
1939- Minor bug corrections (mostly to fix things that used to work with the
1940  old /vis~/ commands but ceased to work with the new /vis/commands:
1941  o If a scene is empty at drawing time, the "world" is added.
1942  o Window size hint now works for OpenGL.
1943- Fixed some minor warnings for strict C++ (size_t, etc.).
1944
194518th May 2001 John Allison
1946- Removed unnecessary virtual inheritance of G4VViewer in G4RayTracerViewer.
1947- Introduced verbosity to ASCIITree.
1948- Proper deletion of directories in G4VisManagerRegisterMessengers.
1949
195015th May 2001 John Allison
1951- Fixed bug in name of /vis/viewer/set/sectionPlane command.
1952
19533rd May 2001 John Allison (vis-V03-01-01)
1954- Changes for greps-V03-01-01 (elimination of RW).
1955- Improvements in /vis/scene/add/volume.
1956- Added /vis/drawTree.
1957
195810th April 2001  John Allison (vis-V03-01-00)
1959- Added two new commands:
1960    /vis/scene/add/text
1961    /vis/scene/add/axes
1962- Added first version of ASCIITree to dump geometry hierarchy to
1963  standard output as ASCII stream.
1964  This requires two new environment variables:
1965    G4VIS_BUILD_ASCIITREE_DRIVER
1966    G4VIS_USE_ASCIITREE
1967  and config-V03-01-00.
1968
19692nd April 2001  John Allison
1970- Tidied OpenGL (opengl-V03-00-01) - see OpenGL/History.
1971
19722nd April 2001  John Allison  (vis-V03-00-09)
1973- Fixed some warnings from DEC cxx.
1974
197515th March 2001  John Allison  (vis-V03-00-08)
1976- Changed rotation of phi-replicas in G4PhysicalVolumeModel.cc to
1977  ensure correspondence with rule that phi=0 bisects the replica.
1978  WARNING: Prior to this fix the graphics did NOT correspond to the
1979  replica navigation.  If you have been relying on the graphics to
1980  position daughter volumes in a phi-replica, navigation will have
1981  been incorrect, possibly without causing a crash.  The above fix
1982  will change the apparent position as shown by the graphics and you
1983  will have to correct the positioning of daughters.  Make sure the
1984  diaghters are all properly enclosed within the replica.  Graphics
1985  and navigation now correspond,
1986
19877th March 2001  John Allison  (vis-V03-00-07)
1988- Cosmetic corrections for ISO compliance.
1989
199023rd February 2001  John Allison  (vis-V03-00-06)
1991- Removed all references to RogueWave.
1992
19934th February 2001  John Allison  (vis-V03-00-05)
1994- Reverted to /vis/viewer commands updating vis manager's view parameters.
1995  Otherwise this can have a big effect on users if old commands are still
1996  being used.  Let's schedule this change for the next version of Geant4.
1997- Added the following new commands:
1998  /vis/enable [true|false]
1999  /vis/disable
2000  /vis/verbose [<verbosity-integer>]
2001  /vis/viewer/set/lineSegmentsPerCircle  [<number-of-sides-per-circle>]
2002  /vis/viewer/set/sectionPlane ...
2003  Only /vis/scene/add/text and /vis/scene/add/axes to go!!!
2004
20054th February 2001  John Allison  (vis-V03-00-04)
2006- /vis/viewer commands no longer update vis manager's view parameters.
2007- Most /vis~/ copmmands give DEPRECATED warning, except:
2008  /vis~/draw/axes
2009  /vis~/draw/text
2010  /vis~/set/section_plane
2011  /vis~/set/sides
2012  /vis~/set/verbose
2013  which have still to be re-implemented.  All /vis~/ commands are still
2014  available through /vis/ for the time being.  (Window size hint no longer
2015   works.)
2016- Added "auto refresh" to view parameters.
2017- Added "default" view parameters to viewers.
2018- Made OpenGL viewers "auto refresh" by default.
2019- Added:
2020  /vis/viewer/set/autoRefresh
2021  /vis/viewer/set/projection
2022- Added compound command:
2023  /vis/drawView [<theta-deg>] [<phi-deg>]
2024                [<pan-right>] [<pan-up>] [<pan-unit>]
2025                [<zoom-factor>]
2026                [<dolly>] [<dolly-unit>]
2027
20284th February 2001  John Allison  (vis-V03-00-03)
2029- Added several new vis commands:
2030  /vis/viewer/dolly
2031  /vis/viewer/dollyTo
2032  /vis/viewer/lightsThetaPhi
2033  /vis/viewer/lightsVector
2034  /vis/viewer/pan
2035  /vis/viewer/panTo
2036  /vis/viewer/viewpointThetaPhi
2037  /vis/viewer/viewpointVector
2038  /vis/viewer/zoom
2039  /vis/viewer/zoomTo
2040  /vis/viewer/set/hiddenMarker
2041  /vis/viewer/set/lightsMove
2042
20433rd February 2001  John Allison  (vis-V03-00-02)
2044- Tidied for CodeWizard.  Small changes to many files in management, modeling
2045  and OpenGL.
2046
20471st February 2001  John Allison  (vis-V03-00-01)
2048- Fixed cause of crash when setting viewpoint before creating scene (Bug #157).
2049  Solution: SetView no longer called when view parameters are changed.  In
2050  any case it's called just before drawing, whixh is the right place.
2051- Fixed /vis/set/sides problem (Satoshi Tanaka) (Bug #204).
2052  Solution: Update view's view parameters in /vis/set/sides - had somehow
2053  been overlooked.
2054
205525th January 2001  John Allison
2056- Added protection against empty G4Polyhedron objects.
2057   FukuiRenderer/src/G4FRSceneFunc.icc
2058   OPACS/src/G4GoSceneHandler.cc
2059   OpenGL/src/G4OpenGLSceneHandler.cc
2060   OpenInventor/src/G4OpenInventorSceneHandler.cc
2061   VRML/src/G4VRML1SceneHandlerFunc.icc
2062   VRML/src/G4VRML2SceneHandlerFunc.icc
2063
206425th January 2001  John Allison  (opengl-V03-00-00)
2065- Fixed Bug #120.  Implemented running re-calculation of up-vector in
2066  the case of "object rotation" (lights move with camera) to prevent
2067  "flipping" of view when camera passes through up-vector.  Note that
2068  the default is "camera rotation" (lights do not move with camera,
2069  i.e., remain fixed relative to object) so the default is that this
2070  "flipping" can happen.  To set "object rotation" (lights move with
2071  camera) use /vis/lights/move_with_camera true (soon to be
2072  /vis/viewer/set/lights move-with-camera) or click "Object" radio
2073  button on Rotation Panel in OpenGLXm mode.
2074- Changed some objects to references for efficiency.  E.g.:
2075  const G4Vector3D& vp = pView->fVP.GetViewpointDirection ().unit ();
2076
207718th January 2001  John Allison
2078- Corrected G4PhysicalVolumeModel.  This corrects a bug whereby the
2079  requested drawing of a physical volume and its decendants starting
2080  at a depth greater than 2 was incorrectly positioned on the screen.
2081- /vis/scene/include commands withdrawn - use equivalent commands
2082  /vis/scene/add.
2083- OpenGL: cosmetic and minor performance improvements.
2084
208516th January 2001  John Allison  (vis-03-00-00)
2086- All vis commands "available" in all G4 states.
2087- Other small cosmetic changes to commands.
2088- OpenGL: square and circle markers correctly rendered.
2089  Note: subsequent rotations in stored mode also rotate these markers.
2090- Some small changes to test  - see test/History.
2091
20922nd November 2000  Gunter Folger  (vis-V02-00-02)
2093- Added targets includes and clean_libs to visualization/GNUmakefile.
2094
209518th October 2000  John Allison  (vis-V02-00-01)
2096- G4PhysicalVolumeModel: protected against volumes without material.
2097- Removed /vis/viewer/update from compound commands /vis/drawVolume
2098  and /vis/specify.
2099- Updated comments in G4VisManagerRegisterMessengers.cc.
2100
210119th August 2000  John Allison  (vis-V02-00-00)
2102- Fixed bug in /vis/lights/direction - now does not refresh view.
2103- Corrected "scene" where it should read "scene handler" in some
2104  comments and output statements.
2105
21063rd July 2000  John Allison
2107- Explicitly initialised all data members of G4ViewParameters in constructor.
2108
21099th June 2000  John Allison  (vis-V01-01-06)
2110- Tagged for system testing.
2111
21128th June 2000  Guy Barrand
2113- OPACS/src/G4GoSceneHandler.cc : correct polyhedron
2114  wire-frame in order to remove some edges. Now the
2115  rendering is the same than for OpenGL driver.
2116   This was requested for long by ALICE, and had been
2117  requested for ATLAS by Gaston Parrour recently.
2118
21197th June 2000  John Allison
2120- /vis/viewer/update preferred, synonym /vis/viewer/show deprecated.
2121
21227th June 2000  Makoto Asai
2123- Fix the flip view of RayTracer.
2124
21252nd June May 2000  John Allison
2126- Forced /control/verbose 2 for compound commands.
2127
212820th May 2000  John Allison
2129- Bug fix in G4PhysicalVolumeModel for replicas (Guy Barrand).
2130
213126 May 2000  Guy Barrand
2132- management/src/G4VisCommandsScene.
2133  Protect against a null pointer for aScene in NotifyHandlers::SetNewValue.
2134- OPACS/src/G4WoViewer.cc :
2135  Change camera name checking so that a viewer created
2136  by the GUI (Wo) could be hooked.
2137- OPACS/src/G4GoSceneHandler.cc :
2138  Change circle rendering.
2139- OpenInventor/G4OpenInventorSceneHandler : protect against null pointers.
2140
214122nd May 2000  John Allison  (vis-V01-01-05)
2142- Many bug fixes from in OpenGL (opengl-V01-01-00) - see OpenGL/History.  Main
2143  features:
2144  o workaround for bug in Mesa which slowed OpenGLXm (Guy Barrand).
2145  o multiple OpenGLXm windows no longer cause crash on exit (Guy).
2146- modeling-V01-01-00: Added G4VTreeGraphicsScene (DTREE).
2147- G4Scene::IsEmpty if empty of RunDurationModels - VisManager adds world in
2148  this case.
2149
215018th/19th May 2000  John Allison
2151- Introduced some /vis/viewer/set commands.
2152- /vis/scene/include/trajectories changed to /vis/scene/add/trajectories.
2153  Similarly hits.  (Old commands kept but deprecated.)
2154- G4ViewParameters.cc: bug fix in density culling printing.
2155- G4VisCommandsSceneHandler.cc: bug fix in /vis/sceneHandler/create.
2156- G4VisManagerRegisterMessengers.cc: improved comments.
2157
215818th May 2000  John Allison  vis-V01-01-04
2159- Included DAWN-V01-01-04: Automatic filename incrementation is made default.
2160
216115th May 2000  John Allison
2162- Added compound commands /vis/open, /vis/drawVolume and /vis/specify.
2163- /vis/viewer/reset now resets *all* view parameters.
2164- Fixed double application of transformation in /vis/scene/add/volume.
2165- Fixed verbosity parameter in /vis/scene/list.
2166- Made G4BoundingSphereScene::PreAddThis non-inline.
2167
216813th May 2000  John Allison
2169- Redefined current target point to be *relative* to standard target point.
2170  (No longer necessary to initialize current target point in G4VViewer
2171  constructor.  The fix of 4th May is reversed.)
2172
217311th May 2000  Satoshi Tanaka vis-V01-01-03
2174- In G4DAWNFILEViewer.cc,
2175  <       strcpy( fPSViewer, "ghostview" );
2176  ---
2177  > //    strcpy( fPSViewer, "ghostview" );
2178  >       strcpy( fPSViewer, "gv" );
2179
2180
21814th May 2000  John Allison
2182- Tidied comments in G4VisManagerRegisterMessengers.cc.
2183- Initialize current target point in G4VViewer constructor.
2184- Re-implemented /vis/viewer/reset to change view parameters of
2185  viewer directly.
2186
21872nd May 2000  John Allison  vis-V01-01-02
2188- Added /vis/viewer/reset.
2189- G4VSceneHandler, G4VViewer, G4OpenGLXmMainMenubarCallbacks: corrected
2190  some name anomolies - "scene" was still being used in places where it
2191  meant "scene handler".
2192- G4VViewer: added GetShortName(), corrected SetName(...).
2193- G4ViewParameters.hh: improved class description.
2194- G4VisManager: added ViewerShortName(...) and GetViewer(...) utilities.
2195- G4RayTracer: set out-of-world ray to black.
2196- G4RayTracerViewer: corrected trapping of orthogonal projection.
2197- Some minor enhancements to tests.
2198
219927th April 2000  Gabriele Cosmo
2200- Removed unnecessary #include "G4Transform.hh" from VRML.  (Since
2201  geometry-V01-01-02 G4Transform.hh no longer exists.) 
2202
220327th April 2000  John Allison
2204- Updated README file.
2205
220612th April 2000  John Allison  vis-V01-01-01
2207- Made G4PhysicalVolumeModel::DescribeSolid virtual.
2208- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
2209  solids - now programmed into CompositeSolid::CreatePolyhedron, where
2210  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
2211  G4UnionSolid.
2212- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
2213  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
2214- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
2215  components of composite solids as white forced-wireframe objects.
2216- Removed unnecessary #includes from G4VSceneHandler.hh which required
2217  consequent inclusion in many other scene handlers and viewers.
2218
22197th April 2000  John Allison  vis-V01-01-00
2220- Modified GNUmakefiles for restructured geometry.
2221
222229th February 2000  John Allison  vis-V01-00-06
2223- Changed `char*' to `const char*' in G4FRClientServer::Err(...).
2224
222528th February 2000  John Allison
2226- Cosmetic improvements to G4RayTracerSceneHandler.hh and G4RayTracerViewer.hh.
2227
222824th February 2000  John Allison
2229- Minor inmprovement of messages from /vis/viewer/refresh.
2230- Cosmetic tidying in G4OpenGLViewer.cc.
2231- Added protection for null viewer in G4RTSteppingAction.cc and
2232  G4RayTrajectory.cc.
2233- Corrected for zoom, etc., in G4RayTracerViewer.cc.
2234
223523rd February 2000  John Allison
2236- Added G4RayTracerSceneHandler and Viewer.
2237- Some modifications to other RayTracer routines for vis compliance.
2238- (Note: headAngle still not right - ray traced views are sometimes tipped.)
2239
224023rd February 2000  John Allison  vis-V01-00-05
2241- Includes raytracer-V01-00-01a which is original version plus fixes for
2242  ISO compliance.
2243
224421st February 2000  John Allison
2245- /vis/viewer/refresh no longer invokes ShowView().
2246- G4VViewer: introduced data member fShortName.
2247- Added G4RTSteppingAction and G4RayTrajectory to list of G4VisManager's
2248  friends.
2249- Improved G4VisManager::CreateSceneHandler() and CreateViewer() and
2250  handling of error in G4VisCommandSceneHandler::Create() and
2251  G4VisCommandViewer::Create().
2252- OpenGL: char* becomes const char*.  Small output text improvement.
2253- test: some changes for Ray Tracer.  Boolean intersection instead of union.
2254
225502 February 2000  Guy Barrand
2256- OPACS/src/G4XoViewer.cc : change WaitForNotify signature to
2257  be able to compile with DEC-cxx 6.1.
2258
2259vis-V01-00-04 29th January 2000  Satoshi Tanaka
2260- CVS tag is assigned to the Makoto's committing below.
2261
226229th January 2000  Makoto Asai
2263- Introduction of G4RayTracer (visualization/RayTracer/...)
2264- Migration of G4RayTracer
2265  affected files :
2266    visualization/GNUmakefile
2267    visualization/management/include/MyVisManager.cc
2268    visualization/management/src/G4VisManager.cc
2269  affected files in other directory :
2270    config/G4VIS_BUILD.gmk
2271    config/G4VIS_USE.gmk
2272
2273vis-V01-00-03  17th January 2000  John Allison
2274- Added protection for no voxelisation in G4LogicalVolumeModel.cc.
2275- Changed endl to G4endl in G4VisCommandsViewer.cc and G4GoSceneHandler.cc.
2276
227714th January 2000  John Allison
2278- Added protection for no viewer in G4VisCommandsViewer.cc.
2279
2280vis-V01-00-02  11th January 2000  John Allison
2281- General handling of displaced solid (G4PhysicalVolumeModel).
2282- Introduced /vis/viewer/show (/vis/viewer/update is synonym).
2283- Improved printing in /vis/camera/reset.
2284
2285vis-V01-00-01  27th December 1999  Satoshi Tanaka
2286- VRML-V01-00-00 27th December 1999  Satoshi Tanaka
2287- G4endl ==> "\n" for fDest objects ... for ISO standard C++ compiler
2288
2289vis-V01-00-00  16th December 1999  John Allison
2290- (Note: NOT FOR SYSTEM TESTING - this tag still has problems with
2291   displaying logical volumes and text.)
2292- Added /vis/viewer/refresh.
2293- Rationalised command lists for keeping parameter lists up to date,
2294  G4VVisCommand::sceneNameCommands, etc.
2295- Added AddThis(const G4Polycone&), etc., to prevent hiding warnings.
2296- Developments in test - see test/History.
2297
2298vis-V00-01-14a  7th December 1999  John Allison
2299- Added `class' keyword in friend statement in G4VisStateDependent.hh
2300  to keep HP happy.
2301
2302vis-V00-01-14  6th December 1999  John Allison
2303- Invert rotation of boolean component in G4PhysicalVolumeModel.cc.
2304
2305vis-V00-01-13  Satoshi TANAKA  Dec 01, 1999
2306- DAWN-V00-01-08
2307- Removed implicit casting from the previous updation
2308
2309vis-V00-01-12  Satoshi TANAKA  Nov 30, 1999
2310- DAWN-V00-01-06
2311- Fixing improper definition of alpha1, alpha2
2312
2313vis-V00-01-11  29th November 1999  John Allison
2314- Introduced helper class G4VisStateDependent to decouple G4VisManager from
2315  G4StateManager, G4RunManager, etc.
2316- Archived old directoris inside test subdirectory.
2317
2318vis-V00-01-10  25th November 1999  John Allison
2319- Adapted relevant header files of modeling and management for
2320  Software Reference Manual.
2321
2322vis-V00-01-09  23th November 1999  Satoshi Tanaka
2323- Protection to ill-defined G4Trap in AddThis()
2324
2325vis-V00-01-08  10th November 1999  John Allison
2326- Added capability of viewing Boolean solids - coworks with geometry-V00-01-01.
2327- Fixed bug in G4VViewer to maintain proper status of fNeedKernelVisit.
2328- Added Boolean solids to test/src/MyDetectorConstruction.cc.
2329- Added circle to represent end of step in test/src/MySteppingAction.cc.
2330
2331vis-V00-01-07  5th November  John Allison
2332- Added /vis/viewer/update [<viewer-name>].
2333- Some groundwork for /vis/scene/edit.
2334- Added additional check in G4VisManager::IsValidView().
2335- G4VSceneHandler::ClearStore() invokes fpViewer -> NeedKernelVisit().
2336  (After a clear of the graphical database it is necessary to do this.
2337  So if a derived class redefines, it must still invoke this base
2338  class method.
2339- G4Scene::AddRunDurationModel(), AddWorldIfEmpty(), AddEndOfEventModel():
2340  avoid duplicate models and flag with G4bool return argument.
2341- G4VisCommandsSceneAdd: respect the above G4bool return value.
2342- G4Scene::AddRunDurationModel(): remove temporary workaround for old CLHEP
2343  non-const problem.
2344- Added 3rd template argument of map (to keep Sun CC 4.2 happy) in
2345  G4OpenGLStoredSceneHandler.hh and G4OpenInventorSceneHandler.hh.
2346- G4OpenGLStoredSceneHandler::ClearStore() and
2347  G4OpenInventorSceneHandler::ClearStore() invoke base class function
2348  G4VSceneHandler::ClearStore().
2349
2350VRML-V00-01-01 4th November 1999  Satoshi Tanaka
2351- Introduction of VRMLBeginModeling() for new vis commands 
2352- Updation and tagging of visualization/VRML/
2353  and this History file
2354
2355DAWN-V00-01-04  04th November 1999 Satoshi TANAKA 
2356- Protection to AddPrimitive( G4NURBS )
2357- Updation and tagging of visualization/FukuiRenderer/
2358  and this History file
2359
2360DAWN-V00-01-03  02nd November 1999 Satoshi TANAKA
2361- Updation and tagging of visualization/FukuiRenderer/
2362  and this History file
2363- Environmental variable G4DAWN_MULTI_WINDOW is
2364  renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
2365  (G4DAWN_MULTI_WINDOW  still works for a while.)
2366
2367DAWN-V00-01-02  01st November 1999 Satoshi TANAKA
2368- Updation and tagging of visualization/FukuiRenderer/
2369  and this History file
2370- Separation of BeginModeling() and FRBeginModeling().
2371  Co-workable with /run/beamOn with the new vis commands.
2372
237329 Oct 1999  Guy Barrand
2374- Modify  G4Xo.cc to not load G4Xo.xrm resource file.
2375  Resource must be grouped in some g4.xrm file.
2376
2377vis-V00-01-06  25th October 1999  John Allison
2378- No longer update view parameters in /vis/scene/add/volume, etc.
2379- Change G4RWTValHashDictionary to G4std::map in G4OpenGLStoredSceneHandler
2380  and G4OpenInventorSceneHandler (needs global-V00-01-03).
2381
238211 Oct 1999  Guy Barrand
2383- G4GoSceneHandler.cc/G4GoSceneHandler::EndPrimitives : modify
2384  the logic of setting the OMatrix for Go objects in order
2385  to avoid the usage of the CLHEP/Rotation.getAngleAxis that
2386  clearly has precision problem on some platforms (at least
2387  Linux and HP-UX).
2388
2389vis-V00-01-05  4th October 1999  John Allison
2390- Implemented /vis/scene/add/logicalVolume.
2391- Added G4LogicalVolumeModel.
2392- Augmented G4PhysicalVolumeModel so G4LogicalVolumeModel could inherit.
2393- Updated G4BoundingSphereScene and G4PhysicalVolumeSearchScene to
2394  implement extra virtual functions in G4VSceneHandler interface.
2395- Moved virtual destructor G4VModel::~G4VModel to non-inline implementation.
2396- Tidied G4VSceneHandler.
2397
2398vis-V00-01-04 30 Sep 1999  Satoshi Tanaka
2399- RW/STL dependence was removed from VRML 1.0 driver
2400
240115 Sep 1999  Guy Barrand
2402- Modify  G4OpenGLStoredSceneHandler.cc to compile on Linux-g++ with STL.
2403
2404vis-V00-01-03  27th August  John Allison
2405- Modified GNUmakefile to prevent building of global libraries.
2406
2407vis-V00-01-02  27th August  John Allison
2408- Eliminate residual references to G4Ray.
2409- Improved some informational printing in G4VisManager::IsValidView.
2410- G4Vis
2411Manager::SetCurrentGraphicsSystem no longer gives spurious warnings.
2412- Improved README (change `gmake global' to plain `gmake').
2413
2414vis-V00-01-01 26th August Satoshi TANAKA
2415- Protection for invalid calling of BeginModeling
2416- .DAWN.history ==> .DAWN_1.history
2417   **** It means DAWN version 3.80a or  after is  required ***
2418
2419vis-V00-01-00  24th August Satoshi TANAKA
2420- Improved README.
2421
2422vis-01-00-15a  3rd July 1999  John Allison
2423- Improved README (Guy).
2424- Corrected a fprintf statement in G4OpenGLXViewer::spewWireframeEPS.
2425
2426vis-01-00-15  29th June 1999  John Allison
2427- Moved #include <rw/tvhdict.h> from G4OpenGLSceneHandler.hh to .cc.
2428- Corrected #ifdef G4VIS_BUILD_OPENGL_DRIVER in G4OpenGLXViewer.hh.
2429
2430vis-01-00-14  19th June 1999  John Allison
2431- Removed references to G4Ray from GNUmakefile.
2432- Archived (cvs removed) all G4Ray files.
2433- Cosmetic change to an output statement in G4VisToOldVisCommands.cc/
2434
2435vis-01-00-13  1st June 1999  John Allison
2436- Updated README for May Release (Satoshi, John).
2437- Removed G4Ray from tag.
2438
243931 Mai 1999  Guy Barrand
2440- G4XoViewer : remove enabling/disabling XoCamera popup menu logic.
2441  In some situation (N03) we were loosing the XoCamera popup menu.
2442- G4XoViewer : correct ClearStore, ClearTransientStore.
2443
2444vis-01-00-12a  26th May 1999  John Allison
2445- G4TrajectoriesModel.cc: (*TC) [iT] -> DrawTrajectory ();
2446
2447vis-01-00-12  25th May 1999  John Allison
2448- Moved global operator != to member function.
2449- Updated OPACS to handle "ClearTransientStore" (Guy).
2450
2451vis-01-00-11  12th May 1999  Guy Barrand
2452- G4VSceneHandler : ClearTransientStore.
2453- G4VisCommandsSceneHandler : protect against a null pointer.
2454- OpenInventor : use HEPVis/SoWindow to create windows (needed
2455  on NT). Implement the a "transient scene graph" for "event"
2456  things. Use fXxx convention for fields.
2457- G4TrajectoriesModeling : do not draw a "marker" at each step by default.
2458
2459vis-01-00-10  10th May 1999  John Allison
2460- Acted upon Code Wizard reports.  Mainly made destructors virtual.
2461
2462vis-01-00-09  28th April 1999  John Allison
2463- Changes for UserAction classes.
2464
2465vis-01-00-08  John Allison
2466- Changes by Paulo Mora de Freitas for decoupling vis from parameterisation.
2467
246818th April 1999  John Allison
2469- Added "defined" after || in VRML1(1)(File).hh.  (Some preprocessors
2470  give an error without it.)
2471
2472vis-01-00-07  15th April 1999  John Allison
2473- Replaced visualization/test/GNUmakefile by a simple one using binmake.gmk.
2474- Added CPPFLAGS += -I$(G4BASE)/intercoms/include to some GNUmakefiles ready
2475    for the move of G4VGraphicsScene to intercoms.
2476
2477vis-01-00-06  29th March 1999  John Allison
2478- Platform dependency fix in G4VisCommandsScene.cc.
2479
2480vis-01-00-05  7th February 1999  John Allison
2481- management: - Added /vis/scene/notifyHandlers.
2482              - Added virtual functions AddThis (const G4Polycone and
2483                G4Polyhedra to G4VSceneHandler
2484              - Moved some code from G4VisManager to G4Scene::AddWorldIfEmpty.
2485              - Various refinements and bug fixes.
2486- modeling: Augmented G4PhysicalVolumeSearchScene and G4BoundingSphereScene
2487            See modeling/History.
2488- OpenGL: - Corrected edgeCount check for triangles in
2489            G4OpenGLSceneHandler::AddPrimitive (const G4Polyhedron&).
2490          - Added (long unsigned int) cast in G4OpenGLXmRotationCallbacks.cc.
2491          - Added SetView and ShowView to G4OpenGLXViewer:
2492              // To force change of context...
2493              void G4OpenGLXViewer::SetView () {
2494                glXMakeCurrent (dpy, win, cx);
2495                G4OpenGLViewer::SetView (); 
2496              }
2497              // Hopefully to get better flushing in DEC OpenGL...
2498              void G4OpenGLXViewer::ShowView () {
2499                glXWaitGL ();
2500                glFlush ();
2501              }
2502
2503
2504vis-01-00-04 11th January 1999  John Allison
2505- Completed change of names from scene to sceneHandler, view to viewer.
2506- Vis manager and scene handlers now keep pointer to scene, rather than a copy.
2507- G4SceneList now a simple G4RWTPtrOrderedVector.
2508- /vis/camera/reset now resets viewpoint direction and up vector.
2509
2510vis-01-00-03 10th January 1999  John Allison
2511- Added flags for viewing geom, hits, digis to G4ModelingParameters.
2512
2513vis-01-00-02  9th January 1999  John Allison
2514- Changed Scene to SceneHandler, View to Viewer.
2515
2516vis-01-00-01  6th January 1999  John Allison
2517- Made G4VisManager::GetInstance() private to prevent inadvertent misuse.
2518- Removed #include GNU_GCC - no longer necessary for egcs.
2519- Continued developing the new commands.
2520
2521vis-00-04-04  16th December 1998  John Allison
2522- test/GNUmakefile for Linux-g++
2523- test/test19.cc - removed g4templates.hh
2524- OpenGL - reverted to 100%.
2525
2526vis-00-04-03  9th December 1998  John Allison
2527- Made /vis/ commands from /vis~/.  The idea is to maintain backwards
2528  compatibility while allowing us to "deprecate" the old commands over
2529  a period of time.  Some of these /vis/ commands respond with "superceded",
2530  i.e., superceded by new commands, but still available in /vis~/.
2531- OpenGL viewing volume increased by 20% to prevent corners being clipped.
2532
2533- 08/12/98 : G.Barrand : OpenInventor : due to
2534  huge load problems on various platforms, init only
2535  the HEPVis things that are needed.
2536
2537vis-00-04-02  30th November 1998  Satoshi Tanaka
2538- G4VRMLFILE_DEST_DIR for customising out file name - see VRML/History.
2539
254029th November 1998
2541- Added CPPFLAGS += -I....electromagnetic/utils/include to test/GNUmakefile.
2542- Added fName to G4SceneData.
2543
2544vis-00-04-01  25th November 1998  John Allison.
2545- G4Ray/GNUmakefile update for move of files in particles.
2546- Added const G4VisAttributes* fpDefaultVisAttributes and access
2547  functions to G4ModelingParameters.
2548- Reverted to default assignment operator and copy constructor for
2549  G4ModelingParameters and G4ViewParameters.
2550- G4PhysicalVolumeModel can now handle invisible daughters.
2551- More new /vis/ commands - depends on intercoms-00-04-01.
2552- G4VScene passes DefaultVisAttributes* to ModelingParameters.
2553
2554vis-00-03-07  23rd November 1998  John Allison.
2555- modeling/GNUmakefile update for move of files in particles (Hisaya).
2556- Removed semi-colon in G4BoundingSphereScene.cc.
2557
2558vis-00-03-06  9th November 1998  John Allison.
2559- Small change to a message in G4VisManager.
2560- VRML refinement - see VRML/History.
2561- Needs greps-00-03-03.
2562
2563vis-00-03-05b  9th November 1998  John Allison.
2564- Merged 6th November changes with vis-00-03-05a
2565- Bug fix in G4VisManager::IsValidView for batch running.
2566- Needs greps-00-03-03.
2567
2568vis-00-03-05a  9th November 1998  Satoshi Tanaka
2569- VRML 2.0 Visualization driver is added to
2570  management/include/MyVisManager.cc.
2571
2572vis-00-03-05  9th November 1998  Satoshi Tanaka
2573- VRML 2.0 Visualization driver is commited:
2574 (1) Generatin of VRML 2.0 format files to describe Geant4 simulation.
2575 (2) Interactive displaying of physiccal-volume names and copy numbers
2576 (3) Interactive displaying of hit positions (displayed strings are
2577     costomizable.
2578 (4) Wireframe drawing style of Geant4 visualization is reflected as
2579     transparency = 0.7.  This value is customizable.
2580     If transparency is 1.0, drawing of detector geometry is skipped,
2581     and hits can be picked easily.
2582
25836th November 1998  John Allison
2584- Implemented basic /vis/viewer commands.
2585- Added `const G4String& name' argument to G4VScene and G4VView constructors.
2586
2587vis-00-03-04  30th October 1998  John Allison
2588- Tagged.
2589
259029th October 1998  Guy Barrand
2591- G4OpenGLXView.hh, G4OpenGLXmView.cc, G4OpenGLXmWindowHandlingCallbacks.cc
2592  in order that things compile and compile without warnings on HP/aCC
2593
259414th October 1998  John Allison
2595- Augmented the new /vis/ commands.  Still not complete but they
2596  co-work with the old commands.
2597- Changed char* fName to G4String fName in G4VScene and G4VView.
2598  Consequent changes in G4OpenGLView.  Also OpenInventor?  Etc.
2599
260011th October 1998 Andy Walkden
2601- added (not a very good) version of hidden lines removal code. This code
2602  suffers from depth buffering artefacts. glPolygonOffset is a feature of
2603  OpenGL version 1.1, and can help overcome depth buffer problems. The code
2604  to utilise glPolygonOffset is committed, but commented out, as it doesn't
2605  seem to work with the version of Mesa available on rsplus currently. My
2606  ideal strategy is to enable depth testing, draw the model as lines, enable
2607  filled polygon offsetting (glPolygonOffset(1.0 /*offset scale factor*/,
2608  2/*offset bias*/); glEnable (GL_POLYGON_OFFSET_FILLED);) then draw the
2609  model as filled polygons. The offsetting should just add `2' (in window
2610  coordinates, I think) onto the z value of all vertices relating to filled
2611  polygons, thus dismissing the conflict between almost identical z values
2612  for lines and filled polygon edges.
2613
2614vis-00-03-03 9th October 1998  John Allison
2615- G4VisManager inherits G4VStateDependent.  This is used to draw
2616  end-of-event models.
2617
26184th October 1998 Andy Walkden
2619- Added ability for all G4OpenGLX derived graphics systems to produce
2620  vectored PostScript hardcopy. Facility for `automated screen dump'
2621  (i.e. pixmap output) still kept, as some rasterization features
2622  don't make it into the vectored PostScript output (such as haloing
2623  effects). Facility currently available via G4OpenGLXm by clicking
2624  `Miscellany' then `Create .eps file', to get a popup printing
2625  window.
2626
2627vis-00-03-02a  26th September 1998 
2628- DAWNFILE driver is made platform dependent.
2629  (It is now compilable both at both Unix and NT without necessity
2630   of C macros like WIN32.)
2631
2632vis-00-03-02  25th September 1998 
2633- DAWNFILE driver is ported to VC++
2634
2635vis-00-03-01  24th September 1998  John Allison
2636- Eliminated G4VPhysicalVolume* fpWorld data memebr from G4VisManager.
2637
263822th September 1998 Guy Barrand.
2639- Correct modeling, management, G4Ray /GNUmakefile to have
2640  correct digits+hits includes.
2641
264219th September 1998 Guy Barrand.
2643- Due to a correction in globals.h restore correct code
2644  so that OpenInventor files compile correctly on NT.
2645
2646vis-00-02-06  31st August 1998  John Allison
2647- Added G4VModel::Validate() and in subclasses.
2648- Reverted to default copy constructir and assignment operator in G4SceneData.
2649- Implemented G4VisManager::GeometryHasChanged().
2650- Switched on echoing of commands and history mechanism in test19.g4m.
2651
2652vis-00-02-05  27th August 1998  John Allison
2653- Added G4HitsModel and G4TrajectoriesModel.
2654- Added /vis/scene/include/hits and trajectories, and some bug fixes.
2655
2656vis-00-02-04  22nd August 1998  John Allison
2657- Many changes in modeling - see modeling/History.
2658- New commands: /vis/scene/create, list, add/volume, add/ghosts.
2659
2660vis-00-02-03a  20th August 1998  John Allison
2661- Restored some code in G4SceneData.cc
2662- Fixed syntax bug in G4PhysicalVolumeSearchScene.hh
2663
2664vis-00-02-03  14th August 1998  John Allison
2665- Added G4VisManager::GeometryHasChanged() - run manager can notify change.
2666- Removed AddRun(Event)DurationModelToCurrentSceneData - no longer used.
2667- Some bug corrections in visualization/OpenGL (Guy Barrand - see
2668  vis blackboard for details).
2669- Some protection added in visualization/OPACS (do.)
2670- Created visualization/test/OPACS (do.)
2671
267212th August 1998  John Allison
2673- More new commands - not fully functional yet.
2674
267511th August 1998  Guy Barrand
2676- G4OpenInventor : remove uneccesary includes.
2677
2678vis-00-02-02b  11th August  Satoshi Tanaka
2679- AddPrimitive() for polymarker are implemented in DAWN and VRML drivers.
2680
2681vis-00-02-02a  9th August  John Allison
2682- Small bug fix in G4VisCommandsScene.cc.
2683
2684vis-00-02-02  9th August  John Allison
2685- Changed '.' to '-' in scene/view names.
2686- Began introduction of new /vis/ commands.
2687- Consequent changes to test - see test/History.
2688
26897th August  Guy Barrand.
2690- OPACS : use G4VView name to build widget names.
2691- OPACS : use new interactor parenting logic.
2692- OpenGL, OpenInventor, G4Ray : clean compilation warnings for OSF1/cxx, HP/aCC.
2693
26947th August  John Allison/Satoshi Tanaka/Guy Barrand.
2695- Added G4<driver>Scene::AddPrimitive (const G4Polymarker&) to keep
2696  compilers happy.
2697
2698vis-00-02-01  6th August  John Allison
2699- Created G4VisManagerRegisterMessengers.cc.
2700- Bug fix in G4VisManager: now follows change of world volume after
2701  /vis~/clear/scene.
2702- OpenInventor: Correct some upper -> lower case mess (Guy Barrand)
2703- G4RayView: syntax bug fixes.
2704
27054th August 1998 Andy Walkden
2706I made some changes to OpenGL code...
2707The changes are (i) to tidy up some redundant hidden line
2708removal function calls, (ii) to put some hidden line removal
2709code in G4OpenGLScene::AddPrimitive(G4Polyhedron) and
2710(iii) to add an option to generate an encapsulated postscript
2711file of the current view in OpenGLXm. There is now a button
2712in the Miscellany pulldown of the main menubar to bring up
2713a shell in which you can specify a filename, colour or black
2714and white and request the creation of a .eps file. The
2715code is to be found in G4OpenGLXView, and so is not bound
2716to the Xm user. Also it needs fixing for some Mesa
2717implementations, and the HP CDE environment manages to stuff
2718things up when rendering to a pixmap (although CDE makes a
2719mess of most other things as well, so this isn't
2720disastrous).
2721
2722
2723vis-00-01-08  21th July 1998  John Allison
2724- Removed automatic refresh from /vis/camera/reset in G4VisCommandsCamera.cc.
2725
2726vis-00-01-07b  21th July 1998  Satoshi Tanaka
2727- Revised G4FRSCENE::SendBoundingBox() so that
2728  zooming polycy of  DAWN drivers becomes consistent with
2729  OpenGL drivers
2730
2731vis-00-01-07  20th July 1998  John Allison
2732- Corrected bug in G4VisManager::IsViewValid to trap drawing commands
2733  before geometry is available.
2734
2735vis-00-01-06  19th July 1998  John Allison
2736- Default culling: culling - on, culling of invisible objects - on.
2737- set/drawing_style does *not* change culling flags.
2738- Minor bug fixes.
2739
2740vis-00-01-05  15th July 1998  John Allison
2741- Cleaned up after name changes.
2742- Minor bug fixes.
2743
2744vis-00-01-04  7th July 1998  Guy Barrand
2745- Introduced interactivity.gmk into GNUmakefiles.
2746
2747vis-00-01-03  6th July 1998  John Allison
2748- Changes for interface restructuring.
2749- Simplified MyVisManager.
2750
2751vis-00-01-02  5th July 1998  John Allison
2752- Changed visualization/GNUmakefile to use globlib.gmk.
2753- Updated README for geant4beta.
2754- Changed /vis~/draw/Ghosts to /vis~/draw/ghosts.
2755
2756vis-00-01-01  4th July 1998  John Allison
2757- Moved G4VIS_BUILD.gmk and G4VIS_USE.gmk to geant4beta/config.
2758- Changed /vis/ to /vis~/.
2759
27603rd July 1998  John Allison
2761- Small changes to test - see test/History.
2762- Tidied.
2763- Removed GNUmakefile.G4VIS_USE and make_list.sh.
2764
276530th June 1998 - Paulo & Marc
2766- added the G4FlavoredParallelWorldModel.hh file to
2767  visualization/modeling/include;
2768- added the /vis~/draw/Ghosts [particle name] command
2769  in the G4VisManMessDraw.cc file;
2770- added
2771  CPPFLAGS += -I$(G4BASE)/geometry/magneticfield/include and
2772  CPPFLAGS += -I$(G4BASE)/processes/parameterisation/include
2773  lines to GNUmakefile to compile G4VisManMessDraw.cc.
2774
2775geant4beta
2776============================================================
2777geant4alpha
2778
2779vis-00-06-09  26th June 1998  John Allison
2780- OPACS and Open Inventor - something about widget parents (GB)
2781- Removed /new_vis/ commands.
2782
2783vis-00-06-08a  26th June 1998 Satoshi Tanaka
2784- Updated G4VIS_USE.gmk
2785- (1) Macro -DG4VIS_USE_DAWNFILE is made properly set
2786- (2) G4VIS_USE_DAWN_ is renamed to G4VIS_USE_DAWN_OR_DAWNFILE
2787- (3) G4VIS_USE_VRML_ is renamed to G4VIS_USE_VRML_OR_VRMLFILE
2788
2789vis-00-06-08  22nd June 1998  John Allison
2790- Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd))
2791- Changed GNUmakefile.G4VIS_BUILD to G4VIS_BUILD.gmk
2792
2793vis-00-06-07  19th June 1998  John Allison
2794- Defined G4_SOLVE_VIS_TEMPLATES in G4VIS_USE.gmk.  Needs
2795  the head version of GNUmakefile.architecture.
2796- Consequential changes (improvements) to template handling in test19.cc
2797- Some minor improvements in modeling.
2798
2799vis-00-06-06  11th June 1998  John Allison
2800- Fixes to test_utils - see test/History.
2801- Improvements in modeling - see modeling/History.
2802
2803vis-00-06-05  11th June 1998  Satoshi Tanaka
2804- In G4VisManMessDraw.cc and G4VisManMessSet.cc , ...
2805  //    G4double unit = G4UIcommand::valueOf (unitString);
2806        G4double unit = G4UnitDefinition::GetValueOf (unitString);
2807
2808vis-00-06-04  10th June 1998  John Allison
2809- Created G4VIS_USE.gmk to replace GNUmakefile.G4VIS_USE.
2810- Changed test/GNUmakefile to use G4VIS_USE.gmk.
2811- Separate libraries are now default in GNUmakefile.
2812- Committed an interim version of README.
2813- Moved G4BoundingSphereScene from management to modeling.
2814- First attempt at defining the "scene" as lists of models.
2815- Removed some unnecessary checks in G4VisManMess*.
2816
2817vis-00-06-03  27th May   1998  Satoshi Tanaka
2818- DAWNFILE driver is added. It is to generate g4.prim file
2819  under the current directory.  And make DAWN or DAVID invoke
2820  using the g4.prim file as an input. For details, see the blackboard
2821  document.
2822
282321st May 1998 Andy Walkden
2824- Added hidden line removal code to G4OpenGLView. HLR utilises OpenGL's
2825  stencil buffer, but still the drawn lines are a little fragmented
2826  (an effect seen often when depth buffering is used to resolve pixel
2827  rendering disputes).
2828- HLR requires wireframe rendering, filled polygon rendering and then wireframe
2829  rendering again. Hence, three visits to the kernel help to slow HLR
2830  rendering right down.
2831
2832vis-00-06-02  20th May   1998  Satoshi Tanaka
2833- Added G4VisFeaturesOfDAWNFILE.hh, cc
2834- Revised visualization/GNUmakefile, GNUmakefile.G4VIS_BUILD,
2835  GNUmakefile.G4VIS_USE
2836- These are for DAWNFILE driver in preparation, which enables to
2837  invoke DAVID directly from Geant4.
2838
2839vis-00-06-01a 20th May   1998  Satoshi Tanaka
2840- code refinement of FukuiRenderer driver
2841
2842vis-00-06-01  29th April 1998  John Allison
2843- Introduced non-pure virtual functions
2844  Establish/DecommissionSpecials (G4PhysicalVolumeModel&) in
2845  G4VGraphicsScene with implementation of the former in G4VScene.
2846  Modified G4PhysicalVolumeModel to use it; also protected
2847  G4PhysicalVolumeModel against non-implementation of
2848  Establish/DecommissionSpecials.
2849- Template instantiations in G4RayView made exclusive to GNU_GCC
2850- Some minor changes under test - see test/History.
2851
285227th April 1998 Andy Walkden
2853- altered OpenGLView's structure a little. Now, G4OpenGLXmView is a
2854  type of (inherits from) G4OpenGLXView.
2855- made code for haloing effects common to all OpenGL views.
2856- changed XUnmapWindow in G4OpenGLXView::~G4OpenGLXView to XDestroyWindow
2857  (idea of Guy's)
2858
285927th April 1998 Guy Barrand
2860- vis/OPACS : remove Begin/EndModeling in G4GoScene.
2861
2862vis-00-05-06  23rd April 1998  John Allison
2863- Changed test19.mac to test19.g4m and consequent change in test19.cc.
2864- Fixed order of linking vis-a-vis -lG4track and -lG4tracking (GB).
2865- Fixed inadvertent bug in test_utils/src/MyPhysicsList.cc.
2866- Bug fix in G4OpenGLXmConvenienceRoutines.cc (GB).
2867
2868vis-00-05-05  21st April 1998  John Allison
2869- Added run-time command line argument: test19 [<session-type>] [<verbosity>]
2870- Removed #if GNU_GCC from template instantiation requests in test19.cc.
2871- Added fDefaultTextVisAttributes to G4ViewParameters.
2872- Added G4VScene::GetTextColour (changed G4FukuiRendererScene, G4GoScene and
2873  G4OpenInventorScene.
2874- Changed default view parameters: culling on and invisible object culling on.
2875- Tidied CreateScene/View.
2876- Continued BaBar development.
2877
287815th April 1998  John Allison
2879- Added test/EucIntfce/, test/Bogus/ and test/babar_utils/ for BaBar test code.
2880  Also a new main() in BaBarCallListTest.cc.  Also a data file call_list.dat.
2881  See babar_utils/README.
2882- Camera commands, except spin and orbit, no longer initiate draw.
2883- Text is blue for time being (visible on black or white background.)
2884
288515th April 1998 : Guy Barrand
2886- From discussion with John and Simone G4VToolkit
2887  has been renamed to G4VInteractorManager.
2888
2889vis-00-05-04a  11th April 1998  Satoshi Tanaka
2890- Code improvements in DAWN driver
2891- (1) View parameters are sent to DAWN only at drawing times.
2892- (2) Way of getting marker size are made simpler by using
2893-     G4VScene::GetMarkerRadius ()  etc.
2894
2895vis-00-05-04  8th April 1998  John Allison
2896- Small bug fix - then tag for Easter.
2897
2898HEAD  6th April 1998  John Allison
2899- Added error printing to G4OpenGLScene::AddPrimitive (const G4Text& text).
2900- Added /vis~/draw/text.
2901- Added units to /vis~/draw/axes.
2902- Began the job of restructuring vis commands; so there is a new class
2903  G4VisCommandsCameraMessengers for starters!
2904
2905HEAD  4th April 1998  John Allison
2906- Removed automatic drawing after /vis~/set commands.  Now an explicit
2907  redraw is necessary, but it allows you to change parameters during
2908  building a view.  For example to superimpose projected hits on a
2909  section:
2910    /vis~/clear/view
2911    /vis~/set/section_plane on 0 0 20 cm 0 0 1
2912    /vis~/draw/current
2913    /vis~/set/section_plane off
2914    /run/beamOn
2915- Fixed small bug in OpenGL for section drawing.
2916- Made some small improvements in G4ViewParameters.
2917
2918vis-00-05-03  4th April 1998  John Allison
2919- Re-engineered maintenance of current depth, etc.  Needed new method
2920  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
2921  graphics_reps.  The result is much cleaner model and modeling
2922  parameters classes.  Also, the current depth, physical volume and
2923  logical volume are immediately available as protected pointers in
2924  G4VScene.
2925- Required G4VScene::Begin/EndModeling to be invoked from subclass.
2926- Introduced G4NullModel to hold modeling parameters.  This avoids
2927  having to create a G4VModel for each graphics primitive.
2928
2929HEAD  3rd April 1998  John Allison
2930- Added GetMarkerDiameter/Radius to G4VScene.
2931- Bug fix in G4VScene::GetMarkerSize.
2932- Removed GetCurrentPhysicalVolume from G4PhysicalVolumeModel - now in
2933  G4ModelingParameters (but might move again soon!).
2934- test/GNUmakefile now uses "$(MAKE) separate" for vis libraries.
2935- test19 recognises argument "1" as a verbose flag value.
2936
2937HEAD April 2, 98 G.Barrand
2938- Modifications for Win32/NT.
2939- G4VIS_BUILD_[OIX, OIWIN32]_DRIVER, G4VIS_USE_[OIX, OIWIN32]
2940
2941vis-00-05-02  26th March 1998  John Allison
2942- Added GetMarkerSize to G4VScene.
2943- Made ~G4VisManager virtual.
2944- Added current logical volume and current physical volume to working
2945  space in modeling parameters.  So it is no longer necessary to cast
2946  to G4PhysicalVolumeModel; all such casts removed.
2947- Moved nested classes out of G4RayView.
2948
2949HEAD March 24, 98 G.Cosmo
2950- Modified G4VisManMessExpert.cc to correctly use random numbers
2951  by calling directly G4UniformRand().
2952
2953HEAD March 24, 98 G.Barrand
2954- GNUmakefile : MAKESHLIB changed in G4MAKESHLIB
2955
2956vis-00-05-01a  24 March 1998  Satoshi Tanaka
2957- Geometry tree can be obtained by, e.g.,
2958  % grep PVName g4.prim > g4.tree
2959
2960vis-00-05-01  23rd March 1998  John Allison
2961- Made RegisterGraphicsSystems pure virtual.
2962- Added verbose level control to printing at initialization.
2963- Fixed (hopefully) bug in scene deletion.
2964- Made AddPrimitive (const G4Text/Circle/Square) pure virtual.
2965  (Had to add dummy void G4VRML1SCENE::AddPrimitive (const G4Text&).)
2966- Made AddPrimitive (const G4Polymarker&) virtual again.
2967- Opened some .hh files to G4VIS_USE flags.
2968- Removed Pre/PostAddThis from some graphics systems (not OPACS, OI).
2969- First implementation of G4ModelingParameters::hierarchy (DTREE).
2970- Added Get Global/Current Tag/Description to G4VModel.
2971- Introduced "working space" in G4ModelingParameters for geometry depth.
2972- Relocated some template instantiation requests (might give trouble on DEC).
2973
2974vis-00-04-05a  16th March 1998  Satoshi Tanaka
2975- DAWN driver outputs physical-volume names and copy number.
2976
2977vis-00-04-05  5th March 1998  John Allison
2978- Added G4Text/Circle/Square in G4RayScene.hh.
2979- Added G4Text/Circle/Square in G4BoundingSphereScene.hh.
2980- Made AddPrimitive (const G4Polymarker&) non-virtual in G4VScene.hh.
2981
2982HEAD  5th March 1998  Andy Walkden
2983- Implemented G4Circle/Square.
2984- Added haloing to OpenGLXm "value added" options.
2985
2986HEAD  5th March 1998  S.Sadilov
2987- visualization/GNUmakefile - using $OUT_LIB intoduced in
2988  GNUmakefile.architecture
2989- visualization/management/GNUmakefile - compiling G4VisManMessSet.cc
2990  without optimization on WinNT
2991
2992vis-00-04-04a  5th March 1998  Satoshi TANAKA
2993- Environmental variables  to customized DAWN driver is
2994  renamed from DAWN_... to G4DAWN_...
2995- Default mode of DAWN driver is  EPS mode, i.e.
2996  mode in which EPS files are generated.
2997
2998vis-00-04-04  4th March 1998  John Allison
2999- First tag with modeling under visualization.
3000  Here's what you need to do...
3001    cd prototype
3002    cvs update -A -d -P modeling
3003    cd visualization
3004    cvs update -r vis-00-04-04 -d -P
3005  Change the following lines in your GNUmakefile...
3006    CPPFLAGS += -I../../visualization/modeling/include
3007    LDFLAGS  += -L../../visualization/modeling/$(G4SYSTEM)
3008    Remove: @cd ../../modeling      &&   $(MAKE)
3009
3010vis-00-04-03  4th March 1998  John Allison
3011- Last tag with modeling at same level as visualization.
3012- Renamed near and far (VC++ keywords) in G4ViewParameters.cc.
3013- Removed unnecessary #include <strstream.h> or adapted for WIN32.
3014
3015vis-00-04-02b  22nd February 1998  Satoshi Tanaka
3016- Split G4VIS_BUILD_VRML1_DRIVER into G4VIS_BUILD_VRML_DRIVER
3017                                 and  G4VIS_BUILD_VRMLFILE_DRIVER.
3018- Split G4VIS_USE_VRML1          into G4VIS_USE_VRML           
3019                                 and  G4VIS_USE_VRMLFILE.
3020
3021vis-00-04-02a  18th February 1998  John Allison
3022- Bug fix in G4RayView!
3023
3024vis-00-04-02  18th February 1998  John Allison
3025- Introduced /vis~/set/section_plane.
3026
3027vis-00-04-01  13th February 1998  John Allison
3028- Made messengers compatible with the new style.
3029
3030vis-00-03-02a  3rd February 1998  John Allison
3031- Bug fix for 02.
3032- Changed GNUmakefile to use processes sub-libraries.
3033
3034vis-00-03-02  2nd February 1998  John Allison
3035- Modernised messengers.
3036
3037vis-00-03-01a 29th January 1998  John Allison
3038- Tagged a few improvement in OpenGL
3039
3040vis-00-03-01 26th January 1998  John Allison
3041- Old environment variables abandoned - see visualization/README.
3042- G4VisManager is now instantiated *and* deleted in main().
3043- G4VisRegisterGraphicsSystem.icc replaced by
3044  MyVisManager::RegisterGraphicsSystems as a way - now optional - of
3045  a user overriding the default graphics system registration.
3046
3047Januray 20 , 98 G. Barrand
3048
3049- Implement object rotation in OPACS driver
3050 
3051Januray 19 , 98 G. Barrand
3052
3053- Correct OpenInventor code so that it is ANSI-C++
3054  and then compiles with OSF1/cxx, HP-UX/aCC.
3055
30567th January 1998  John Allison
3057- Restructuring to use modeling category.
3058
3059December 19, 97 G. Cosmo - (alpha03)
3060
3061- 1st December 1997 - John Allison.
3062- This is interim code for testing by the visualization
3063  group and it will be tagged soon.  You must update to the
3064  head of graphics_reps and visualization simulatanouesly.
3065  It coworks (I hope - it's difficult to be 100% sure about
3066  this since I have a few changes for other categories in
3067  the pipeline - see previous email) with:
3068    digits+hits              digi-00-02-01
3069    events+tracks            event-00-02-01
3070    geometry                 HEAD
3071    global                   global-00-02-01
3072    intercoms                intercoms-00-02-01
3073    interfaces               interfaces-00-02-01
3074    particle+matter          piim-00-02-01
3075    run                      run-00-02-01
3076    track                    track-00-02-01
3077    tracking                 tracking-00-02-01
3078- Addition of:
3079    visualization/GNUmakefile.transition_to_G4VIS_BUILD
3080    visualization/GNUmakefile.transition_to_G4VIS_USE
3081    visualization/GNUmakefile.vis_cppflags_for_G4VIS_USE
3082  to turn the existing environment variables into the
3083  to-be-adopted G4VIS_... variables - see visualization/test/README.
3084- Consequent changes to other visualization GNUmakefiles.
3085- New way of instantiating graphics systems:
3086  Set the appropriate environment variables and include and
3087  compile G4VisRegisterGraphicsSystems.icc in your main():
3088    ...
3089    #include G4VisRegisterGraphicsSystems.icc
3090    ...
3091    main() {
3092      ...
3093- Added G4VisFeaturesOfXXX files which simple return a G4String.
3094 (Guy, Jeff, would you like to join this scheme?)
3095- Added commands /vis~/delete/scene and /vis~/delete/view.
3096- Added /vis~/show/view to test19.odb.
3097
3098vis-00-02-01 to vis-00-02-05a not logged!!!
3099
3100vis-00-01-02  13th July 1997  John Allison
3101- Consolidation of previous tag.
3102
3103vis-00-01-01  8th June 1997  John Allison
3104- First systematic tag.
3105- G4Ray introduced.
Note: See TracBrowser for help on using the repository browser.