Skip to content
Snippets Groups Projects
  1. Dec 18, 2007
  2. Dec 06, 2007
  3. Nov 20, 2007
  4. Nov 16, 2007
  5. Nov 14, 2007
  6. Nov 02, 2007
  7. Oct 31, 2007
  8. Oct 18, 2007
  9. Oct 17, 2007
  10. Sep 19, 2007
  11. Sep 06, 2007
  12. Aug 29, 2007
  13. May 02, 2007
  14. Apr 02, 2007
  15. Mar 08, 2007
  16. Feb 18, 2007
  17. Feb 15, 2007
  18. Feb 04, 2007
  19. Feb 03, 2007
  20. Jan 30, 2007
  21. Jan 25, 2007
  22. Jan 03, 2007
    • Rene Brun's avatar
      From Sergey Skononov: · 26386aa0
      Rene Brun authored
      This bug is connected with fixing bug #22317 which I submitted previously.
      Unfortunately, I got it only after release 5.14 was published.
      Due to the fix in THistPainter::PaintBarH the PaintAxis call was moved to the
      very end of the routine. But, actually, it should come before the X and Y axis
      pointers being permuted back. As I checked, now it looks like X axis
      attributes have effect on the Y axis and vice versa.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@17252 27541ba8-7e3a-0410-8455-c3a389f83636
      26386aa0
  23. Dec 12, 2006
  24. Dec 11, 2006
  25. Dec 08, 2006
    • Rene Brun's avatar
      Replace the following declarations · 0f4c381f
      Rene Brun authored
      R__EXTERN TH1  *gCurrentHist; //these 3 globals should be replaced by class members
      R__EXTERN Hoption_t Hoption;
      R__EXTERN Hparam_t  Hparam;
      by
      extern TH1  *gCurrentHist; //these 3 globals should be replaced by class members
      extern Hoption_t Hoption;
      extern Hparam_t  Hparam;
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@17104 27541ba8-7e3a-0410-8455-c3a389f83636
      0f4c381f
  26. Nov 27, 2006
  27. Nov 25, 2006
    • Rene Brun's avatar
      Add new static function: · bbc7be87
      Rene Brun authored
      void THistPainter::PaintSpecialObjects(const TObject *obj, Option_t *option)
         // Static function to paint special objects like vectors and matrices
         // This function is called via gROOT->ProcessLine to paint these objects
         // without having a direct dependency of the graphics or histogramming system
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@16942 27541ba8-7e3a-0410-8455-c3a389f83636
      bbc7be87
  28. Nov 24, 2006
  29. Nov 15, 2006
  30. Nov 08, 2006
  31. Sep 20, 2006
  32. Sep 19, 2006
Loading