swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
a4c7b6c This commit was manufactured by cvs2svn to create tag 'v5-16-19'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-16-19@18169 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2007, 10:59:56 UTC
2288753 Fix quoting of genreflex params git-svn-id: http://root.cern.ch/svn/root/trunk@18168 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2007, 10:59:55 UTC
ee7f764 Add the following getter functions: virtual Double_t GetDelta() const {return fDelta;} virtual Int_t GetNp() const {return fNp;} virtual Double_t GetXmin() const {return fXmin;} virtual Double_t GetXmax() const {return fXmax;} git-svn-id: http://root.cern.ch/svn/root/trunk@18167 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2007, 10:32:50 UTC
5ad0191 Fix a bug in the += and -= operators for symmetric matrices when using an expressions, like in operations A += B+C. The operation was performed both for the upper and lower diagonal elements, resulting then in applying the expression two times. A corresponding test has been added in testSMatrix.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@18166 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2007, 10:15:18 UTC
53cd0d7 Add Reference to the new TMVA Users Guide git-svn-id: http://root.cern.ch/svn/root/trunk@18165 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2007, 08:47:32 UTC
983b5cc From Bertrand: Remove unnecessary check. git-svn-id: http://root.cern.ch/svn/root/trunk@18164 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 20:38:05 UTC
e393910 From Gerri, Fix a problem preventing to link with the old Castor library on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@18163 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 19:53:13 UTC
b706089 LoadLibraryMap(): maintain directory order as specified in the LD_LIBRARY_PATH. git-svn-id: http://root.cern.ch/svn/root/trunk@18161 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 15:35:07 UTC
7763ea6 - From V.Onuchin TASImage::Image2Drawable. Fix for drawing images with transparency. git-svn-id: http://root.cern.ch/svn/root/trunk@18160 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 15:02:52 UTC
d20c374 From Gerri: use GetEntryFast() i.s.o. GetEntry() in the loops over the special protocols in TUrl. This reduces by about a factor 4 the time spent in these loops ... git-svn-id: http://root.cern.ch/svn/root/trunk@18159 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 14:28:43 UTC
5fd0465 From Bertrand: - Fix a problem of threads switching when running several ROOT sessions (was using 100% CPU load). - Allows to run threads on multiple CPUs (multicore or hyperthreaded CPU). git-svn-id: http://root.cern.ch/svn/root/trunk@18158 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 14:26:12 UTC
113efc9 From Gerri: add pragma for function to test offline files (R_ISOFF). git-svn-id: http://root.cern.ch/svn/root/trunk@18157 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 14:24:48 UTC
42122e8 DirName(): return "." in case no pathname does not contain a directory. Also removed static array of 1000. Load(): add test for gApplication being 0. git-svn-id: http://root.cern.ch/svn/root/trunk@18156 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 14:21:36 UTC
e86103f - Rotated text aligned center or right horizontally was misplaced. git-svn-id: http://root.cern.ch/svn/root/trunk@18155 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 12:37:17 UTC
30f02d2 From Bertrand: fixes for the previous cursor patch. git-svn-id: http://root.cern.ch/svn/root/trunk@18154 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 11:49:23 UTC
1c9c928 don't issue a warning in case of duplicate resources where the resource and value are exactly the same. Fixes bug 24157. git-svn-id: http://root.cern.ch/svn/root/trunk@18153 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 10:42:24 UTC
02726ef From Bertrand: new cursors. git-svn-id: http://root.cern.ch/svn/root/trunk@18152 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 09:53:37 UTC
1592dad From Bertrand: Allow to use system mouse pointers instead of ROOT built-in ones. Option added in rootrc to change the behavior: Win32.UseSysPointers: yes By default set to system pointers. git-svn-id: http://root.cern.ch/svn/root/trunk@18151 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 09:10:03 UTC
6fb24ce From Gerri and Giulia Taurelli: Add support for CASTOR 2.1.2-4 and higher. git-svn-id: http://root.cern.ch/svn/root/trunk@18150 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 09:01:08 UTC
cb0a705 From Valeri Fine: Allow the symbol "+" to be a part of the file directory name. There was a clash with the ROOT file name convention to treat "+" as a flag of the "animated" pixmap file. ----- PS: STAR NFS directory do have the "+" in the directory name. This is why the problem was discovered. git-svn-id: http://root.cern.ch/svn/root/trunk@18149 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2007, 08:42:50 UTC
76cc99c take into account the setting of ROOTBUILD=debug. git-svn-id: http://root.cern.ch/svn/root/trunk@18148 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2007, 16:05:47 UTC
8357a12 remove makefiles and iosenum's from obsolete platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@18147 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2007, 16:04:50 UTC
1ddf84d From Gerri: There were a couple of serious bugs in XrdClientReadV affecting the 'readv' machinery. git-svn-id: http://root.cern.ch/svn/root/trunk@18146 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2007, 15:18:18 UTC
6e7e662 From Timur: to fix gl surface crashes on win32. git-svn-id: http://root.cern.ch/svn/root/trunk@18145 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2007, 10:54:05 UTC
6a848ab From Bertrand: Re-enable compilation of test/threads.exe on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@18144 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2007, 09:53:46 UTC
b539bba Add explicit note on the use of free standing function and method in TTree::Draw git-svn-id: http://root.cern.ch/svn/root/trunk@18143 27541ba8-7e3a-0410-8455-c3a389f83636 03 March 2007, 15:07:33 UTC
0a9f674 fix for older version of "make". git-svn-id: http://root.cern.ch/svn/root/trunk@18142 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 18:11:15 UTC
3b43c34 - Two new methods: TH1::SetTitleFont and TH1::GetTitleFont. - The axis attributes setters in Haxis.cxx now allow to change an attribute on 1, 2 or 3 axis at the same time. This is compatible with the TStyle way. - Update the doc in the axis attributes setters. Note: may be the Haxis.cxx file should be merged with TH1.cxx. git-svn-id: http://root.cern.ch/svn/root/trunk@18141 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 15:37:18 UTC
eea1324 From Bertrand: move TColor initialization from TApplication to TColor and call the initialization at the appropriate places. Fixes a number of issues with colors not being correctly set. git-svn-id: http://root.cern.ch/svn/root/trunk@18140 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 14:05:46 UTC
cd4522f Fatal called with wrong arugments. git-svn-id: http://root.cern.ch/svn/root/trunk@18139 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 13:51:59 UTC
03406f7 remove redundant check. git-svn-id: http://root.cern.ch/svn/root/trunk@18138 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 13:34:50 UTC
d1097fb override Init() method that is used to set the TTF smoothing style for which fDepth is needed which is set in the base class Init(). This is needed due to some code reorganization in TApplication (TGX11TTF loading now done before creation of TGClient). git-svn-id: http://root.cern.ch/svn/root/trunk@18137 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 13:34:30 UTC
46e1730 From Bertrand: Fix graphics libraries loading/initialization. git-svn-id: http://root.cern.ch/svn/root/trunk@18136 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 10:24:14 UTC
9abbc98 From Andrei: TGeo: - implementation of TGeoManager::CdNext() allowing positioning the current state to the next entered volume - used by g4root interface - implementation of TGeoManager::RefreshPhysicalNodes() that need to be called after applying misalignment to ideal geometry to update the node pointers so they will reflect the new geometry objects created. This will also lock geometry. TGeoPhysicalNode is now a TNamed. - adjustments in G4 root to deal with MANY's and assemblies by using TGeoManager::CdNext() git-svn-id: http://root.cern.ch/svn/root/trunk@18135 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 08:52:03 UTC
c947e91 Add a new tutorial from Lorenzo // Macro to estimate the error in the integral of a fitted function taking into account the // errors in the parameters resulting from the fit. // The error is estimated also using the correlations values obtained from the fit // // run the macro doing: // .x ErrorIntegral.C // Author: Lorenzo Moneta git-svn-id: http://root.cern.ch/svn/root/trunk@18134 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 08:16:29 UTC
96000a7 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18133 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2007, 07:31:17 UTC
260e6f2 - In Chi2Test() help the 2 pictures are replaced by a macro execution. git-svn-id: http://root.cern.ch/svn/root/trunk@18132 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 17:22:57 UTC
663151d - Add comments git-svn-id: http://root.cern.ch/svn/root/trunk@18131 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 17:19:30 UTC
d6fa827 - Modify the macro to make it usable for the doc git-svn-id: http://root.cern.ch/svn/root/trunk@18130 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 17:12:00 UTC
4e7b999 In TMinuit::SetPrintLevel, also remove warnings when printlevel is set to -1 git-svn-id: http://root.cern.ch/svn/root/trunk@18129 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 16:43:36 UTC
007837e From Sergey Linev: 1. While name of the class is changed, one should use TDirectoryFile class instead of TDirectory at the moment, then new directory object is created. 2. Appropriate change done in non-binary part of TDirectoryFile::Streamer() that old version of class can be read. git-svn-id: http://root.cern.ch/svn/root/trunk@18128 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 16:38:36 UTC
0b06561 From sergey Linev: One more update proposed by Sergey in TStreamerInfo::Streamer git-svn-id: http://root.cern.ch/svn/root/trunk@18127 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 16:08:00 UTC
6c4776e Implement a suggestion from Sergey Linev in TStreamerInfo::Streamer to avoid a possible bootstrap problem. git-svn-id: http://root.cern.ch/svn/root/trunk@18126 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 10:37:51 UTC
5b93870 Replace last occurences to statements like Myclass::Class()->WriteBuffer(R__b,this); by R__b.WriteClassBuffer(MyClass::Class(),this); git-svn-id: http://root.cern.ch/svn/root/trunk@18125 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 10:32:31 UTC
cb0e4f7 - new doc git-svn-id: http://root.cern.ch/svn/root/trunk@18124 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 09:51:32 UTC
6b4fdf0 - Return the canvas to produce picture for the documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18123 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 09:48:02 UTC
7a56218 From Axel: speed optimizations git-svn-id: http://root.cern.ch/svn/root/trunk@18122 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 09:42:17 UTC
1d7992d make ctor public again. git-svn-id: http://root.cern.ch/svn/root/trunk@18121 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 09:31:24 UTC
9e150e7 make UseXft no the default for the time being. Also remove "adobe" from the font specification. git-svn-id: http://root.cern.ch/svn/root/trunk@18120 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 09:12:01 UTC
a8f8ccd fix typo in argv compression. git-svn-id: http://root.cern.ch/svn/root/trunk@18119 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 08:57:19 UTC
b8c760a remove used argv's, stress -b 30 should work again. git-svn-id: http://root.cern.ch/svn/root/trunk@18118 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 08:21:11 UTC
e9c7249 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18117 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 08:12:57 UTC
5c7653e In the SavePrimitive functions add the TPaveStats object (if one) to the list of functions using the correct pointer name. git-svn-id: http://root.cern.ch/svn/root/trunk@18116 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 07:55:19 UTC
32658ef In TMultiGraph::SavePrimitive the TPaveStats object (when one) was added twice to the list of functions. git-svn-id: http://root.cern.ch/svn/root/trunk@18115 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 07:54:24 UTC
09b29e4 Add missing include "TString.h" git-svn-id: http://root.cern.ch/svn/root/trunk@18114 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 06:10:16 UTC
3cb6d71 From Valeri Onuchin: same improvements to Xft rendering. git-svn-id: http://root.cern.ch/svn/root/trunk@18113 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 01:09:34 UTC
44d7236 make TGClient ctor protected and allow only a few friend classes to create a TGClient (prevents accidental new TGClient from CINT). git-svn-id: http://root.cern.ch/svn/root/trunk@18112 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 01:09:02 UTC
6f0f980 replace -adobe- in font spec by generic -*-. git-svn-id: http://root.cern.ch/svn/root/trunk@18111 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 01:07:53 UTC
010c9eb make sure TGX11TTF is created before TGClient so we can use TTF fonts in the GUI. git-svn-id: http://root.cern.ch/svn/root/trunk@18110 27541ba8-7e3a-0410-8455-c3a389f83636 01 March 2007, 01:07:14 UTC
f1b4856 From Axel: * Name TROOT collections. * Re-enable TCint's special handling and cleanup, now with caching. git-svn-id: http://root.cern.ch/svn/root/trunk@18109 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2007, 18:10:40 UTC
efde4e7 - Rewrite Chi2Test doc using new THtml. (still some work to do in the rest TH1.cxx) git-svn-id: http://root.cern.ch/svn/root/trunk@18108 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2007, 18:04:28 UTC
2d1a0a3 From Gerri: Implement a cleaner receipe to avoid deadlock situations when terminating git-svn-id: http://root.cern.ch/svn/root/trunk@18107 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2007, 16:50:55 UTC
b103eb9 In TImage::Open fix a bug when deleting the local char array. git-svn-id: http://root.cern.ch/svn/root/trunk@18106 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2007, 10:35:11 UTC
a6136e8 - new doc git-svn-id: http://root.cern.ch/svn/root/trunk@18105 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2007, 09:54:38 UTC
9bf2299 - new doc git-svn-id: http://root.cern.ch/svn/root/trunk@18104 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2007, 09:43:40 UTC
a1fd6ed Revert TWinNTSystem::Load to report the error status of the loading of its parameter rather than the loading of the last of the 'load request' git-svn-id: http://root.cern.ch/svn/root/trunk@18103 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 21:37:07 UTC
3d97f43 From Wim: o) fix 32 bit cutoff (Int_t used where Long_t needed) when converting unsigned long (long)s, solving https://savannah.cern.ch/bugs/?24100 git-svn-id: http://root.cern.ch/svn/root/trunk@18102 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 21:13:36 UTC
967474f From Wim: o) fix https://savannah.cern.ch/bugs/?24080; only strip namespaces in current class, not in template parameters git-svn-id: http://root.cern.ch/svn/root/trunk@18101 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 19:11:27 UTC
a0ab2dd Generate the dictionary for the public function of the Abstract interface git-svn-id: http://root.cern.ch/svn/root/trunk@18100 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 19:00:17 UTC
01b99a7 Implement forward declared classes, so autoloading is not triggered for ptr to class. tagnum setup is done via new API func G__get_linked_tagnum_fwd(). Reduce the number of unnecessary fopens (work-around mavc8 runtime lib bug) Initialize G__srcfile.breakpoint Passes all roottests except for ./root/meta/evolution/foreign git-svn-id: http://root.cern.ch/svn/root/trunk@18099 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 18:32:45 UTC
1fdcc9a - Better version of the documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18098 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 16:08:25 UTC
be2bc61 update makefile and fix macro git-svn-id: http://root.cern.ch/svn/root/trunk@18097 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 14:31:30 UTC
1e340ad - From V.Onuchin: This tutorial new demonstrates: - how to directly access and manipulate ARGB pixel values of an image. - how to make a part of an image to be transparent. - how to merge/alphablend an image with transparent colors with some background image. git-svn-id: http://root.cern.ch/svn/root/trunk@18096 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 13:16:06 UTC
beeb261 - From V.Onuchin TASImage, TImage, Open method - expanding of file name added. git-svn-id: http://root.cern.ch/svn/root/trunk@18095 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 13:08:20 UTC
c44ca85 From Axel: GetFontByName() should really return 0 if it can't find the font because there are none. git-svn-id: http://root.cern.ch/svn/root/trunk@18094 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 10:52:09 UTC
301d93a Remove a dummy statement introduced during the memory reduction exercise git-svn-id: http://root.cern.ch/svn/root/trunk@18093 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 08:20:37 UTC
6f28dd2 Keep leading and trailing char for non-string default values. git-svn-id: http://root.cern.ch/svn/root/trunk@18092 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2007, 08:04:54 UTC
90bef5e - New documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18091 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 17:27:22 UTC
aa5661b From Axel: protect argv manipulation from missing macos kernel protection. git-svn-id: http://root.cern.ch/svn/root/trunk@18090 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 17:24:30 UTC
60f55ad - New documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18089 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 16:20:20 UTC
60cdd0e From Andrei: patches in geom/g4root related to navigation based on GEANT4. Fixed some wrong flags settings. git-svn-id: http://root.cern.ch/svn/root/trunk@18088 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 16:10:37 UTC
4b4c7ba Small improvement in TMath::IsInside in case the 1st and last point are not identical. git-svn-id: http://root.cern.ch/svn/root/trunk@18087 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 15:32:04 UTC
3c33802 From Anna: Because of my TEntryList connected changes, TEventLists stopped working on proof. This fix should solve this problem. So, now for proof everything should be the same way it was before TEntryList introduction. git-svn-id: http://root.cern.ch/svn/root/trunk@18086 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 15:01:24 UTC
ee549f7 Fix a problem in TFormula::GetParameter(const char*) git-svn-id: http://root.cern.ch/svn/root/trunk@18085 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 14:46:11 UTC
378f32b From Bertrand: Following latest mods for delayed loading, TProofProgressDialog was not working properly anymore (due to gClient usage before initialization of graphics libs). Thanks to Anna for reporting the bug. git-svn-id: http://root.cern.ch/svn/root/trunk@18084 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 14:39:47 UTC
23b42ae Fix G__search_tagname vs. autoload vs. declaration git-svn-id: http://root.cern.ch/svn/root/trunk@18083 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 11:02:34 UTC
74b1094 Make sure that fMaxSize is initialized properly in ResizeColumns method. git-svn-id: http://root.cern.ch/svn/root/trunk@18082 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 09:27:10 UTC
3ac06b8 Fix a problem in TGraph::ExecuteEvent in case the fHistogram pointer is null. In this case TPad::Range should not be called. git-svn-id: http://root.cern.ch/svn/root/trunk@18081 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 08:39:22 UTC
4b78933 Modify TGraph::DistancetoPrimitive to select the graph when clicking inside the graph if it has been drawn with the fill area option. git-svn-id: http://root.cern.ch/svn/root/trunk@18080 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2007, 08:16:38 UTC
f22b670 Fix missing empty lines in directives Rewind dictionary after doc macro execution Make sure class table gets rebuilt after call to THtml::SetSourceDir() Embed img inside span to be xhtml compliant even in pre Load graphic libs if needed, before a macro triggers it and we rewind CINT after the macro Find module doc when pwd!=ROOTSYS Find doc macros when pwd!=ROOTSYS or macro file name has (relative) path Specify full path to mathcore/... sources (to find their doc/ when pwd!=ROOTSYS) Allow determination of product==ROOT even for BOOTLIBS Fix THtml's doc Allow lines in doc macros to be hidden from source tab: must end on *HIDE* git-svn-id: http://root.cern.ch/svn/root/trunk@18079 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 17:42:32 UTC
544f3e3 - New documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18078 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 15:02:33 UTC
34ea746 From Bertrand: Modified test/Makefile.win32 following latest changes (libs dependencies) git-svn-id: http://root.cern.ch/svn/root/trunk@18077 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 14:59:44 UTC
9585a43 Add new directory graf/doc/macros with a first macro mathsymbols.C git-svn-id: http://root.cern.ch/svn/root/trunk@18076 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 14:57:24 UTC
810d9e6 From Andrei: a small improvement in g4root in the algorithm of creating G4 hierarchy that avoids creating volumes that are not in the hierarchy. git-svn-id: http://root.cern.ch/svn/root/trunk@18075 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 11:12:38 UTC
e15bf54 From Andrei: a patch in TGeoVolume::MakeCopyNodes that correcly sets the mother volume pointer in nodes that are copied. Prevents a crash in G4root when some container volumes are transformed in assemblies (ITS) git-svn-id: http://root.cern.ch/svn/root/trunk@18074 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 11:11:51 UTC
eacd336 - From V.Onuchin: Improve text size in batch mode (now closer to the size in interactive mode) git-svn-id: http://root.cern.ch/svn/root/trunk@18073 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 09:51:02 UTC
b7f0528 - Remove a compilation warning. git-svn-id: http://root.cern.ch/svn/root/trunk@18072 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 09:46:58 UTC
c437437 - New documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18071 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 09:37:57 UTC
bbbf5b8 - New documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18070 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 09:17:22 UTC
a4b6c3f From Olivier: New macro used in the html documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@18069 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2007, 08:42:06 UTC
back to top