Skip to content
Snippets Groups Projects
  1. Dec 18, 2007
  2. Dec 14, 2007
  3. Dec 11, 2007
  4. Dec 06, 2007
  5. Nov 19, 2007
  6. Nov 15, 2007
  7. Nov 05, 2007
  8. Nov 02, 2007
  9. Oct 30, 2007
    • Olivier Couet's avatar
      - From Guido Volpi: · 77dd3228
      Olivier Couet authored
      - Redefinition of some static variables: in global variable the flag is
        not needed, in other part the definition as const is better.
      - MakeLegend() method can have 4 arguments that represent the TLegend
        position: TPie::Makelegend(x1,y1,x2,y2). The default values are the old
        one.
      - Added the method TPie::SortSlices(Bool_t); this method sorts the
        TPieSlices according the values in increasing (kTRUE) or decreasing
        (kFALSE) order.
      - Added the two more drawing options ">" and "<", to draw applying the
        increasing or decreasing order.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20538 27541ba8-7e3a-0410-8455-c3a389f83636
      77dd3228
  10. Oct 27, 2007
  11. Oct 26, 2007
    • Rene Brun's avatar
      From valeriy: · 99e544e7
      Rene Brun authored
      o TASImage.h, TASImage.cxx, TImage.h
        new method was introduced GetVecArray  
        Returns a pointer to internal array[width x height] of double values [0, 1]
        This array is directly accessible. That allows to manipulate/change the image.
      
      o TASImage::GetArray
        Fix to return correct array (previously it was truncated when 
        x, y shift position were not zeros).
      
      o TASImage::GetPolygonSpans
        Fix segv when producing images from some Rene's macro.
      
      o fix segv. when image is drawn in canvas and canvas resized.
      
      o TAttImage.cxx
        For "Pretty Palette with a Spectrum Violet->Red" set 
        white color to zeros.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20500 27541ba8-7e3a-0410-8455-c3a389f83636
      99e544e7
  12. Oct 24, 2007
  13. Oct 22, 2007
  14. Oct 19, 2007
  15. Oct 17, 2007
  16. Oct 13, 2007
  17. Oct 11, 2007
  18. Oct 10, 2007
  19. Oct 04, 2007
  20. Sep 19, 2007
  21. Sep 11, 2007
  22. Aug 31, 2007
  23. Aug 30, 2007
  24. Aug 28, 2007
  25. Aug 18, 2007
  26. Aug 15, 2007
  27. Aug 10, 2007
  28. Jul 26, 2007
    • Olivier Couet's avatar
      - Make sure the right font is used when the text size is conputed in the · fd6b30a2
      Olivier Couet authored
        Paint() method. This fixes the problem reported and fixed here:
        https://savannah.cern.ch/bugs/?28302
        by Oleksandr Grebenyuk.
      
        The folowing macro demonstrated the problem:
      
        {
         TCanvas *c1 = new TCanvas("c1", "c1",521,150,700,590);
         c1->Range(0,0,1,1);
      
         TPaveText *pt;
         TText     *text;
      
         pt   = new TPaveText(0.1106322,0.6004274,0.8448276,0.9764957,"br");
         text = pt->AddText("Calculate from helvetica bold");
         text = pt->AddText("Display with helvetica bold");
         pt->Draw();
      
         pt   = new TPaveText(0.112069,0.1325301,0.8477011,0.5562249,"br");
         pt->SetTextFont(22);
         text = pt->AddText("Calculate from helvetica bold");
         text = pt->AddText("Display with times bold");
         pt->Draw();
      
         TLine *line = new TLine(0.8132184,0.9558233,0.8132184,0.2309237);
         line->SetLineColor(2);   line->Draw();
         line = new TLine(0.783046,0.5140562,0.783046,0.2309237);
         line->SetLineColor(2);   line->Draw();
         TArrow *arrow = new TArrow(0.783046,0.2610442,0.8146552,0.2610442,0.02,"<|>");
         arrow->SetFillColor(2);   arrow->SetFillStyle(1001);
         arrow->SetLineColor(2);   arrow->Draw();
        }
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@19458 27541ba8-7e3a-0410-8455-c3a389f83636
      fd6b30a2
  29. Jul 18, 2007
  30. Jul 10, 2007
  31. Jul 09, 2007
  32. Jul 02, 2007
  33. Jun 22, 2007
  34. Jun 14, 2007
    • Olivier Couet's avatar
      - From Guido Volpi: · a4db7e9f
      Olivier Couet authored
        * Cleanup in TPie and TPieSlice in the methods that evaluates if the pointer
          is the slice area or in the area.
      
        * The labels now are not printed over the pie area.
      
        * Added the SetAngle3D() and GetAngle3D() method to change the perspecive
          angle if the 3d option is used.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@19029 27541ba8-7e3a-0410-8455-c3a389f83636
      a4db7e9f
  35. Jun 13, 2007
Loading