sort by:
Revision Author Date Message Commit Date
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
e95ae62 Change the settings for calling the old/new pad editors. Plugin.TVirtualPadEditor: Ged TPadEditorOld GedOld "TPadEditorOld(TCanvas *canvas)" #Plugin.TVirtualPadEditor: Ged TGedEditor Ged "TGedEditor(TCanvas *canvas)" The default editor is the old editor. To activate the new editor, comment the first line and uncomment the second one. git-svn-id: http://root.cern.ch/svn/root/trunk@8249 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 08:04:39 UTC
c4600d7 In the constructors, the call to SetOrientation must be done before calling Initialize git-svn-id: http://root.cern.ch/svn/root/trunk@8248 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 07:56:42 UTC
92b4f37 Replace call to TPad::DrawLine (obsolete) by TPad::PaintLine Initialize member fPrevTimeValue in ClockHand constructor git-svn-id: http://root.cern.ch/svn/root/trunk@8247 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 07:24:38 UTC
bf12a0b Stamp version 4.00/02 git-svn-id: http://root.cern.ch/svn/root/trunk@8246 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 06:06:48 UTC
0addb9f fix dependency rule for dictionary files (G__*.cxx). When one of its dependency files is changed re-run rootcint to regenerate the dictionary file. Previously it was just recompiled, but not regenerated. git-svn-id: http://root.cern.ch/svn/root/trunk@8245 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 01:31:06 UTC
f2b3613 delete stressLinear.o with make distclean. git-svn-id: http://root.cern.ch/svn/root/trunk@8244 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 01:03:55 UTC
e08d29b small formatting fixes (2 instead of 3 spaces). git-svn-id: http://root.cern.ch/svn/root/trunk@8243 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 00:17:51 UTC
ac0b428 two methods were returning a "const int" which makes no sense. git-svn-id: http://root.cern.ch/svn/root/trunk@8242 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 00:16:27 UTC
6894813 add also dependencies for GED and GEDOLD for explicit linking on Unix. git-svn-id: http://root.cern.ch/svn/root/trunk@8241 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 00:15:26 UTC
c75ec37 ignore system.rootauthrc. git-svn-id: http://root.cern.ch/svn/root/trunk@8240 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 00:12:10 UTC
355ba24 Big authentication patch by Gerri: General purpose: Add support for 'authenticated' sockets on client side and prepare for support of server authenticated sockets. Main changes: o TSocket, TPsocket: Added support of 'authenticated' sockets: authentication is delegated to TSocket by calling a static method CreateAuthSocket() returning a TSocket*. TSocket is now the only class calling TAuthenticate. o TFTP, TNetFile, TSlave: modified to cope with new socket authentication scheme. o TAuthDetails replaced by TSecContext containing: - local authentication info - expiration time - pointer to a security context for the method (if any) - information for cleanup (via TSecContextCleanup) o A list of valid TSecContext has been added to TROOT, accessible via gROOT->GetListOfSecContexts(). o THostAuth rewritten using arrays to avoid multiple use of 'new'; functionality extended by the addition of several new methods. o TAuthenticate: - Loading of information from .rootauthrc has been optimized; this allowed to simplify method signatures and drop several methods. Also collection and transmission of authentication information from TSlave to TProofServ gets simplified by the new scheme. - Added support for server dependent directives in .rootauthrc - Added check for changes in .rootauthrc each time a new TAuthenticate is instantiated, so that changes in the file are picked-up interactively. - Checking for an existing TSecContext (previously TAuthDetails) has been improved - Improved diagnostics for SshAuth - Enlarged support for authentication method indication in protocol: UsrPwd: rootup/proofup SRP: roots/proofs (already supported) Krb5: rootk/proofk (already supported) Globus: rootg/proofg SSH: rootsh/proofsh UigGid: rootug/proofug o GlobusAuth.cxx, Krb5Auth.cxx, SRPAuth.cxx - Adapted to new class TSecContext - Added support for improved search for reusable TSecContext - Drop globals used to store established security contexts (saved in TSecContext) and related methods o Automatic creation of <RootDir>/etc/system.rootauthrc from compilation flags; this has priority on old envs 'Rootd.Authentication' and 'Proofd.Authentication' and is superseded by $HOME/.rootauthrc o Automatic creation of <RootDir>/etc/system.authdaemonrc from compilation flags; this is superseded by $HOME/.rootauthrc o rpdutils: - several almost identical methods moved in from rootd/proofd - several new methods to simplify manipulation of the authentication tab file - moved (and improved) check for running of sshd in RpdSshAuth, performed only in case of failure (to avoid spurious messages printed by sshd in /var/log/messages) o proofd.cxx, rootd.cxx - increased protocol version - all initialization stuff (included authentication and login) done via RpdInitSession - postpone opening of parallels sockets after authentication (to solve problem of Kerberos/Globus authentication with parallel sockets)(rootd) - Fixed problem with kerberos and globus authentication in rootd with parallel sockets. git-svn-id: http://root.cern.ch/svn/root/trunk@8239 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2004, 00:11:19 UTC
723a745 from Gerri: files removed. git-svn-id: http://root.cern.ch/svn/root/trunk@8238 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 23:55:55 UTC
73f40e6 Remove an extra "," in a enum git-svn-id: http://root.cern.ch/svn/root/trunk@8237 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 22:42:25 UTC
4ad5d12 Add missing icons git-svn-id: http://root.cern.ch/svn/root/trunk@8236 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 20:57:39 UTC
d3d3051 Add dependencies for libraries libGed, libGedOld on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@8235 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 20:52:24 UTC
2cd32e0 Add missing #include <snprintf.h> git-svn-id: http://root.cern.ch/svn/root/trunk@8234 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 20:31:36 UTC
b9d3568 The following mega patch is from Ilka. She has integrated and further developed the original classes from Marek Biskup (summer student last year).. Valeriy Onuchin has also contributed by extending/adapting existing GUI classes. Very first prototype of the new pad editor is available for testing and feedbacks. It was started by Marek Biskup as his project during the Summer Student Program 2003. The new pad editor helps ROOT GUI to become closer to the well known application GUIs; to be user friendly, having easier and faster access to the ROOT graphics, to be more intuitive. It is embedded in the TCanvas window every canvas has an editor. The editor frame is on the left side of the canvas window. The user can show it via Edit/Editor menu selection. The editor frame contains a set of picture buttons for selecting well known graphical primitives for drawing; below them there are widgets for attribute changing. When an object is selected its name appears with a set of options available for changing: fill style and color; line style, width and color; text font, size and style; marker style, size and color. New Classes: TGFontTypeComboBox - a combo box with fonts for a choice; TGLineWidthComboBox - a combo box with line widths; TGLineWidthLBEntry - list box entry for different line widths TGLineStyleComboBox - a combo box with line styles; TGLineStyleLBEntry - list box entry for a line style TGedEditor - the new editor containing tool-box and attribute frames of the selected object; TGedToolBox - frame with picture buttons for a primitive drawing TGedAttFrame - a base class for all attribute frames TGedAttNameFrame - a frame showing the selected object name (if exists) TGedAttFillFrame - a frame showing the fill attributes TGedAttLineFrame - a frame showing the line attributes TGedAttTextFrame - a frame showing the text attributes TGedAttMarkerFrame - a frame showing the marker attributes TGedPatternFrame - popup window for fill pattern selection TGedPatternSelector - a button for pattern selection TGedSelect - service class for selecting TGedPopup - service class for popup attribute window TGPatternSelect - a button for selected pattern TGedMarkerPopup - popup window for marker selection TGedMarkerSelect - a button for selected marker Several changes are made in TCanvas, TPad, TRootCanvas to adapt them for the new GUI interface. The old GUI interface is kept and it can be used too. The class TPadEditorOld provides its functionality. git-svn-id: http://root.cern.ch/svn/root/trunk@8233 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 20:13:43 UTC
417cc9d A better cut icon git-svn-id: http://root.cern.ch/svn/root/trunk@8232 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 20:03:16 UTC
e526a40 New icons (Ilka & Marek Biskup) for the new graphics editor git-svn-id: http://root.cern.ch/svn/root/trunk@8231 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 20:01:21 UTC
52ccf9d use Long64_t instead of "long long" and "__int64", idem for ULong64_t. git-svn-id: http://root.cern.ch/svn/root/trunk@8230 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 17:10:51 UTC
93c475b Put a Printf statement under debug condition (thanks Peter Hristov) git-svn-id: http://root.cern.ch/svn/root/trunk@8229 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 16:59:44 UTC
2d7f6e4 From Valeriy: use gClient->GetDefaultRoot() instead of GetRoot(). This allows the widgets to be embedded but ensures popups to still be a child of the real X11 root window. git-svn-id: http://root.cern.ch/svn/root/trunk@8228 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 16:17:33 UTC
13eaebe from Simon Lang: some changes to bring FreeBSD more in line with Linux config. git-svn-id: http://root.cern.ch/svn/root/trunk@8227 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2004, 15:36:38 UTC
back to top