sort by:
Revision Author Date Message Commit Date
fd5bf6c fix small typo in comment and error message. git-svn-id: http://root.cern.ch/svn/root/trunk@8351 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 17:08:35 UTC
cd0fca8 From Philippe: This patch extend the previous test to negative value (in addition to large value) of the index. It also adds the protection in the MakeClass case. git-svn-id: http://root.cern.ch/svn/root/trunk@8350 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 16:51:55 UTC
242a5c4 From Philippe: This patch updates TProofPlayer to use the ACLiC file name analyser to streamline the parsing of the ACLiC extensions (hence next time we add a feature to ACLiC we won't have to change TProofPlayer). git-svn-id: http://root.cern.ch/svn/root/trunk@8349 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 16:44:57 UTC
a556723 In TSelectorDraw::Begin reimplement the logic to detect option "same". The old implementation had a side effect on option "e" that worked only when the "e" was the first character in the option string. This had a dramatic effect in tqo queries like J->Draw("etajet[1]","W*(Etjet[1]>70)","e1"); J->Draw("etajet[1]","W*(Etjet[1]>70)","Same,e1"); The second Draw was showing error bars different between tyhe first and second plot! git-svn-id: http://root.cern.ch/svn/root/trunk@8348 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 15:57:46 UTC
47f28c6 From Ilka: minor fix about linewidth combo box. the first entry with 0 width is removed from the list. git-svn-id: http://root.cern.ch/svn/root/trunk@8347 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 14:34:30 UTC
81940f2 From Valeriy Onuchin: - TGWin32 code cleaning (some unused private mathods remove, some renamed) git-svn-id: http://root.cern.ch/svn/root/trunk@8346 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 14:01:51 UTC
0ad0a43 From Kris Gulbrandsen: support +g and +O options as extensions for ACliC on PROOF. git-svn-id: http://root.cern.ch/svn/root/trunk@8345 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 13:43:15 UTC
6979e27 in rootdtab store in addition to the inode also the device id to make the file identification really unique (same inode can be on different devices). Use both device and inode to check if a file is already being accessed. git-svn-id: http://root.cern.ch/svn/root/trunk@8344 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 11:35:27 UTC
b071af7 From Philippe: In the previous implementation in the case where the user set the pointer (used by SetBranchAddress) pointing to a TClonesArray to zero after constructing the branch that is split, NOTHING was saved in the main branch (where the size of the collection is supposed to go). In this new version, we insert the value zero that when reading back, it is considered as an empty collection. In addition we updated the read mechanism so that it detects case where the value read for the index is greater than the maximum. When this is the case, we check whether we are in the case where nothing has been saved in which case we set the length to 0 (instead of the random value used in the previous implementation) and rewind the buffer appropriately. If we are not in this known case, we issue an error message and set the length to 0 and we do NOT rewind the buffer. git-svn-id: http://root.cern.ch/svn/root/trunk@8343 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 08:16:27 UTC
5b5d22f Add a note indicating to use the executable module $ROOTSYS/bin/hadd instead of this macro, kept for back compatibility git-svn-id: http://root.cern.ch/svn/root/trunk@8342 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 17:09:37 UTC
40d48b0 Implement in hadd.cxx the same logic as already implemented in tutorial hadd.C git-svn-id: http://root.cern.ch/svn/root/trunk@8341 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 17:07:04 UTC
74f4b56 In TChain::LoadTree add support for the special case where all Trees in the chain have 0 entries. The first Tree in the chain is loaded such that TTree::CloneTree can still work. git-svn-id: http://root.cern.ch/svn/root/trunk@8340 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 17:06:10 UTC
480cf04 make sure window IsViewable before calling XSetInputFocus trying to avoid a BadMatch error when going to other workspace in KDE before window has been displayed. git-svn-id: http://root.cern.ch/svn/root/trunk@8339 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 16:02:03 UTC
e76f071 fix typo in comment. git-svn-id: http://root.cern.ch/svn/root/trunk@8338 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 15:03:56 UTC
75dc878 From Maarten: README.SELECTOR provides description of TSelector framework. Also to be put in the User Guide. TTreePlayer update to add more comments in generated selector code reflecting the SlaveBegin and SlaveTerminate, etc. git-svn-id: http://root.cern.ch/svn/root/trunk@8337 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 14:54:31 UTC
929a8ed Fix a typo in TClass::Streamer git-svn-id: http://root.cern.ch/svn/root/trunk@8336 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 14:05:24 UTC
2962a0a report x,y of kMouseEnter and kMouseLeave events, previously x,y was always 0,0 for these events. git-svn-id: http://root.cern.ch/svn/root/trunk@8335 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 08:04:25 UTC
748472a In TF1::Eval, call EValPar instead of TF1::EvalPar to allow classes deriving from TH1 to call their own function EvalPar git-svn-id: http://root.cern.ch/svn/root/trunk@8334 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2004, 21:31:49 UTC
35ae369 From Philippe: Fix to a problem reported bi Dimitri Smirnov when creating a branch with a name specified with a std::string git-svn-id: http://root.cern.ch/svn/root/trunk@8333 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2004, 10:10:53 UTC
331b515 Memner fNdiv was potentially uninitialized when calling SetNumberOfDivisions from the constructor with floats. git-svn-id: http://root.cern.ch/svn/root/trunk@8332 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2004, 17:48:30 UTC
de926f9 From Andrei Gheata: modifications needed for adding tracks for which you do not know the parent at creation time. creation: TVirtualGeoTrack *TGeoManager::MakeTrack(Int_t id, Int_t pdg, TObject *particle=0) adding as daughter to other track: Int_t TVirtualGeoTrack::AddDaughter(TVirtualGeoTrack *other); returning the new daughter index. git-svn-id: http://root.cern.ch/svn/root/trunk@8331 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2004, 11:53:37 UTC
a58249b add comments to GetRoot(), GetDefaultRoot() and SetRoot(). git-svn-id: http://root.cern.ch/svn/root/trunk@8330 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2004, 11:29:02 UTC
41740f4 change fgRoot to fDefaultRoot. This allows for potentially more than one TGClient in case of multiple displays. git-svn-id: http://root.cern.ch/svn/root/trunk@8329 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2004, 11:13:04 UTC
5a21da3 Fix a typo (thanks Lee Kerry) git-svn-id: http://root.cern.ch/svn/root/trunk@8328 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2004, 07:47:40 UTC
ddc68ca small correction layout. git-svn-id: http://root.cern.ch/svn/root/trunk@8327 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2004, 12:00:47 UTC
d4e2ff6 From Valeriy: fix problem with setting line style via new editor. git-svn-id: http://root.cern.ch/svn/root/trunk@8326 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2004, 11:47:40 UTC
223b1b7 From Valeriy: make SavePrimitive() work for embedded mainframes. git-svn-id: http://root.cern.ch/svn/root/trunk@8325 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2004, 11:29:43 UTC
df57b6a From Bertrand: patch removing some global variables. git-svn-id: http://root.cern.ch/svn/root/trunk@8324 27541ba8-7e3a-0410-8455-c3a389f83636 04 March 2004, 09:04:10 UTC
06ae2f3 from Philippe: This patch repairs a few problem that appears with MSVC 6. This problems are double deletion of some memory. When this happens windows claims that there is a user breakpoint (while it is really an exception but oh well). The thread locking in TGWin32::CloseDisplay() does not work properly and it can be executed twice at the same time resulting in double deletes of the gMainThread. In the attached patch I minimized the risk for double delete, However, could you properly fix the lock mechanism. Also TWinNTSystem::CollectMembers assumes __wrongfully__ that NetApiBufferFree set its parameter to zero. This patch fix this problem. With this patches on MSVC6, I can not reproduce any more of the 'user breakpoint' and other startup and closedown crashes. Also TWinNTSystem.cxx contains 2 globals variables (groupIdx and memberIdx which I renamed gGroupIdx and gMemberIdx). git-svn-id: http://root.cern.ch/svn/root/trunk@8323 27541ba8-7e3a-0410-8455-c3a389f83636 03 March 2004, 13:26:40 UTC
7e4f107 From Valeriy: fix for placement hatched pattern select popup and tooltips. git-svn-id: http://root.cern.ch/svn/root/trunk@8322 27541ba8-7e3a-0410-8455-c3a389f83636 03 March 2004, 13:17:47 UTC
e7c7ccf from Bertrand: fixing problem getting progname. git-svn-id: http://root.cern.ch/svn/root/trunk@8321 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2004, 13:09:17 UTC
1360cf0 from Maarten: forgot to copy fUser and fPasswd in copy ctor and assignment operator. git-svn-id: http://root.cern.ch/svn/root/trunk@8319 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2004, 13:03:31 UTC
7b6a9f7 make G__int64 cast only for MS 6 and 7 compilers, not for all compilers. git-svn-id: http://root.cern.ch/svn/root/trunk@8318 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2004, 13:02:37 UTC
93c7a33 when doing distclean clean also all remaining .d and .o of removed or moved files. git-svn-id: http://root.cern.ch/svn/root/trunk@8317 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2004, 17:51:59 UTC
1620e0e From Remi Mommsen Fix a problem in the Makefile for MacOsX git-svn-id: http://root.cern.ch/svn/root/trunk@8316 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2004, 02:10:33 UTC
34b2fa9 From Philippe: This patch repair cases where TTreeFormula was looking up the current TStreamerInfo instead of looking the actual streamerInfo used by the branch. git-svn-id: http://root.cern.ch/svn/root/trunk@8315 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 20:18:35 UTC
c9a86a1 Fix a bug in TH3I::AddBinContent and TH3I::SetBinContent. Short_t was used instead of Int_t git-svn-id: http://root.cern.ch/svn/root/trunk@8314 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 20:08:56 UTC
db03e0b Fix a bug in TH2I::SetBinContent and TH2I::AddBinContent. Short_t was used instead of Int_t git-svn-id: http://root.cern.ch/svn/root/trunk@8313 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 20:06:45 UTC
ce17a25 From Philippe: This patch add the dictionary for the operators between std::sting and const char* (eg. std::string a; a = a + "b";) git-svn-id: http://root.cern.ch/svn/root/trunk@8312 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 18:10:56 UTC
6171c1a In TFormula::Compile, delete the arrays fParams and fNames in case the formula has no parameters. This fixes a problem with TF12. This fix had already been done a few months ago, but had been lost in a more recent version of TFormula. git-svn-id: http://root.cern.ch/svn/root/trunk@8311 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 14:30:28 UTC
aabf22d Make TH1::GetRandom const git-svn-id: http://root.cern.ch/svn/root/trunk@8310 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 04:59:55 UTC
6bcca8e From Valeriy: TCanvas::ObjectEdited() replaced by Selected() signal. git-svn-id: http://root.cern.ch/svn/root/trunk@8309 27541ba8-7e3a-0410-8455-c3a389f83636 27 February 2004, 01:03:58 UTC
856ac3f From Philippe: The linux kcc build was broken since the introduction of support long file (use of lseek64). This patch corrects it. git-svn-id: http://root.cern.ch/svn/root/trunk@8308 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2004, 20:42:20 UTC
dc74ef3 From Valeriy Onuchin: - fix for setting background color of stippled bitmap. - slightly inhance drawing ged pattern frame git-svn-id: http://root.cern.ch/svn/root/trunk@8307 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2004, 13:38:37 UTC
e63a31b link on Win32 with imagehlp.lib to get the UnDecorateSymbolName() function used to demangle the symbol name. git-svn-id: http://root.cern.ch/svn/root/trunk@8306 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2004, 03:25:01 UTC
074159a don't use G__sout to avoid linking problem on Win32. git-svn-id: http://root.cern.ch/svn/root/trunk@8305 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 15:08:25 UTC
4a5c6b7 fix by Valeriy to make rlibmap compile on Win32, but it still will not produce a map as we need to be able to find the equivalent of nm on Win32. git-svn-id: http://root.cern.ch/svn/root/trunk@8304 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 15:00:51 UTC
ef6b643 From Philippe: This simple patch to work around an issue in icc8 -ansi flag's usage. git-svn-id: http://root.cern.ch/svn/root/trunk@8303 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 14:03:37 UTC
7d7b158 updated version of rlibmap with some suggestions from Axel. Win32 case still to be implemented. git-svn-id: http://root.cern.ch/svn/root/trunk@8302 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 08:49:54 UTC
86eb376 add support for autoloading libraries when an unknown class is being referenced. The autoloading mechanism reads the files $ROOTSYS/etc/system.rootmap, ~/.rootmap and ./.rootmap (via TEnv) to try to map the unknown class to a library. If the library is found it is loaded and CINT will create the class object. The rootmap files are created with the rlibmap tool. git-svn-id: http://root.cern.ch/svn/root/trunk@8301 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 08:45:30 UTC
a2259c7 ignore system.rootmap. git-svn-id: http://root.cern.ch/svn/root/trunk@8300 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 08:36:57 UTC
d60fde8 added target "make map" which will build etc/system.rootmap. Calling "make install" will trigger also the building of the map. git-svn-id: http://root.cern.ch/svn/root/trunk@8299 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 08:36:21 UTC
a98b1d5 re-apply patch to fix problem on Win32. git-svn-id: http://root.cern.ch/svn/root/trunk@8298 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2004, 08:30:22 UTC
5113be8 From Philippe: gcc 2.96 seems to insist that the address of a member function function should be take explicitly. The attached patch insures compilation on gcc 2.96 and icc8. git-svn-id: http://root.cern.ch/svn/root/trunk@8297 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2004, 15:57:07 UTC
001f861 New optimisation of h2root from Khamit Ardashev. Hbook types compressed in 1 byte go to a char Hbook types compressed in 2 bytes go to a short. Default buffer size for the generated Tree changed from 8K to 64KBytes git-svn-id: http://root.cern.ch/svn/root/trunk@8296 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2004, 15:02:50 UTC
bcb97ad import of CINT 5.15.124. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@8295 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2004, 01:01:25 UTC
f580c01 remove tmp file. git-svn-id: http://root.cern.ch/svn/root/trunk@8294 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2004, 00:26:23 UTC
838ebf1 From Valeriy Onuchin: - TRootCanvas: added protection against NULL fEditor pointer in destructor - TGLineLBEntry code improved (previous was driven by the problem with setting line GCs under windows) git-svn-id: http://root.cern.ch/svn/root/trunk@8293 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2004, 23:52:00 UTC
a3cf409 From Valeriy Onuchin: - fix problem of setting line attributes under win32gdk git-svn-id: http://root.cern.ch/svn/root/trunk@8292 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2004, 23:50:44 UTC
895ef23 From Valeriy Onuchin: - fix binding keys for embedded main frame - fix for TGWidget::GetMainFrame when main frame is embedded git-svn-id: http://root.cern.ch/svn/root/trunk@8291 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2004, 23:49:26 UTC
57e2ad9 Roo1DTable: speed up filling by returning once the correct category is found (instead of continuing to loop over all categories) RooArgProxy: initialize pointers in default constructor; check for valid pointers before using them in destructor. git-svn-id: http://root.cern.ch/svn/root/trunk@8290 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2004, 23:45:42 UTC
c914cc7 small correction in comment. git-svn-id: http://root.cern.ch/svn/root/trunk@8289 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2004, 17:23:14 UTC
7fea7b6 From Ilka: TGedMarkerSelect:::SavePrimitive TGedPatternSelect:::SavePrimitive - fix in a comment of TVirtualPadEditor.h about the name of the pad editor git-svn-id: http://root.cern.ch/svn/root/trunk@8288 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2004, 11:50:29 UTC
249d167 Implement copy constructor for all TGraph family of classes git-svn-id: http://root.cern.ch/svn/root/trunk@8287 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2004, 11:31:17 UTC
7c78a70 Protect TKey against TKey titles greater than kTitleMax=32000 characters. Because fKeylen is a Short_t, one must limitate the size of the key title. Note that this does not affect the object title in case the object being written derives from TNamed and has a title>32000 characters. In this case the object title is correctly streamed. The limitation is only for the TKey title. git-svn-id: http://root.cern.ch/svn/root/trunk@8286 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2004, 08:39:11 UTC
3f8fb79 change srppwd argument of CheckNetrc() and GetUserPasswd() from Bool_t& to Bool_t. The argument is input only so no need to make it a ref. git-svn-id: http://root.cern.ch/svn/root/trunk@8284 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 18:22:40 UTC
51d90ad From Gerri; Fix a problem with a method set to private by mistake git-svn-id: http://root.cern.ch/svn/root/trunk@8283 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 18:14:40 UTC
0cd5c56 TVirtualPadEditor does not inherit from TNamed anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@8282 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 17:36:31 UTC
b551f2f Fix a few bugs with the old editor. git-svn-id: http://root.cern.ch/svn/root/trunk@8281 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 17:09:33 UTC
03be6dd fix to avoid confusion between embedded editor and editor in dialog. Each TCanvas (i.e. via TRootCanvas) own its editor obtained via TVirtualPadEditor::LoadEditor(). However, there is only one editor dialog for the entire application, which is referenced via TVirtualPadEditor::GetPadEditor() (using the fgPadEditor static member). Clicking the WM close button on this dialog does not delete, but just hide the dialog for later use. Assigning an object to be edited by the editor in the dialog is not yet fully functional. git-svn-id: http://root.cern.ch/svn/root/trunk@8280 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 16:30:49 UTC
c687177 set correct email address for Khamit Ardashev git-svn-id: http://root.cern.ch/svn/root/trunk@8279 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 16:00:36 UTC
c4e5541 From Valeriy Onuchin: The graphics editor is now craeted dynamically. This should fix a problem under Windows when running benchmarks.C git-svn-id: http://root.cern.ch/svn/root/trunk@8278 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 12:32:06 UTC
ce679e3 compilation fixes for Solaris with gcc 3. git-svn-id: http://root.cern.ch/svn/root/trunk@8277 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 09:52:14 UTC
66e6416 ignore also system.rootdaemonrc. git-svn-id: http://root.cern.ch/svn/root/trunk@8276 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 09:51:18 UTC
d00652c From Olivier: fLenBuffer was not initialized in TSVG::Open git-svn-id: http://root.cern.ch/svn/root/trunk@8275 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 09:50:32 UTC
ff20b50 distclean removes now also all remaining .lib and .dll's from DrawTest on Win32. git-svn-id: http://root.cern.ch/svn/root/trunk@8274 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2004, 09:49:50 UTC
4568944 From Philippe: Fix for a problem affecting TBenchDict on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@8273 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 23:47:40 UTC
c5cb236 Add Khamit Ardashev for his optimisation of h2root git-svn-id: http://root.cern.ch/svn/root/trunk@8272 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 22:07:58 UTC
11476c6 From Khamit Ardashev I have modified h2root to put integers of <=16 bit into shorts for cwn ntuples. hntvar2.f needed one more argument for that. Test on my data ntuple gave me 10% savings in disk space and therefore on speed also since I need to do less I/O now. use new option [optcwn] to turn on savings. class THbookFile modified to be consistent with the additional argument in hntvar2. git-svn-id: http://root.cern.ch/svn/root/trunk@8271 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 21:48:06 UTC
b23abf2 From Philippe: This patch allows the compilation of TBenchDict.cxx on windows 6.0 and 7.0 Supporting this 2 compilers makes the code much less elegant :( Also generated dictionary for TVirtualCollecionProxy Also a fix in longif3.h for vc6 git-svn-id: http://root.cern.ch/svn/root/trunk@8270 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 20:00:57 UTC
452db89 From Bertrand Bellenot Here is the latest (and hopefully definitive) diff for users/groups info on Windows. Implementation has been made for both versions - win9x (dummy) and NT/2k/XP. Tested only on NT and XP. git-svn-id: http://root.cern.ch/svn/root/trunk@8269 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 19:08:26 UTC
e957c9f From Eddy Offermann: The following little tweek (replace / by *) made the 3x3 go faster than 4x4 git-svn-id: http://root.cern.ch/svn/root/trunk@8268 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 17:43:27 UTC
99c139f Comment code generation for CompositeFrames in TGMainFrame::SavePrimitive git-svn-id: http://root.cern.ch/svn/root/trunk@8267 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 17:29:34 UTC
cea7ff4 Remove warnings in struct markerDescription_t using const char* instead of char8 git-svn-id: http://root.cern.ch/svn/root/trunk@8266 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 16:53:51 UTC
b280f3c From Ilka: protections in TVirtualPadEditor.cxx if there is a canvas without menus and the new editor is active. git-svn-id: http://root.cern.ch/svn/root/trunk@8265 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 16:48:40 UTC
a258889 Move inline definition of GetDefaultRoot from inline to implementation function. git-svn-id: http://root.cern.ch/svn/root/trunk@8264 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 15:49:43 UTC
0814d0a Clean CRTL/M characters git-svn-id: http://root.cern.ch/svn/root/trunk@8263 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 15:47:46 UTC
656e0ab From Olivier: - Markers are now implemented. - Use double instead of int to draw the basic primitives (it is more precise) - Initialize fNByte and fStream to 0 in TVirtualPS constructor. git-svn-id: http://root.cern.ch/svn/root/trunk@8262 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 15:39:18 UTC
d1e7070 From Valeriy - ged works on linux OK - OK (except line styles) on windows git-svn-id: http://root.cern.ch/svn/root/trunk@8261 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 15:36:46 UTC
40de4b5 from Andrei modifications for the inclusion of the new class TGeoPhysicalNode (new files TGeoPhysicalNode.h/.cxx). This represents a branch of the geometry tree (represented by a path) and can be visualized in addition to the default visualization. They will be used also for aligning the geometry, but this is not yet implemented. git-svn-id: http://root.cern.ch/svn/root/trunk@8260 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 15:00:41 UTC
58b615b Fix portability problems on HP-UX/aCC git-svn-id: http://root.cern.ch/svn/root/trunk@8259 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 14:52:29 UTC
9021480 From Andrei Gheata: modifications for the inclusion of the new class TGeoPhysicalNode (new files TGeoPhysicalNode.h/.cxx). This represents a branch of the geometry tree (represented by a path) and can be visualized in addition to the default visualization. They will be used also for aligning the geometry, but this is not yet implemented. git-svn-id: http://root.cern.ch/svn/root/trunk@8258 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 12:58:30 UTC
63709da m Gerri, Move a misplaced statement affecting compilation under CYGWIN/gcc git-svn-id: http://root.cern.ch/svn/root/trunk@8257 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 12:19:35 UTC
d478464 Replace static member by a const kMaxFonts git-svn-id: http://root.cern.ch/svn/root/trunk@8256 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 09:44:38 UTC
c46fdc7 Fix an overload ambiguity reported by Solaris/CC git-svn-id: http://root.cern.ch/svn/root/trunk@8255 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 09:00:01 UTC
223a619 Fix a compiler bug on Solaris/CC "net/src/TPSocket.cxx", line 119: Error: Cannot use const char* to initialize char*. git-svn-id: http://root.cern.ch/svn/root/trunk@8254 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 08:55:17 UTC
a5bd92c Fix the following bugs reported by the Solaris/CC compiler: net/src/TAuthenticate.cxx", line 2199: Error: Cannot use const char* to initialize char*. "net/src/TAuthenticate.cxx", line 2276: Error: Cannot use const char* to initialize char*. "net/src/TAuthenticate.cxx", line 3734: Warning: kRfio hides TAuthenticate::kRfio. git-svn-id: http://root.cern.ch/svn/root/trunk@8253 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 08:50:53 UTC
54f639d Replace #include "TGedPadEditor.h" by #include "TGedEditor.h" git-svn-id: http://root.cern.ch/svn/root/trunk@8252 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 08:45:00 UTC
a646b34 Remove reference to TGedPadEditor git-svn-id: http://root.cern.ch/svn/root/trunk@8251 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 08:10:38 UTC
d7dc9da Add an optional argument TCanvas* to TPadEditorOld, such that one can have one single calling sequence to consider in TVirtualPadEditor constructor. Remove the unused class TGedPadEditor. The plugin manager calls directly TGedEditor git-svn-id: http://root.cern.ch/svn/root/trunk@8250 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 08:09:33 UTC
back to top