Skip to content
Snippets Groups Projects
  1. Apr 04, 2002
  2. Apr 03, 2002
  3. Apr 02, 2002
  4. Apr 01, 2002
  5. Mar 31, 2002
  6. Mar 30, 2002
  7. Mar 29, 2002
    • mwilson's avatar
      · b210523c
      mwilson authored
      Renamed files so that class names do not have underscores in them.  THtml
      does not deal with these correctly.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@4272 27541ba8-7e3a-0410-8455-c3a389f83636
      b210523c
    • Rene Brun's avatar
      From Glen Salo: · 0043035f
      Rene Brun authored
      The following changes to TGButton.cxx seem to fix a problem I was having
      with my GUIs.  My problems were fixed by initializing the fHKeycode to
      zero in TGCheckButton and TGRadioButton following the same convention used
      in TGTextButton.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@4271 27541ba8-7e3a-0410-8455-c3a389f83636
      0043035f
    • Rene Brun's avatar
      Patch from Eddy Offermann. · 46d96362
      Rene Brun authored
      "We had problems compiling root with CC6.2 when applying the -D_REENTRANT
       flag, see forwarded mail below from a collegue of mine, Harray Felder.
       It does the minimal change I found necessary to be able to use the _REENTRANT
        define in our compilation of root. (This define is used to cause the system includes
        to generate some function calls instead of macros so that libraries
        can potentially be used in a multithreaded executable, although in a single-threaded
        manner. We are now setting this flag everywhere so that we can incorporate some
        libraries into java programs, which are inherently multithreaded.)"
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@4270 27541ba8-7e3a-0410-8455-c3a389f83636
      46d96362
    • Rene Brun's avatar
      Add BreitWigner function · 76b3babd
      Rene Brun authored
      Double_t TMath::BreitWigner(Double_t x, Double_t mean, Double_t gamma)
         // Calculate a Breit Wigner function with mean and gamma
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@4269 27541ba8-7e3a-0410-8455-c3a389f83636
      76b3babd
Loading