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

sort by:
Revision Author Date Message Commit Date
0afe66d This commit was manufactured by cvs2svn to create tag 'v5-15-06'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-15-06@18583 27541ba8-7e3a-0410-8455-c3a389f83636 25 April 2007, 07:51:34 UTC
f80d215 Replace #include "TMCParticle6.h" by "TMCParticle.h" git-svn-id: http://root.cern.ch/svn/root/trunk@18582 27541ba8-7e3a-0410-8455-c3a389f83636 25 April 2007, 07:51:33 UTC
a508d6f From Philippe: fix for https://savannah.cern.ch/bugs/index.php?25397 git-svn-id: http://root.cern.ch/svn/root/trunk@18581 27541ba8-7e3a-0410-8455-c3a389f83636 25 April 2007, 06:12:55 UTC
0d448f3 Remove two dummy lines git-svn-id: http://root.cern.ch/svn/root/trunk@18579 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 18:55:40 UTC
d0f80ec Protection added in TGLMesh::GetNormal. see: http://savannah.cern.ch/bugs/?25845 git-svn-id: http://root.cern.ch/svn/root/trunk@18578 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 18:51:30 UTC
1410894 Fix a bug in TClassDocOutput::CreateDotClassChartIncl, replacing delete real; by delete [] real see: http://savannah.cern.ch/bugs/?25843 git-svn-id: http://root.cern.ch/svn/root/trunk@18577 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 18:37:39 UTC
a3c1710 Change version number to 5.15/06 git-svn-id: http://root.cern.ch/svn/root/trunk@18576 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 15:41:53 UTC
71bee2a TGraph::Fit now returns the status of the fit (result of grFitter->ExecuteCommand("MIGRAD",arglist,2);) git-svn-id: http://root.cern.ch/svn/root/trunk@18575 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 15:16:18 UTC
ec8b58d Fix a problem with the TLegend, specifying the right pointers. git-svn-id: http://root.cern.ch/svn/root/trunk@18574 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 15:12:14 UTC
f331608 for autotools, by Andr� Felipe: put internal headers into proper subdir git-svn-id: http://root.cern.ch/svn/root/trunk@18573 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 14:21:01 UTC
54863ce - The error on Test 25 was not big enough on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@18572 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 13:34:20 UTC
dc99e74 - Modify this test to be able to run it interactively in ROOT. Like: root [0] .L stressGraphics.cxx root [1] stressGraphics(0) Before this fix CINT, issued warnings about the global variable gC. git-svn-id: http://root.cern.ch/svn/root/trunk@18571 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 13:31:47 UTC
81c267a Fix pointer detection for arg passing by value: do not remove "const", but check for "* const" instead solves problem with SPI/AA nightlies add test (vector<const ClassO*>) Fix pattern matching for types with space: also remove spaces in patterns (introduce n_pattern) add test (vector<const ClassO*>) Don't recursively strip const when const stripping is requested: don't convert "const int(*const)(const char*) const" into "int(*)(char*)" git-svn-id: http://root.cern.ch/svn/root/trunk@18570 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 13:20:28 UTC
c8c9d4d in Recv methods close the socket in case low level recv() return 0, which means EOF, i.e. remote side of socket is closed. Fixes issue 25607. git-svn-id: http://root.cern.ch/svn/root/trunk@18569 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 12:58:35 UTC
dbf6c1e From Bertrand: - Use desktop coordinates when receiving drop event from Windows Explorer. git-svn-id: http://root.cern.ch/svn/root/trunk@18568 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 10:08:16 UTC
59b9a5b From Bertrand: Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@18567 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 10:01:28 UTC
dcc4c35 In TTreeFormula::IsLeafInteger we return kTRUE if the leaf type is "Char_t" git-svn-id: http://root.cern.ch/svn/root/trunk@18566 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 10:00:22 UTC
0240baa From Bertrand: Added ability do drag files from Windows Explorer to ROOT :-) (i.e. pictures files to TCanvas or text files to TGTextView) git-svn-id: http://root.cern.ch/svn/root/trunk@18565 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 08:15:08 UTC
a518f8b Joerg, I have removed the line with the cout statement. Rene git-svn-id: http://root.cern.ch/svn/root/trunk@18564 27541ba8-7e3a-0410-8455-c3a389f83636 24 April 2007, 06:18:25 UTC
3bae498 Improve the FindBranch and FindLeaf so that TTreeFormula finds an existing branch even in the presence of base classes (The consequence is that it was using the top level branch instead of the lower level branch. See https://savannah.cern.ch/bugs/?25675 git-svn-id: http://root.cern.ch/svn/root/trunk@18563 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 17:54:31 UTC
6ceda4c Improve the FindBranch and FindLeaf so that TTreeFormula finds an existing branch even in the presence of base classes (The consequence is that it was using the top level branch instead of the lower level branch. See https://savannah.cern.ch/bugs/?25675 git-svn-id: http://root.cern.ch/svn/root/trunk@18562 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 17:34:14 UTC
f4b1853 Add renamed class TMCParticle git-svn-id: http://root.cern.ch/svn/root/trunk@18561 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 16:20:59 UTC
cf4c31b Removing class TMCParticle6 (will be renamed TMCParticle) git-svn-id: http://root.cern.ch/svn/root/trunk@18560 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 16:20:15 UTC
08f8d5f In TH1::KolmogorovTest, implement a suggestion from Jason.Nielsen@cern.ch. see: http://savannah.cern.ch/bugs/?25750 git-svn-id: http://root.cern.ch/svn/root/trunk@18559 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 10:58:29 UTC
9ab4a95 Fix a bug in the DrawCopy functions. git-svn-id: http://root.cern.ch/svn/root/trunk@18558 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 10:50:36 UTC
b6a9a99 From Bertrand: - Use also TUrl for uri-list format in TRootCanvas::HandleDNDdrop and in TRootEmbeddedCanvas::HandleDNDdrop git-svn-id: http://root.cern.ch/svn/root/trunk@18557 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 10:40:05 UTC
3a900ba From Bertrand: - Improve TGLVEntry picking for Drag operation - Use Turl for uri-list format in TGTextView::HandleDNDdrop - Update file infos in TGTextEditor when a file has been dropped - Change highlight color in TGTextEditor git-svn-id: http://root.cern.ch/svn/root/trunk@18556 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 09:07:27 UTC
80b22dc From Mihaela: a patch including a new class for mixture editing. It can be started from the TGeoManagerEditor from the material category and works with the latest patch in TGeo from Andrei. It provides the basic functionality for creating/editing mixtures. git-svn-id: http://root.cern.ch/svn/root/trunk@18555 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 09:04:52 UTC
97946ee From Andrei: - modifications for speeding up tracking performance for geantinos git-svn-id: http://root.cern.ch/svn/root/trunk@18554 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 09:03:04 UTC
9eee410 From Andrei: - new method TGeoShape::GetMeshNumbers() that allows getting the number of points, segments and polygons in the mesh of any shape - to be used by an upgrade of the overlap checker - addition in the overlap checker to use the above info - modifications in TGeoManager for improving performance for tracking geantinos with G4root interface git-svn-id: http://root.cern.ch/svn/root/trunk@18553 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 08:58:53 UTC
2be458e Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@18552 27541ba8-7e3a-0410-8455-c3a389f83636 23 April 2007, 06:51:15 UTC
dcb7bda From Bertrand: Added ability to drag and drop picture files from TBrowser to TCanvas and TRootEmbeddedCanvas. git-svn-id: http://root.cern.ch/svn/root/trunk@18551 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2007, 15:48:59 UTC
acb7d39 Fix a problem in the RooPlot default constructor due to a recent change with gROOT->ReadingObject. When the RooPlot default constructor is called with the default arguments the object is nor registered to fDirectory. git-svn-id: http://root.cern.ch/svn/root/trunk@18550 27541ba8-7e3a-0410-8455-c3a389f83636 22 April 2007, 10:09:49 UTC
c0c1c3c Replace second occurence of statement using OptionBase::Print; by using Option<T>::Print; otherwise intel/icc issues a fatal error. git-svn-id: http://root.cern.ch/svn/root/trunk@18549 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2007, 14:42:43 UTC
3b2de89 From Joerg Stelzer Fix coding conventions as well as portability problems on Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@18548 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2007, 14:20:46 UTC
fa83f08 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18547 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2007, 07:57:44 UTC
d8f292a This class was forgotten in the new revision. git-svn-id: http://root.cern.ch/svn/root/trunk@18546 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2007, 07:45:57 UTC
d6ebf40 Reactivate class VariableInfo git-svn-id: http://root.cern.ch/svn/root/trunk@18545 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2007, 07:36:16 UTC
965add2 fix a bug in treating underflow and overflow in the chi2 test git-svn-id: http://root.cern.ch/svn/root/trunk@18544 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 16:04:43 UTC
0342fcb From Anna: Fix a bug in TEntryList::Add(), for the case of adding chain lists to tree lists git-svn-id: http://root.cern.ch/svn/root/trunk@18543 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 15:16:34 UTC
7150913 From Bertrand: Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@18542 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 15:07:46 UTC
143a6ba Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18541 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 12:28:22 UTC
d4df475 From Valeriy Onuchin: - TGTextEdit. Fix problems with undoing of text insertion. - TGTextLine. New method GetWord(ULong_t pos) added which returns a word at position. - TGTextView. New signals added (implemented in TGTextEdit): Clicked(const char *word) - emitted on button press. DoubleClicked(const char *word) - emitted on button double click. git-svn-id: http://root.cern.ch/svn/root/trunk@18540 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 12:24:08 UTC
1035897 Remove a compiler warning about a possible non initialized variable git-svn-id: http://root.cern.ch/svn/root/trunk@18539 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 12:15:28 UTC
d0ab8ec From Philippe: Fix a compilation error (with intel icc) git-svn-id: http://root.cern.ch/svn/root/trunk@18538 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 12:06:28 UTC
bcd71c9 Fix cvs ident lines. git-svn-id: http://root.cern.ch/svn/root/trunk@18537 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2007, 11:43:22 UTC
94fd7a0 From Bertrand: Added drag and drop support for Linux (Xdnd) and Windows (Clipboard). It is now possible to drag an histogram (or any other graphical object) from an opened file in TBrowser to any TCanvas. It is also possible to drag a text file from TBrowser to a TGTextView or TGTextEdit widget (i.e. in TGTextEditor). On Linux, it is even possible to drag from a Root application to another one, or to drag a text file (i.e. a macro) from the ROOT browser to an external editor (i.e. Kate). On Windows, drag and drop only works within the same ROOT application (for the time being). git-svn-id: http://root.cern.ch/svn/root/trunk@18536 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 21:07:02 UTC
54b1db6 Prevent memory leak in case of reuse of the selector git-svn-id: http://root.cern.ch/svn/root/trunk@18535 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 17:23:37 UTC
60bde27 From Valeriy Onuchin: TGView, TGTextView, TGTextEdit classes The main changes : o restructuring and revisiting the code - move all text methods from TGView to TGTextView class. o new methods TGTextEdit::SetSelectBack - setting selection background color TGTextEdit::SetSelectfore - setting color for slected text TGText::AsString - return content as ROOT string. o improved painting: exposed events, resizing - compression of exposed events added which eliminates flickering when text_edit widget is resized or exposed. - repaint only whose areas which where modified or overlapped. o undo management on Ctrl-Z o autoscrolling when text is selected o many small bug fixes: - crash on double click on blank field - selected text in some cases was not correctly removed - etc. git-svn-id: http://root.cern.ch/svn/root/trunk@18534 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 16:23:13 UTC
463feb1 Make Reflex parsable by CINT git-svn-id: http://root.cern.ch/svn/root/trunk@18533 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 16:18:06 UTC
2e1c122 Add selection.xml attribute rootmap="FALSE" for class tag. It vetoes rootmap entry of class(es) matching the selection rule. Test parsing of that attrib (but no test for its output, yet). git-svn-id: http://root.cern.ch/svn/root/trunk@18532 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 16:14:13 UTC
ad574d8 In TGraph::Fit correct the error on the parameters by sqrt(chisquare/(ndf-1)) also when fitting with the Linear Fitter. git-svn-id: http://root.cern.ch/svn/root/trunk@18531 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 14:29:46 UTC
7fb0eb9 add support for the "option[s]=nomap" linkdef pragma specifier to not generate for the given type an entry in the rootmap file. git-svn-id: http://root.cern.ch/svn/root/trunk@18530 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 12:57:15 UTC
62bb990 From Gerri: xrootd-20060928-1600.src.tgz - Client: - Optmized access to DNS - Caching of created admin instances - Creation of libXrdClient.so - Server: - fix problem in XrdOdc netx/Module.mk, proofx/Module.mk - Use libXrdClient.so instead of libXrdPosix.so git-svn-id: http://root.cern.ch/svn/root/trunk@18529 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 12:40:27 UTC
8b3f96c Fix urgent compilation problems on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@18528 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 10:32:04 UTC
b14a63c From Gerri: get rid of not really needed usage of queue, map, pair and list. - TDSet.h, .cxx Use TList, TPair instead of std::list<std::pair<... >> - TPacketizer.cxx, TAdaptivePacketizer.cxx, TEventIter.cxx, TPacketizerDev.cxx, TPacketizerProgressive.cxx Adapt to the previous change in TDSet git-svn-id: http://root.cern.ch/svn/root/trunk@18527 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 09:33:40 UTC
acedf45 From Gerri: This fixes a few problems mostly on the server side. XrdProofdProtocol.h, .cxx - Make logging more uniform XrdProofdResponse.h, .cxx - Fix a bug overwriting the internal stream string and screwing up logging XrdProofdTrace.h - Add macro to differentiate between logging with the stream ID string and logging between the general ID string XrdProofConn.cxx - Do not start the garbage collection thread: if any, obsolete physical connections are removed when a new (logical) connection is started. git-svn-id: http://root.cern.ch/svn/root/trunk@18526 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 09:27:55 UTC
881c424 From Gerri: optimizes the use of TRY / CATCH for exceptions on workers and puts back the CopyToCache of the selector binary which was forgotten in one of the previous patches. git-svn-id: http://root.cern.ch/svn/root/trunk@18525 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 09:25:56 UTC
07641fd from Joerg Stelzer: New version of TMVA (3.7.2) git-svn-id: http://root.cern.ch/svn/root/trunk@18524 27541ba8-7e3a-0410-8455-c3a389f83636 19 April 2007, 06:53:02 UTC
6f47a5d revert previous unintentional check-in of Diego's patch! git-svn-id: http://root.cern.ch/svn/root/trunk@18523 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 17:02:31 UTC
861ea16 add #incl string git-svn-id: http://root.cern.ch/svn/root/trunk@18522 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 16:55:01 UTC
1caa0dd add bad_cast always use target type's scoped name for conversion operators handle templated c'tors for parsing templated funcs' parameter types: set current tagnum to the func's declaring tagnum git-svn-id: http://root.cern.ch/svn/root/trunk@18521 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 16:52:33 UTC
6646692 Add test for const, reference, ptr in fun args and data members git-svn-id: http://root.cern.ch/svn/root/trunk@18519 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 16:30:26 UTC
ed12929 More dependencies for the tests git-svn-id: http://root.cern.ch/svn/root/trunk@18518 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 16:28:23 UTC
4033445 From Ivan Belyaev: const ptrs are ptrs, too - args are passed by value git-svn-id: http://root.cern.ch/svn/root/trunk@18517 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 16:27:08 UTC
fc995a9 rollback change of yesterday concerning warnings in case of duplicate rootmap entries. git-svn-id: http://root.cern.ch/svn/root/trunk@18516 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 14:56:56 UTC
b97ded5 Print("a") now also prints the full path of the plugin library. git-svn-id: http://root.cern.ch/svn/root/trunk@18515 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 14:29:22 UTC
4b9ace8 small simplification in LoadClass() using TString. git-svn-id: http://root.cern.ch/svn/root/trunk@18514 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 14:28:10 UTC
249acb9 fix wrong plugin library name (had no consequences as the plugin manager now uses the rootmap to load the correct library for a specific class). git-svn-id: http://root.cern.ch/svn/root/trunk@18513 27541ba8-7e3a-0410-8455-c3a389f83636 18 April 2007, 13:20:24 UTC
87af025 Fix in TGContainer::FindItem related to the bug #25629 at <http://savannah.cern.ch/bugs/?25629> git-svn-id: http://root.cern.ch/svn/root/trunk@18512 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 15:57:29 UTC
a4e79a0 From Gerri: TDSetElement is now a TNamed and stored in a THashList instead of a TList. Insertion of 20000 elements goes from 3 min to 16 sec (with duplication check). git-svn-id: http://root.cern.ch/svn/root/trunk@18511 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 15:55:13 UTC
03aa52c increase in FindHandler() the debug level in case no plugin is found to > 2. git-svn-id: http://root.cern.ch/svn/root/trunk@18510 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 15:48:28 UTC
6f22bd3 allow duplicate entries in the rootmap file. The values of the last duplicate key is taken. When started with gDebug>0 duplicates will generate a warning. git-svn-id: http://root.cern.ch/svn/root/trunk@18509 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 15:47:13 UTC
2ba57bc clean up: replace printf with Info and remove a useless line (thanks to Axel) git-svn-id: http://root.cern.ch/svn/root/trunk@18508 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 15:10:22 UTC
36314a5 - cleanup of includes git-svn-id: http://root.cern.ch/svn/root/trunk@18507 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 12:08:17 UTC
c1aeb3f - Complete help git-svn-id: http://root.cern.ch/svn/root/trunk@18506 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 09:31:50 UTC
7e098d4 From Gerri: Add the user name (if any) in the window title. git-svn-id: http://root.cern.ch/svn/root/trunk@18505 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 09:06:19 UTC
2fe47f9 From Gerri: Do not Reset before processing a query. git-svn-id: http://root.cern.ch/svn/root/trunk@18504 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 09:05:57 UTC
e5a8da1 From Gerri: - Fix float to int convertion for the text progress bar (bug #25101) - Make the ".par" extension not mandatory for the first argument to TProof::UploadPackage; now the following is done: 1. The ".par" extension is added if missing 2. The resulting path is expanded and searched for 3. If the file does not exist or it is not readable, a PAR file of the same name is searched for in the package directory ~/proof/packages git-svn-id: http://root.cern.ch/svn/root/trunk@18503 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 09:05:24 UTC
f2c9b0e add a missing protection in TBufferFile::ReadVersion in case the buffer has no parent. git-svn-id: http://root.cern.ch/svn/root/trunk@18502 27541ba8-7e3a-0410-8455-c3a389f83636 17 April 2007, 08:05:39 UTC
c372a3f Remove an obsolete comment in TGenPhaseSpace::Generate git-svn-id: http://root.cern.ch/svn/root/trunk@18501 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 15:52:33 UTC
6ffa7cf No need to pass via GetGlobalColorDialog(kFALSE) on every mouse click. GUI Builder can use the new color dialog for different color settings git-svn-id: http://root.cern.ch/svn/root/trunk@18500 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 14:48:27 UTC
a8e2bdc Do not emit a signal for color preview when the GUI Builder is invoked. git-svn-id: http://root.cern.ch/svn/root/trunk@18499 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 14:48:05 UTC
32b2b6e Made new color dialog working when invoked from the GUI Builder git-svn-id: http://root.cern.ch/svn/root/trunk@18498 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 14:47:40 UTC
3f185d6 func members are not static just because they're part of a namespace; fix reflex tests to not assume staticness of funcs in namespace; fix size of size_t on 64bit in reflex test; silence makelib in test git-svn-id: http://root.cern.ch/svn/root/trunk@18496 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 13:19:07 UTC
271da6f soname must not have dir git-svn-id: http://root.cern.ch/svn/root/trunk@18495 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 13:03:13 UTC
7756c14 add include<algorithm> required by Solaris for std::copy git-svn-id: http://root.cern.ch/svn/root/trunk@18494 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 09:14:45 UTC
c7d15ff use std::abs instead of std::fabs to avoid a problem on gcc 3.2 and 3.3 when using an smatrix with integer types. Fix bug 25525 git-svn-id: http://root.cern.ch/svn/root/trunk@18493 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 08:56:51 UTC
f8276de - DrawFrame() change gPad to the current pad to fix some inconsistent behavior pointed here: https://savannah.cern.ch/bugs/?25542 git-svn-id: http://root.cern.ch/svn/root/trunk@18492 27541ba8-7e3a-0410-8455-c3a389f83636 16 April 2007, 08:35:03 UTC
c2a6b12 Fix a problem in TPaveStats::Paint: The histogram name was not painted when the TPaveStats text size was set to a non null value. git-svn-id: http://root.cern.ch/svn/root/trunk@18491 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2007, 06:08:27 UTC
5e9a6e2 add methods to retrieve the plane coefficients: a,b,c,d. They are requested by CMS git-svn-id: http://root.cern.ch/svn/root/trunk@18490 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2007, 15:10:51 UTC
d96532a fix a problem in the test. Use consistently the temp objects for all three cases (CLHEP, SMAtrix and TMatrix) git-svn-id: http://root.cern.ch/svn/root/trunk@18489 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2007, 13:51:21 UTC
244eefd From Fed: declare copy ctor and assignment operator. git-svn-id: http://root.cern.ch/svn/root/trunk@18488 27541ba8-7e3a-0410-8455-c3a389f83636 12 April 2007, 15:09:53 UTC
6f88237 - From Timur: Fix a scaling problem. git-svn-id: http://root.cern.ch/svn/root/trunk@18487 27541ba8-7e3a-0410-8455-c3a389f83636 10 April 2007, 13:23:08 UTC
83fd6d6 From Valeri Fine: select the correct Qt codec when more then 2 input languages are in use (Thanks Dmitri Naumov)" git-svn-id: http://root.cern.ch/svn/root/trunk@18486 27541ba8-7e3a-0410-8455-c3a389f83636 06 April 2007, 19:49:19 UTC
7b4a172 From Scott Snyder: R__GenerateTClassForPair makes a TStreamerInfo appropriate for an arbitrary pair<> class. It does this by first fetching the TStreamerInfo for pair<const int, int>, cloning it, and modifying it for the new types. As part of this, it does a Clear() on the element list, then Add's the new elements. However, the Clone() also duplicates the elements, and these duplicated elements are not deleted by the Clear(). (It looks like the ownership bit is not set for fElements in TStreamerInfo.) Changing the Clear() to Delete() fixes it, as in the patch below. git-svn-id: http://root.cern.ch/svn/root/trunk@18485 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2007, 22:31:08 UTC
d939b6a From Scott Snyder: TFormulaPrimitive::AddFormula takes as an argument a new'd object; it is supposed to take ownership of the object. However, if a primitive of the same name already exists, the object will be leaked. (There are some duplicates between the list in TFormulaPrimitive::BuildBasicFormulas and TFormulaMathInterface.cxx.) git-svn-id: http://root.cern.ch/svn/root/trunk@18484 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2007, 22:10:10 UTC
93e553a Protect against missing ClassInfo (possible in the case of Emulated classes git-svn-id: http://root.cern.ch/svn/root/trunk@18482 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2007, 21:00:18 UTC
3963762 From Remi Mommsen The Qt layer does not honor setting from config.h. git-svn-id: http://root.cern.ch/svn/root/trunk@18481 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2007, 18:03:56 UTC
3a8baf5 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18480 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2007, 06:52:15 UTC
back to top