- Jan 20, 2005
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10971 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This patch should solve intermittent problem seen on windows and MacOs when reloading libraries. TClass::ReplaceWith is looping over the GetListOfClasses using an iterator. In order to avoid problems, we need to insure that the iterator is not invalided by insuring that the hash list is not modified during the looping. git-svn-id: http://root.cern.ch/svn/root/trunk@10970 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the TGCanvas but not adopted by the TGCanvas, so it may never be deleted by the TGCanvas. This fixes the canvas crashes. git-svn-id: http://root.cern.ch/svn/root/trunk@10969 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
One must call TGraph::CrtAllocate to allocate the TGraph arrays. git-svn-id: http://root.cern.ch/svn/root/trunk@10968 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix to get shapes.C operational. git-svn-id: http://root.cern.ch/svn/root/trunk@10967 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix incorrect type definitions in the header file. Some variables were declared UInt_t instead of UChar_t. git-svn-id: http://root.cern.ch/svn/root/trunk@10966 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10965 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10964 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10963 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This last update should fix all bool issues on MacOS by adding a new class TLeafO (for bOOL). git-svn-id: http://root.cern.ch/svn/root/trunk@10962 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 19, 2005
-
-
Rene Brun authored
This patch fix a problem due to the fact that TObjArray::At and TObjArray::UncheckedAt do not take the same exact argument (range difference). git-svn-id: http://root.cern.ch/svn/root/trunk@10961 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10960 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10959 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch implement support for bool of various in memory size. They are always written using only 1 bytes. This solves problem on MacOS where sizeof(bool)==4 instead of 1. Note that there should still be a problem with the old-style splitted branch (tested in Event.old.split.root. A fix for this will come later on. git-svn-id: http://root.cern.ch/svn/root/trunk@10958 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch prevents rootcint from trying to look at class that have only: class XYZ; #pragma link C++ class XYZ; In these cases, there is not enough information to do anything. git-svn-id: http://root.cern.ch/svn/root/trunk@10957 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
authentication method. Store the generated passwd in ~/.rootdpass. git-svn-id: http://root.cern.ch/svn/root/trunk@10956 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10955 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- fix silly bug in TGCamvas dtor. - add setting focus on button press in TGContainer, TGLBContainer. That fixes key handling activation problem under win32. git-svn-id: http://root.cern.ch/svn/root/trunk@10954 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10953 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
1. TGLTube replaced by TGLCylinder - generic class for tubes, cones, segments and cuts (in theory, for polycones too). Tubes are drawn now as strips (quad and triangle), real normals for tubes are calculated. gl vertex arrays are used. 2. For each type of tube, I know the exact size of vertices arrays I need - I don't need to use nsegments (because of real normals, we don't need large tube segmentation to get smooth surfaces). git-svn-id: http://root.cern.ch/svn/root/trunk@10952 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10951 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The following patch insure a bool (UChar_t) is considered as an integer by TTreeFormula add a test for Bool. Remove a warning on linux for TFormLeafInfo git-svn-id: http://root.cern.ch/svn/root/trunk@10950 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 18, 2005
-
-
Rene Brun authored
- an example of usage "hierarchical cleaning" added to guitest tutorial. - add protection to TGMenuBar dtor. for case of hierarchical cleaning. - TGCanvas. Cleanup container in case of hierarchical cleaning. - RootX11ErrorHandler - ignore errors for "pseudo-windows" with win ID = 0. git-svn-id: http://root.cern.ch/svn/root/trunk@10949 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch solves a problem with trying to draw a variable size array within a collection. git-svn-id: http://root.cern.ch/svn/root/trunk@10948 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch resolve a few issues when loading a library implementing an STL container after opening a file containing an instance of this STL container. Depending of the circunstances this lead to either an infinite recursion or an incorrect collecton proxy. This patch also resolves completely the issue related to using namespace statement. Aka you can now properly do: using namespace MySpace; gROOT->GetClass("ClassWithingMySpace"); git-svn-id: http://root.cern.ch/svn/root/trunk@10947 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10946 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10945 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Changes to get TCurlyArc to work with the graphics editor in case of pads with different scales in X and Y. git-svn-id: http://root.cern.ch/svn/root/trunk@10944 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- fix refreshing list tree bug found under win32. git-svn-id: http://root.cern.ch/svn/root/trunk@10943 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
More protections of the same type are required git-svn-id: http://root.cern.ch/svn/root/trunk@10942 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10941 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- implemented optimized TGListTree drawing (draw only those items which are "projected" to viewport). It's possible to draw and scroll more than 20000 items git-svn-id: http://root.cern.ch/svn/root/trunk@10940 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
If you don't have this version download it from www.dcache.org. git-svn-id: http://root.cern.ch/svn/root/trunk@10939 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10938 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 17, 2005
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10937 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- The hexadecimal value printed in Inspect and Dump for fBits was not the correct one. (Fixed by Otto Schaile) git-svn-id: http://root.cern.ch/svn/root/trunk@10936 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10935 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- update/redraw list box container on TGListBox::Layout Thanks to Christian Stratova reported this at http://root.cern.ch/phpBB2/viewtopic.php?t=1485 git-svn-id: http://root.cern.ch/svn/root/trunk@10934 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 16, 2005
-
-
Rene Brun authored
in TH3::Project3D git-svn-id: http://root.cern.ch/svn/root/trunk@10933 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 15, 2005
-
-
Rene Brun authored
Fix a problem (VC++7 specific) due to a problem when calling strcat and optimized code. git-svn-id: http://root.cern.ch/svn/root/trunk@10932 27541ba8-7e3a-0410-8455-c3a389f83636
-