sort by:
Revision Author Date Message Commit Date
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
b6a59cf Remove debug statements with a problem. git-svn-id: http://root.cern.ch/svn/root/trunk@18068 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 22:58:14 UTC
1254b20 Preset the data structure G__iheritance when allocating it. git-svn-id: http://root.cern.ch/svn/root/trunk@18067 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 22:37:35 UTC
1d301d7 From Bertrand: Fix a compilation error under Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@18066 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 20:58:16 UTC
79e3b80 Implemented the same solution for the G__inheritance data structure that I implemented for G__ifunc_table. Instead of using fixed size arrays, use dynamic arrays thanks to an intermediate operator []. Also a gain in memory for all classes (not only at startup). git-svn-id: http://root.cern.ch/svn/root/trunk@18065 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 20:46:15 UTC
69d9cff From Bertrand: - Removal of gClient->GetRoot() in several TGMainFrame ctor. - Initialize graphics libs at TImage creation time. git-svn-id: http://root.cern.ch/svn/root/trunk@18064 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 16:45:48 UTC
0e5767b - Better version of DrawColorTable git-svn-id: http://root.cern.ch/svn/root/trunk@18063 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 16:38:56 UTC
1354318 - From V.Onuchin: Empty boxes were not drawn correctly. git-svn-id: http://root.cern.ch/svn/root/trunk@18062 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 16:27:43 UTC
74ff50b From Axel: Remove unnecessary includes. git-svn-id: http://root.cern.ch/svn/root/trunk@18061 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 15:40:02 UTC
b732317 Follow-up changes in SavePrimitive methods related to automatic graphics initialization in GUI classes git-svn-id: http://root.cern.ch/svn/root/trunk@18060 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 15:24:44 UTC
0d3675d - From Valeri Onuchin: TImage, TASImage new method introduced - DrawText(Text *text, Int_t x, Int_t y) which allows to draw TText object in TImage, where x,y are in pixels. git-svn-id: http://root.cern.ch/svn/root/trunk@18059 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 14:11:36 UTC
565d56f From Bertrand: automatic graphics initialization in gui classes. I also replaced all gClient->GetRoot() by 0 in tutorials. git-svn-id: http://root.cern.ch/svn/root/trunk@18058 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 14:10:00 UTC
05c2b4c - From Valeri Onuchin: Fixed problems with alignment of rotated text. git-svn-id: http://root.cern.ch/svn/root/trunk@18057 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 14:09:14 UTC
2ed07b5 From Federico: Some small mods for effc++ git-svn-id: http://root.cern.ch/svn/root/trunk@18056 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 11:51:50 UTC
22c04c0 One more change in common.h to get rid of the limitation on G__MAXFUNCPARA. We also gain additional space in memory. git-svn-id: http://root.cern.ch/svn/root/trunk@18055 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 11:27:57 UTC
46405a7 - Help improvments. git-svn-id: http://root.cern.ch/svn/root/trunk@18054 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 10:59:04 UTC
f528f68 - Help improvements. git-svn-id: http://root.cern.ch/svn/root/trunk@18053 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 10:51:04 UTC
872fb0e Add a missing ";" when calling TF1::InitStandardFunctions() in TROOT::GetFunction. git-svn-id: http://root.cern.ch/svn/root/trunk@18052 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2007, 09:42:03 UTC
c02856e From Axel: Replace include "TPad.h" by "TVirtualPad.h" Including TPad.h had a catastrophic side-effect of introducing dependencies of graf on gpad. git-svn-id: http://root.cern.ch/svn/root/trunk@18051 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2007, 21:54:21 UTC
39e7a2c - The title offset could not be smaller than 0.1. There is no reasons why it should not be. git-svn-id: http://root.cern.ch/svn/root/trunk@18050 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2007, 17:35:25 UTC
6d177ca From Bertrand: - Replaced some direct calls to gl functions by gVirtualGL ones, allowing GLViewer to work again on Windows :-\ - Make sure that Gpad and GUI libs are loaded with TGuiBuilder. git-svn-id: http://root.cern.ch/svn/root/trunk@18049 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2007, 17:13:05 UTC
back to top