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

sort by:
Revision Author Date Message Commit Date
129841d This commit was manufactured by cvs2svn to create tag 'v3-05-07'. git-svn-id: http://root.cern.ch/svn/root/tags/v3-05-07@7012 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2003, 15:39:11 UTC
601c7c4 Add new function: void TTree::SetFileNumber(Int_t number) // Set fFileNumber to number. // fFileNumber is used by TTree::Fill to set the file name // for a new file to be created when the current file exceeds fgTreeMaxSize. // (see TTree::ChangeFile) // if fFileNumber=10, the new file name will have a suffix "_11", // ie, fFileNumber is incremented before setting the file name git-svn-id: http://root.cern.ch/svn/root/trunk@7011 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2003, 15:39:10 UTC
b8f9b8a TMath::KolmogorovProv has been rewritten to be in phase with the latest version of PROBKL in CERNLIB. git-svn-id: http://root.cern.ch/svn/root/trunk@7010 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2003, 15:36:28 UTC
2c523eb From Axel Naumann I tried to patch rootd and proofd to make them work under win32gcc (for what it's worth - well, maybe it's even worth something, 'cause they don't - err, didn't - work under win yet, right?). Attached you can find the patches for the Makefile (to add the modules - actually, we could now just use the default modules list) and for rootd and proofd. It's mainly an issue of getting flock "translated" to (cygwin supported) fcntl calls and substituting setresuid etc. I tested connecting to both; they seem to work properly. git-svn-id: http://root.cern.ch/svn/root/trunk@7009 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2003, 10:45:58 UTC
4beb4cd From Axel Naumann: I'm jetlagged, so I fixed the rootx problem on win32gcc. The reason why this was not implemented properly before: root spawns root.exe - which doesn't work on win32gcc, as root and root.exe are identical (whenever you build an executable called root you'll end up with a file called root.exe). The attached patch will build a root.exe correspodning to unix's root. When people type "root" that's what they start. The change in main/Module.mk builds root_exe.exe on win32gcc, corresponding to unix's root.exe. Obviously, I also had to patch rootx.cxx now; I added a preproc define ROOTBINARY "root_exe.exe" for win32gcc and "root.exe" otherwise. Now root properly shows its popup, checks X11 and what not. git-svn-id: http://root.cern.ch/svn/root/trunk@7008 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2003, 08:05:07 UTC
5a70a74 From Philippe: Fix a bug introduced in the previous change to TChain::Add preventing to use a tree name of more than one letter when the filename provided to AddFile contains a regular expression. git-svn-id: http://root.cern.ch/svn/root/trunk@7007 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2003, 05:16:01 UTC
b23a3a6 From Philippe This patch implement the calling of function inside a TFormula for Windows. The issue is the lookup of the interpreted functions. For optimization TROOT relies on comparison with a function address. Those are not reliable on windows (a function seemingly can have several different addresses). The code is currently code guarder by R__WIN32, I suppose we should/could actually code guard it with R__FUNCTION_ADDRESS_NOT_UNIQUE or something like that defined in RConfig.h (for the revelant platform). One question is whether or not this patch is able needed on MacOS and/or AIX. also add a method: TMethodCall::IsValid. git-svn-id: http://root.cern.ch/svn/root/trunk@7006 27541ba8-7e3a-0410-8455-c3a389f83636 26 July 2003, 05:51:55 UTC
e46ae0a m Philippe: TChain::Add was broken since the latest improvement to the regular expression. Now it seems that: c = new TChain("T2"); c->Add("event.root/T"); is taken has a regular expression. This would have been 'okay' if it was not for the fact that the regular expression par of TChain::Add never supported the '/treename' syntax. In addition, if (and only if) a path was specified then the filename had to end with '.root' (if the path was not specified the filename could end in anything the user wanted!). This patch fix those problems (and add support for any file name length!) git-svn-id: http://root.cern.ch/svn/root/trunk@7005 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2003, 17:41:37 UTC
66a3f00 From Valeriy Onuchin - I think it's very usefull ( at least for debugging ) to have TGFrame,TGCompositeFrame::Print method, which will print frame paramters (id, parent id, size, position etc.) - I think few protected methods in TQObject clas must be public. That will allow to "SaveAs" TQObject connections git-svn-id: http://root.cern.ch/svn/root/trunk@7004 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2003, 17:22:38 UTC
e8b946b From Philippe: This patch allows dash in include path name in ACLiC. git-svn-id: http://root.cern.ch/svn/root/trunk@7003 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2003, 05:15:16 UTC
06a5d1c From Philippe: TGPopupMenu was assuming that the Graphical Context was set to the correct fonts (but it was not). git-svn-id: http://root.cern.ch/svn/root/trunk@7002 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2003, 19:36:31 UTC
71fec4f From Valeriy Onuchin: - TGTab::RemoveTab(Int_t tabIndex) o change order of tab windows destroy o unmap, do not destroy container window. container window is destroyed/deleted later in TGTab destructor git-svn-id: http://root.cern.ch/svn/root/trunk@7001 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2003, 16:00:00 UTC
22be2bd Go to version 3.05/07 git-svn-id: http://root.cern.ch/svn/root/trunk@7000 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2003, 10:13:09 UTC
6df609c Add comments in TClass::InheritsFrom to indicate that the function returns kTRUE in case the argument is the class itself git-svn-id: http://root.cern.ch/svn/root/trunk@6999 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2003, 09:17:20 UTC
0f1cad3 In TTree::Print fix a problem due to a deficiency of the regexp machinery when the string contains a "/" git-svn-id: http://root.cern.ch/svn/root/trunk@6998 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2003, 09:13:53 UTC
c66db46 From Philippe: The existing implementation of TFormula explicitly allowed (and ignored) trailing characters after a decimal point. This patch: - allow numerical value of the format d*[.d*][e-+]d* where d is a digit and hexadecimal: 0xH* where H is a digit or a through f. - disallow explicitly more that one decimal point - disallow explicitly decimal point in the exponent part - disallow trailing characters after a decimal point - Add a new error message: *ERROR 30 : Bad numerical expression : "3.5.3" git-svn-id: http://root.cern.ch/svn/root/trunk@6997 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2003, 21:48:54 UTC
180714e A patch from Philippe that adds some protection in case of a missing font file. git-svn-id: http://root.cern.ch/svn/root/trunk@6996 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2003, 19:24:09 UTC
6cc59cd From Peter Hristov: Fix for Ithanium64 ecc and gcc RH7.3 in the floating point exception logic. git-svn-id: http://root.cern.ch/svn/root/trunk@6995 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2003, 16:32:02 UTC
a98e070 Remove declaration of variables for MSVC98 git-svn-id: http://root.cern.ch/svn/root/trunk@6994 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2003, 12:28:49 UTC
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
back to top