https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
eefea24 Mods from Gordon Watts to build Root win32gdk under VisualC++7.1.NET git-svn-id: http://root.cern.ch/svn/root/trunk@6993 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2003, 12:27:00 UTC
6ee1e43 From Philippe Fix for a problem reported by Hamlet: While messing with TTrees, I've run into the following error: Error in <TBranchElement::GetDataMemberOffset>: obsolete call with (PhotonsList,Clusters) git-svn-id: http://root.cern.ch/svn/root/trunk@6992 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2003, 12:25:42 UTC
dfd6c54 From Philippe: TSelectorDraw::CompileVariables now returns a Boolean to indicate its success or failure. This is used in TSelectorDraw::Begin to detect a 'compilation' failure (rather than try to guess from the side effects). With this fix, the case of producing an EventList with a bad selection now properly fails. git-svn-id: http://root.cern.ch/svn/root/trunk@6991 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 21:15:30 UTC
746feaf Implement a new function: void TChain::CanDeleteRefs(Bool_t flag) when closing a file during the chain processing, the file may be closed with option "R" if flag is set to kTRUE. by default flag is kTRUE. When closing a file with option "R", all TProcessIDs referenced by this file are deleted. Calling TFile::Close("R") might be necessary in case one reads a long list of files having TRef, writing some of the referenced objects or TRef to a new file. If the TRef or referenced objects of the file being closed will not be referenced again, it is possible to minimize the size of the TProcessID data structures in memory by forcing a delete of the unused TProcessID. git-svn-id: http://root.cern.ch/svn/root/trunk@6990 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 16:12:32 UTC
3266bf5 In TFile::Close, modify the logic to remove unused TProcessIDs. Use new function TProcessID::Clear. git-svn-id: http://root.cern.ch/svn/root/trunk@6989 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 16:10:17 UTC
93e1f7f Implement new function TProcessID::Clear. // delete the TObjArray pointing to referenced objects // this function is called by TFile::Close("R") git-svn-id: http://root.cern.ch/svn/root/trunk@6988 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 16:08:36 UTC
b4093fa In TFrame::Paint, use option "s" when calling TPad::PaintBox. This new option solves a problem when drawing a frame on Postscript git-svn-id: http://root.cern.ch/svn/root/trunk@6987 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 16:06:18 UTC
35483e3 In TPad::PaintBox, activate option "s". When the option "s" is specified, the fill style of the box is forced to 0. This feature is used by TFrame::Paint git-svn-id: http://root.cern.ch/svn/root/trunk@6986 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 16:05:00 UTC
0b12943 Remove obsolete option "B" when calling TPad::PaintBox in TGraph::PaintGrapHist git-svn-id: http://root.cern.ch/svn/root/trunk@6985 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2003, 16:03:08 UTC
9eafe38 Add a new option "R" in TFile::Close. // if option == "R", all TProcessIDs referenced by this file are deleted. // Calling TFile::Close("R") might be necessary in case one reads a long list // of files having TRef, writing some of the referenced objects or TRef // to a new file. If the TRef or referenced objects of the file being closed // will not be referenced again, it is possible to minimize the size // of the TProcessID data structures in memory by forcing a delete of // the unused TProcessID. git-svn-id: http://root.cern.ch/svn/root/trunk@6984 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2003, 17:38:58 UTC
148e11f From Olivier: In a macro, when a character was written on several lines some '\n' were written in the middle of the string in the PostScript file. This generated some miss-alignments. git-svn-id: http://root.cern.ch/svn/root/trunk@6983 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2003, 15:20:28 UTC
008bd03 From Valeriy Onuchin: - TControlBar::SetTextColor added git-svn-id: http://root.cern.ch/svn/root/trunk@6982 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2003, 12:42:36 UTC
da4af57 Minor change by Valeriy Onuchin similar to teh change in test/guitest.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@6981 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2003, 10:47:15 UTC
ecd5051 From Valeriy Onuchin: - minory mods in TestFileList test from guitest.C/guitest.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@6980 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2003, 10:40:23 UTC
05e1b61 From valeriy Onuchin: add new methods: - TGTextButton::SetTextColor - TGContainer::GetCanvas - add default parameters to TGFrame::Resize,MoveResize That simplifies usage, e.g. frame->Resize() instead of frame->Resize(frame->GetDefaultSize()) git-svn-id: http://root.cern.ch/svn/root/trunk@6979 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2003, 10:39:58 UTC
1c84e3d fix SysStat() where we now use fRealName and not GetName(). Should fix Ursula's problem. git-svn-id: http://root.cern.ch/svn/root/trunk@6978 27541ba8-7e3a-0410-8455-c3a389f83636 19 July 2003, 00:14:15 UTC
b444868 new method SetFont() added to TGTextButton, TControlBar, TRootControlBar, TControlBarImp classes that allow to change the font of control bar on fly, example: root [0] .x tutorials/demos.C root [1] bar->SetFont("-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1") root [2] bar->SetFont("-adobe-helvetica-bold-r-*-*-24-*-*-*-*-*-iso8859-1") git-svn-id: http://root.cern.ch/svn/root/trunk@6977 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 23:51:49 UTC
735a72c QtRoot lib name change. git-svn-id: http://root.cern.ch/svn/root/trunk@6976 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 23:40:12 UTC
c90f990 syslog (3c) takes a printf like format string, by Maarten. git-svn-id: http://root.cern.ch/svn/root/trunk@6975 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 22:19:27 UTC
ef60143 Fix from Maarten in TChain::AddFile to support wildcarding and in particular something like: TChain ch("T"); ch.Add("file_[0-9].root"); git-svn-id: http://root.cern.ch/svn/root/trunk@6974 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 16:26:01 UTC
a549499 From Olivier, The text size in PostScript files is now computed in order to fit exactly with the TTF text size on screen. Previously it was close but a bit different, therefore on long character strings it was possible to see gaps between various pieces of a TLatex expression. git-svn-id: http://root.cern.ch/svn/root/trunk@6973 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 15:36:38 UTC
6d814d7 o RooAbsPdf - Add fitTo() option "b" for blind fits (sets print level to -1) [ Amir ] git-svn-id: http://root.cern.ch/svn/root/trunk@6972 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 15:33:47 UTC
4dbf6f6 Document TRegexp git-svn-id: http://root.cern.ch/svn/root/trunk@6971 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 13:21:05 UTC
20bcd91 Optimisation of the color scale computation when drawing with option "colz' (from Olivier) git-svn-id: http://root.cern.ch/svn/root/trunk@6969 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 09:07:09 UTC
073b276 Change proposed by Vitaly Choutko to speed up the RecursiveRemove process in case of a large TGeometry hierarchy. git-svn-id: http://root.cern.ch/svn/root/trunk@6968 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 08:48:46 UTC
76371a9 From Bertrand: Small corrections of volumes in geometry and nodes numbering scheme in order to obtain right particle position in detector during event processing. git-svn-id: http://root.cern.ch/svn/root/trunk@6967 27541ba8-7e3a-0410-8455-c3a389f83636 18 July 2003, 07:55:46 UTC
91e60d6 In the TPad default constructor disable the statement setting the selected pad. This has side effects when the pad is a TDrawPanelHist or a TFitPanel. This line was a fix for a DrawClonePad problem. Another solution must be found. git-svn-id: http://root.cern.ch/svn/root/trunk@6966 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 19:56:35 UTC
f4c96ea Add also one more comment in TTree::GetEntry git-svn-id: http://root.cern.ch/svn/root/trunk@6965 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 16:50:24 UTC
e890395 Add important remarks in the doc of TTree::SetBranchStatus and TChain::SetBranchStatus git-svn-id: http://root.cern.ch/svn/root/trunk@6964 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 16:34:52 UTC
0d7cba3 Protection added in TTreePlayer::DrawSelect in case gPad is null and the result of the query is 0 rows. git-svn-id: http://root.cern.ch/svn/root/trunk@6963 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 14:30:58 UTC
b987297 One more fix in the never ending saga of wrong declarations with const in the ResizeTo functions. git-svn-id: http://root.cern.ch/svn/root/trunk@6962 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 13:42:09 UTC
e9ce24d Provide a dummy implementation of SetRootGeometry git-svn-id: http://root.cern.ch/svn/root/trunk@6961 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 12:24:03 UTC
0c6bcc6 One more fix in ResizeTo removing a damaging const declaration git-svn-id: http://root.cern.ch/svn/root/trunk@6960 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 10:10:24 UTC
3c5d27f Stamp version 3.05/06. This should be the final production release. git-svn-id: http://root.cern.ch/svn/root/trunk@6959 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 07:42:07 UTC
2ef5fb9 In TGraph::PaintGrapHist take into account the frame line width. The histogram fill area or contour cannot overwrite anymore the frame contour. git-svn-id: http://root.cern.ch/svn/root/trunk@6958 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 07:38:05 UTC
68f9d42 In TFrame::Paint use Tpad::PaintBox instead of 4 calls to PaintLine. This improves the quality of the frame in case of large line widths git-svn-id: http://root.cern.ch/svn/root/trunk@6957 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 07:36:41 UTC
f530cd2 Remove declarations of gSize3D preventing to link on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@6956 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 06:19:14 UTC
c7da3a9 Method DisconnectWidget moved from private to public. This may be a temporary fix for the Qt implementation. git-svn-id: http://root.cern.ch/svn/root/trunk@6955 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2003, 06:18:38 UTC
73ca74a Do not delete the index_old[i] elements in the ResizeTo functions git-svn-id: http://root.cern.ch/svn/root/trunk@6954 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 21:22:19 UTC
602de1b Fix portability problems in the ResizeTo functions. Fix potential memory leak in ResizeTo with two arguments git-svn-id: http://root.cern.ch/svn/root/trunk@6953 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 19:24:03 UTC
1351238 Add comments in the class description to indicate that the formula can reference any TMath function. git-svn-id: http://root.cern.ch/svn/root/trunk@6952 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 17:18:01 UTC
5f28866 gFile must be set/restored in GetStreamerInfoList and ReadStreamerInfo before/after cally TKey::ReadObj. A clean fix to be done should use the TFile pointer from fBufferRef in TKey::ReadObj instead of using gFile. git-svn-id: http://root.cern.ch/svn/root/trunk@6951 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 16:14:42 UTC
150e96f fix install target for win32. git-svn-id: http://root.cern.ch/svn/root/trunk@6950 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 13:06:15 UTC
6abbb81 tell cvs not to report on Win32 build by-products. git-svn-id: http://root.cern.ch/svn/root/trunk@6949 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 11:18:08 UTC
53616fa remove $ROOTSYS from makefile, use relative path instead. git-svn-id: http://root.cern.ch/svn/root/trunk@6948 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 11:15:07 UTC
7f0dd1a not needed, Makefile is not generated anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@6947 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 11:10:07 UTC
cc5aa2c make sure on win32 that paths with $ROOTSYS are converted to unix format (via cygpath) in config/Makefile.config. git-svn-id: http://root.cern.ch/svn/root/trunk@6946 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 11:03:10 UTC
6914d90 move vmc after geom in the list of modules, this is needed because vmc depends on geom and therefore make must read first the geom/Module.mk before vmc/Module.mk so it can properly resolve dependencies. Fixes build problem reported by Gordon. git-svn-id: http://root.cern.ch/svn/root/trunk@6945 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 09:35:55 UTC
1827a4e small fix in Error() in case cmd = 0. git-svn-id: http://root.cern.ch/svn/root/trunk@6944 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 09:19:26 UTC
6b17e11 this lib's and dll's are not build from source only gdk-1.3 lib and dll are. git-svn-id: http://root.cern.ch/svn/root/trunk@6943 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 09:16:16 UTC
768e17a Remove the gdk dll and lib files. They are now build from the source git-svn-id: http://root.cern.ch/svn/root/trunk@6942 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 07:01:00 UTC
b721a57 Fix by Eddy Offermann in the matrix ResizeTo functions. The original data are now preserved. git-svn-id: http://root.cern.ch/svn/root/trunk@6941 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 06:52:14 UTC
34cc729 In TMinuit::SetFCN one musr recompute gMinuit in case gMinuit was changed during the fit procedure (or deletedIn TMinuit::setFCN one musr recompute gMinuit in case gMinuit was changed during the fit procedure (or deleted) git-svn-id: http://root.cern.ch/svn/root/trunk@6940 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2003, 06:31:43 UTC
b48e564 Fix by Philippe for a problem reported by Gordon Watts "gSystem->CompileMacro("./sub/macro.C", "k", "TMBTreeClasses_C"); "does not work on Windows." The enclosed patch solves this problems. Because of the 3rd arguments, the library is correctly being built in the current directory. However part of the system, was not aware of this fact . git-svn-id: http://root.cern.ch/svn/root/trunk@6939 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 21:50:47 UTC
2d2701a From Valeriy Onuchin: - mode in TGLVcontainer::SetViewMode method That fixes layout problem in tree viewer - new constructor for TGPictureButton - code cleaning git-svn-id: http://root.cern.ch/svn/root/trunk@6938 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 14:25:22 UTC
063f657 Add a enum/bit kCannotMove. When this bit is set, a TBox or any class deriving from TBox cannot me moved/resized in a pad. git-svn-id: http://root.cern.ch/svn/root/trunk@6937 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 12:50:26 UTC
33651d1 Add dependency of libVMC on libGeom. This required by AIX, Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@6936 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 11:07:20 UTC
dae76be Replace mc by vmc git-svn-id: http://root.cern.ch/svn/root/trunk@6935 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 10:01:32 UTC
dc35f82 Old directory mc is renamed vmc. Note new classes TVirtualMCGeometry, TGeoMCGeometry. The new vmc directory has the following backward incompatibilities; in class TVirtualMCStack, SetTrack has been renamed PushTrack GetNextTrack is renamed PopNextTrack GetPrimaryForTracking is renamed PopPrimaryForTracking CurrentTrack is renamed GetCurrentTrackNumber CurrentTrackParent is renamed GetCurrentParentTrackNumber in class TVirtualMC A new optional argument in the constructor Two new functios SetRootGeometry and IsRootGeometrySupported. git-svn-id: http://root.cern.ch/svn/root/trunk@6934 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 09:56:58 UTC
504ff3e Remove the old directory mc. This directory is now renamed vmc. See next commit to see the list of backward incompatibilities. git-svn-id: http://root.cern.ch/svn/root/trunk@6933 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 09:20:21 UTC
e10dd9d remove redundant win32gdk test. git-svn-id: http://root.cern.ch/svn/root/trunk@6932 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 08:51:37 UTC
b2904cf In TLegend::PaintPrimitives make the size of the box and of the line identical when options "f" and "l" are specified. git-svn-id: http://root.cern.ch/svn/root/trunk@6931 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 07:56:44 UTC
4ee1201 By default include<iostream> on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@6930 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 06:36:00 UTC
d8b28c2 Remove trailing <cr> git-svn-id: http://root.cern.ch/svn/root/trunk@6929 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 06:18:51 UTC
ba79dd8 From Philippe: G__getiparseobject is responsible for transforming special CINT variable parameter values into a proper G__value. On OSF1 (and Opteron 64 I guess), pointer are 64 bits which fits into a long but not into an int. However, G__getiparseobject was doing the transformation using atoi which truncate to an int!. The solution is to use atol instead. git-svn-id: http://root.cern.ch/svn/root/trunk@6928 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2003, 05:15:27 UTC
a1e2d3c try to avoid problem on AIX. git-svn-id: http://root.cern.ch/svn/root/trunk@6927 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 18:06:36 UTC
626f649 small typo in error message. git-svn-id: http://root.cern.ch/svn/root/trunk@6926 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 17:29:42 UTC
2e5a645 get the correct gcc fortran runtime (including libfrtbegin when the runtime comes from gcc >3.0). git-svn-id: http://root.cern.ch/svn/root/trunk@6925 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 17:29:23 UTC
60aab92 From Philippe; This patch improves the error recovery in the case where TBuffer::ReadObjectAny decides it wont be able to read/load the objects. By calling CheckByCount explicitly we prevent an extra spurrious error message of the style 'some top level class Streamer is out of sync'. git-svn-id: http://root.cern.ch/svn/root/trunk@6924 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 17:14:49 UTC
db0b067 On Windows, the length of the common block /pawc/ must be the same as the value compiled in libPacklib.lib (2000000). git-svn-id: http://root.cern.ch/svn/root/trunk@6923 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 16:11:01 UTC
7ec5cff had to remove MIN MAX warning in afterbase.h.in and not afterbase.h. git-svn-id: http://root.cern.ch/svn/root/trunk@6922 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 15:35:12 UTC
b449678 add dependencies on the tar files so when a new tar file is introduced it will trigger a recompile of the package. git-svn-id: http://root.cern.ch/svn/root/trunk@6921 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 14:58:08 UTC
befbcb4 ichange "! test" to test !". git-svn-id: http://root.cern.ch/svn/root/trunk@6920 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 14:35:42 UTC
c13d8e6 Replace C++ style comments by C style commentss preventing to compile on Solaris and AIX git-svn-id: http://root.cern.ch/svn/root/trunk@6919 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 14:05:14 UTC
b8772b9 fix warning on HP about MIN and MAX being redefined. git-svn-id: http://root.cern.ch/svn/root/trunk@6918 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 13:27:24 UTC
61ae95b Remove a useless statement git-svn-id: http://root.cern.ch/svn/root/trunk@6917 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 13:14:40 UTC
ad4f2a2 import of CINT 5.15.94. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@6916 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 13:10:23 UTC
531a786 Remove unused includes git-svn-id: http://root.cern.ch/svn/root/trunk@6915 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 13:04:42 UTC
7624088 Add Warnings in functions SetNpx,y,z in case one attempts to set an illegal number of points. Comments added in these functions and also the GetRandom functions. git-svn-id: http://root.cern.ch/svn/root/trunk@6914 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 12:58:22 UTC
9586fa4 From Valeriy Onuchin o add sanity checks to - several places inside TGLisView class - TGContainer::GetLastActive o increment fTotal in TGLVContainer::AddItem method git-svn-id: http://root.cern.ch/svn/root/trunk@6913 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 12:22:48 UTC
e8c42af Use better fonts (from Bertrand) git-svn-id: http://root.cern.ch/svn/root/trunk@6912 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 09:57:40 UTC
dfb6d81 Implement a suggestion from Axel in system.rootrc/rootrc.in I think it would be good to have Root.Html.Root set to http://root.cern.ch/root/html by default. git-svn-id: http://root.cern.ch/svn/root/trunk@6911 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 07:59:58 UTC
de65eba From Axel Naumann: If Root.Html.Root is abs path name don't prefix file names with relative dirs. Requested by Denis Stepanov. git-svn-id: http://root.cern.ch/svn/root/trunk@6910 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 07:52:31 UTC
4ffa84a New version of .rootshowerrc from Bertrand git-svn-id: http://root.cern.ch/svn/root/trunk@6909 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 07:40:34 UTC
96c6f29 Add support for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@6908 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 07:39:09 UTC
67fc363 New version of RootShower from Bertrand. This new version uses the TGeo classes instead of the old geometry. git-svn-id: http://root.cern.ch/svn/root/trunk@6907 27541ba8-7e3a-0410-8455-c3a389f83636 14 July 2003, 07:00:39 UTC
b14bae6 Implement function Clear. The destructors call Clear. TVector can be members of a class in a TClonesArray. git-svn-id: http://root.cern.ch/svn/root/trunk@6906 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 19:43:59 UTC
0b91f93 Implement a function Clear in the matrix classes. This function is required when reading TMatrix objects inside a Tree. The destructor is now calling Clear. The Streamer functions have been modified to Clear the object before reading and setting the index after reading. git-svn-id: http://root.cern.ch/svn/root/trunk@6905 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 16:14:27 UTC
4213715 Improve performance of TGraph::ComputeLogs git-svn-id: http://root.cern.ch/svn/root/trunk@6904 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 13:38:48 UTC
4287304 In TGraph::PaintGrapHist, use the NoClip option "C" when calling TPad::PaintPolyLine in case the kClipFrame bit is not set. git-svn-id: http://root.cern.ch/svn/root/trunk@6903 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 12:54:32 UTC
7d74a77 In TPad::PaintPolyLine introduce a new option "C". When this option is specified the polyline is not clipped at all. This assumption is possible in drawing histograms when one knows that all points are in the frame boundary. git-svn-id: http://root.cern.ch/svn/root/trunk@6902 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 12:53:05 UTC
1921252 In THistPainter::PaintGrapHist do not set the bit kClipFrame in the TGraph used for painting, unless option "same" is specified. This improves substantially the drawing speed. git-svn-id: http://root.cern.ch/svn/root/trunk@6901 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 12:00:46 UTC
a0b0709 Remove trailing <cr> preventing to compile with gcc2.95 git-svn-id: http://root.cern.ch/svn/root/trunk@6900 27541ba8-7e3a-0410-8455-c3a389f83636 12 July 2003, 08:08:37 UTC
f2e745a From Philippe: This patch insures that GetBaseClassOffset looks at all the elements of the TStreamerInfo. git-svn-id: http://root.cern.ch/svn/root/trunk@6899 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 21:32:53 UTC
fa58d58 don't call nmake when not on Windows (for distclean target). git-svn-id: http://root.cern.ch/svn/root/trunk@6898 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 17:18:11 UTC
a6875a4 Protection added in TBuffer::ReadObjectAny in case a fakeclass derives from a compiled class or vice-versa. The typical case is when reading a data structure containing a class for which the shared lib is missing. git-svn-id: http://root.cern.ch/svn/root/trunk@6897 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 15:04:03 UTC
14744c0 gdk include patch was missing in compile statement. git-svn-id: http://root.cern.ch/svn/root/trunk@6896 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 13:26:46 UTC
593eac1 some simplifications. git-svn-id: http://root.cern.ch/svn/root/trunk@6895 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 11:18:25 UTC
ad50f4e build now also gdk from source when installing win32 version. git-svn-id: http://root.cern.ch/svn/root/trunk@6894 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 11:09:14 UTC
dc7d5b0 cursors on icons needed by gdk. git-svn-id: http://root.cern.ch/svn/root/trunk@6893 27541ba8-7e3a-0410-8455-c3a389f83636 11 July 2003, 11:08:16 UTC
back to top