Skip to content
Snippets Groups Projects
  1. Apr 30, 2013
  2. Apr 04, 2013
  3. Mar 28, 2013
    • Fons Rademakers's avatar
      From Lifeng Sun: · 2f98a6a8
      Fons Rademakers authored
      The attached patchset fixes a bunch of typo in the source:
      0001-succes-success.patch
      0002-preceed-preced.patch
      0003-informations-information.patch
      0004-childs-children.patch
      0005-avaliable-available.patch
      0006-writeable-writable.patch
      0007-comand-command.patch
      0008-unkown-unknown.patch
      0009-wierd-weird.patch
      0010-wheter-whether.patch
      0011-unecessary-unnecessary.patch
      0012-splitted-split.patch
      0013-registerd-registered.patch
      0014-recieve-receive.patch
      0015-processsing-processing.patch
      0016-ouput-output.patch
      0017-mutiple-multiple.patch
      0018-lenght-length.patch
      0019-interupted-interrupted.patch
      0020-independant-independent.patch
      0021-inconsistant-inconsistent.patch
      0022-expresion-expression.patch
      0023-explicitely-explicitly.patch
      0024-enviroment-environment.patch
      0025-deafult-default.patch
      0026-continous-continuous.patch
      0027-completly-completely.patch
      0028-commited-committed.patch
      0029-choosen-chosen.patch
      0030-backgroud-background.patch
      0031-auxilliary-auxiliary.patch
      0032-authentification-authentication.patch
      0033-appropiate-appropriate.patch
      0034-an-other-another.patch
      0035-environement-environment.patch
      0036-targetting-targeting.patch
      0037-suppported-supported.patch
      0038-paramater-parameter.patch
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
      2f98a6a8
  4. Mar 06, 2013
  5. Mar 03, 2013
  6. Feb 20, 2013
  7. Jan 24, 2013
  8. Jan 23, 2013
  9. Nov 26, 2012
  10. Nov 13, 2012
  11. Nov 07, 2012
  12. Nov 05, 2012
  13. Nov 04, 2012
  14. Oct 31, 2012
  15. Oct 16, 2012
  16. Oct 13, 2012
  17. Oct 06, 2012
    • Matevz Tadel's avatar
      Fix compilation error on windows. · f7ff8643
      Matevz Tadel authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@46373 27541ba8-7e3a-0410-8455-c3a389f83636
      f7ff8643
    • Matevz Tadel's avatar
      * TGLMatrix: · ecea8794
      Matevz Tadel authored
        Add function Bool_t IsScalingForRender() that returns true if length of base
        vectors is significantly different than unity.
      
      * TGLPhysicalShape:
        Cache state of fTransform.IsScalingForRender() in a bool member.
        When this is true, enable automatic scaling of normals during rendering.
      
      * TGLLogicalShape:
        Add static Bool_t fgIgnoreSizeForCameraInterest allowing a user to prevent
        RGL from hiding very small objects - at least a pixel is always drawn. One
        should invoke:
          TGLLogicalShape::SetIgnoreSizeForCameraInterest(kTRUE);
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@46372 27541ba8-7e3a-0410-8455-c3a389f83636
      ecea8794
  18. Sep 27, 2012
  19. Aug 01, 2012
  20. Jul 30, 2012
  21. Jun 15, 2012
  22. Jun 14, 2012
    • Matevz Tadel's avatar
      Implement arc-ball camera rotation. Use the 'a' key to switch between the · adb18adc
      Matevz Tadel authored
      standard (up-direction fixed) and arc-ball rotation modes.
      
      * TGLCamera
        Add functions RotateArcBall() and RotateArcBallRad().
        Add member 'Bool_t fWasArBalled'. Check its state in standard Rotate
        function and fix up direction if needed.
      
      * TGLOrthoCamera, TGLPerspectiveCamera
        Use combined view matrix's third vector as the up direction.
      
      * TGLEventHandler
        Add arc-ball state variable and key-handling.
        Add logic for calling std vs arc-ball camera rotate function.
      
      * TGLSAViewer
        Document arc-ball key binding in help text.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@44693 27541ba8-7e3a-0410-8455-c3a389f83636
      adb18adc
  23. Jun 08, 2012
  24. Jun 06, 2012
  25. Jun 05, 2012
  26. Jun 04, 2012
    • Axel Naumann's avatar
      Remove · 08dd65a0
      Axel Naumann authored
        using namespace std;
      from Riostream.h, which has huge consequences for all of ROOT.
      Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.
      
      Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
      ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.
      
      Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
      TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
      08dd65a0
  27. May 18, 2012
  28. May 16, 2012
  29. May 14, 2012
  30. Apr 23, 2012
  31. Apr 10, 2012
  32. Mar 02, 2012
  33. Feb 22, 2012
  34. Feb 16, 2012
Loading