Skip to content
Snippets Groups Projects
  1. Oct 12, 2007
  2. Oct 11, 2007
  3. Oct 10, 2007
    • Lorenzo Moneta's avatar
      remove a left-out debug statement · 2fff5f4f
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@20302 27541ba8-7e3a-0410-8455-c3a389f83636
      2fff5f4f
    • Lorenzo Moneta's avatar
      fix bug #30166, thanks to Chul Su Park · bf5eb21f
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@20301 27541ba8-7e3a-0410-8455-c3a389f83636
      bf5eb21f
    • Rene Brun's avatar
      Fix bad conversions issues and do not accept cases with nbits>=15 · 430cccbc
      Rene Brun authored
      when the Double32_t mode like [0,0,nbits] is specified.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20299 27541ba8-7e3a-0410-8455-c3a389f83636
      430cccbc
    • Olivier Couet's avatar
      - The SavePrimitive mechanism did not work properly. In particular · cd906828
      Olivier Couet authored
        it was not possible to save various kind of graphs in several multigraph
        in the same macro. Also in case of TGraph the generated macro was wrong 
        (Add() was missing).
      - Make the help in the THTML style
      - coding convension
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20297 27541ba8-7e3a-0410-8455-c3a389f83636
      cd906828
    • Rene Brun's avatar
      Add a few more comments to the description of Double32 and Float16 in · 321fc182
      Rene Brun authored
      TBufferFile::WriteFloat16 and TBufferFile::WriteDouble32.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20293 27541ba8-7e3a-0410-8455-c3a389f83636
      321fc182
    • Rene Brun's avatar
      · cebe7ef5
      Rene Brun authored
      From Matevz & Alja
      
      	* base/inc/TVirtualViewer3D.h:
      	Add function virtual void ObjectPaint(TObject*, Option_t*).
      
      
      /**************************************************************************/
      
      	* ged/src/TGedEditor.cxx:
      	When adding top-level TGFrame for the extra tabs specify layout
      	hints with kLHintsExpandX.
      
      
      /**************************************************************************/
      
      	* gl/inc/TGLScenePad.h:
      	* gl/src/TGLScenePad.cxx:
      	Implement virtual TVirtualViewer3D::ObjectPaint().
      
      	* gl/src/TGLCamera.cxx:
      	* gl/inc/TGLCamera.h:	
      	* gl/src/TGLPerspectiveCamera.cxx:
      	* gl/inc/TGLPerspectiveCamera.h:	
      	* gl/src/TGLOrthoCamera.cxx:
      	* gl/inc/TGLOrthoCamera.h:
      	Introduce two transformation matrices to clearly define movement
      	of camera around the center point. The first transformation matrix
      	fCamBase defines the coordinate system placed at the camera center
      	point with camera up-vector as the third base vector. The second
      	transformation matrix fCamTrans defines the camera transformation
      	relative to fCamBase.
      
              Implement a common Truck(), Rotate() and Dolly() function for
      	orthographic and perspective camera.
      
      	Implement an option to define camera center point
      	externally. Center can also be determined via picking.
      
      	* gl/src/TGLUtil.cxx:
      	* gl/inc/TGLUtil.h:
      	TGLMatrix: add new functions to get/set the base vectors
      	directly.
      
      	TGLUtil: add member UInt_t fgDefaultDrawQuality.
      
      	TGLRect: bugfix in Diagonal(), integer calculation overflowed.
      
      	* gl/src/TGLViewer.cxx:
      	* gl/inc/TGLViewer.h:
      	Make interface to draw camera center point.
      	Add option to disable/enable depth test when drawing axis guides. 
      
      	* gl/src/TGLViewerEditor.cxx:
      	* gl/inc/TGLViewerEditor.h:
      	Add GUI to manipulate camera center and to disable/enable depth
      	test when drawing axis guides.
      
      	* gl/src/TGLClipSetEditor.cxx:
      	Change layout of labeled number entries.
      
      	* gl/src/TGLLightSet.cxx:
      	Fix positioning of front light. White-space consolidation.
      
      	* gl/src/TGLLightSetEditor.cxx:
      	* gl/inc/TGLLightSetEditor.h:
              Put GUI for the 6 lights in two columns.
      
      
      /**************************************************************************/
      
      	* tutorials/gl/glViewerExercise.C:
      	Follow-up on changes in TGLCamera. Enable rotation on
      	orthographic camera.
      
      	* tutorials/gl/glViewerLOD.C:
      	Workourond for cint bug with switch statements.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20292 27541ba8-7e3a-0410-8455-c3a389f83636
      cebe7ef5
    • Olivier Couet's avatar
      - In TColor::InitializeColors() SetPalette is called only if fgPalette.fN == 0. · 63604837
      Olivier Couet authored
        fgPalette.fN !=0 means that SetPalette has been, very likely, already called
        from rootlogon.C. Calling it again would reset the palette.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20291 27541ba8-7e3a-0410-8455-c3a389f83636
      63604837
    • Axel Naumann's avatar
      From Hady Zalek: fix path determination for Class::HasBase() · e0834425
      Axel Naumann authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@20290 27541ba8-7e3a-0410-8455-c3a389f83636
      e0834425
  4. Oct 09, 2007
  5. Oct 08, 2007
Loading