Changeset 593 for trunk/geant4/visualization/OpenGL/History
- Timestamp:
- Nov 9, 2007, 3:32:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/geant4/visualization/OpenGL/History (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/History
r529 r593 1 $Id: History,v 1. 82 2006/11/21 16:24:58allison Exp $1 $Id: History,v 1.94 2007/08/21 14:05:50 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 20 20 History file for visualization/OpenGL 21 21 ------------------------------------- 22 23 21st August 2007 John Allison (opengl-V09-00-00) 24 - Removed redundant G4OpenGLXViewerMessenger. 25 26 25th May 2007 John Allison (opengl-V08-03-03) 27 - G4OpenGLSceneHandler and G4OpenGLXViewerMessenger: 28 Fixed gcc-4.1.2 compiler warnings. 29 30 G4OpenGLXViewer: Trapped glXMakeCurrent in Initialise function. 31 32 25th May 2007 John Allison (opengl-V08-03-02) 33 - G4OpenGLXViewer: Trapped glXMakeCurrent in Initialise function. 34 35 24th May 2007 John Allison (opengl-V08-03-01) 36 - Fixes for SUN. 37 38 16th May 2007 John Allison (opengl-V08-03-00) 39 - Fix compiler warnings on SLC4. 40 - Bug fixes: 41 o Correct path /vis/ogl/set/printMode. 42 o Add SetView to pixmap screen dump ("/vis/ogl/set/printMode pixmap" 43 and "/vis/ogl/printEPS"). 44 45 8th May 2007 John Allison (opengl-V08-02-06) 46 - Moved vectored PostScript printing to G4OpenGLViewer. 47 - /vis/ogl/printEPS should work for all viewers, including Win32. 48 - Introduced /vis/ogl/set/printMode vectored|pixmap, currently only 49 effective on X windows (and still somewhat buggy). 50 51 4th April 2007 John Allison (opengl-V08-02-05 - needs visman-V08-02-04) 52 - Implemented picking for OGLSX ( as well as OGLIX). Hopefully works 53 for OGL*Win32. Still doesn't work for OGL*Xm. 54 55 3rd April 2007 John Allison (opengl-V08-02-04 - needs visman-V08-02-03) 56 - G4OpenGLStoredSceneHandler: 57 o Re-organised display lists on a per-primitive basis, i.e., one 58 display list per primitive. (This is so that, except for text, 59 the colour - or, rather, intensity - can be brought out of the 60 display list into the TOList (Transient Object List) and 61 controlled for the Display-by-Time feature. Previously, if more 62 than one primitive were drawn between BeginPrimitives and 63 EndPrimitives, it would finish up all in one display list, colour 64 commands included. Rationalises and fixes a rare bug in the 65 Display-by-Time feature - see August 2006.) 66 o Added AddPrimitive(const G4Polymarker&) so that it is treated as 67 one primoitive to fit with the above re-organisation. 68 - Implemented picking for OGLIX. 69 70 25th March 2007 John Allison (opengl-V08-02-03) 71 - Fix compiler warnings. 72 73 8th February 2007 John Allison (opengl-V08-02-02) 74 - Fixed Windows problem with DBL_MAX. (Introduced G4OPENGL_DBL_MAX.) 75 - G4OpenGLXViewer.cc: Small bug fix in print(). (Context was switched 76 .but not switched back. Not serious, because context was always set 77 before normal drawing.) 78 79 9th January 2007 John Allison (opengl-V08-02-01) 80 - Implemented bitmap markers for MarkerSizeType == screen. (The old 81 polygon implementation remains for MarkerSizeType == world.) 82 - Added G4OpenGLBitMapStore to assist the above. 83 - G4OpenGLXViewer::CreateGLXContext: 84 o Bug fix: Added missing break in colormap lookup routine. 85 86 5th January 2007 John Allison (opengl-V08-02-00) 87 - G4OpenGLSceneHandler.cc: 88 o Followed change of signature of GetLineWidth in visman-V08-02-00. 89 o Minor efficiency improvements. 22 90 23 91 21st November 2006 John Allison (opengl-V08-01-09)
Note:
See TracChangeset
for help on using the changeset viewer.
