swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
9f1463e This commit was manufactured by cvs2svn to create tag 'v5-17-03a'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-17-03a@19795 27541ba8-7e3a-0410-8455-c3a389f83636 13 September 2007, 14:16:35 UTC
f6758e8 Delete previous change introduced by mistake when check-in Axel's changes. git-svn-id: http://root.cern.ch/svn/root/trunk@19794 27541ba8-7e3a-0410-8455-c3a389f83636 13 September 2007, 14:16:34 UTC
ef7aa47 From Axel: patch for TArray*.h to add virtual members GetAt() and SetAt() and for hist/inc/Linkdef.h as needed by THnSparse. New class THnSparse for sparse n-dimensional histograms. For more deatils, see comments in class implementation. git-svn-id: http://root.cern.ch/svn/root/trunk@19793 27541ba8-7e3a-0410-8455-c3a389f83636 13 September 2007, 11:08:35 UTC
5d329d9 From Valeriy Onuchin: New method TGMainFrame::SetIconPixmap(char **xpm_array) for setting window icon by XPM array built in the source. Example: #include "/home/root/icons/bld_rgb.xpm" // bld_rgb.xpm contains char *bld_rgb[] array main_frame->SetIconPixmap(bld_rgb); git-svn-id: http://root.cern.ch/svn/root/trunk@19792 27541ba8-7e3a-0410-8455-c3a389f83636 13 September 2007, 08:34:28 UTC
78c7648 From Valeriy: - more compilation fixes for Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@19791 27541ba8-7e3a-0410-8455-c3a389f83636 13 September 2007, 06:14:17 UTC
eeaf572 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@19790 27541ba8-7e3a-0410-8455-c3a389f83636 12 September 2007, 19:14:30 UTC
b133a52 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@19789 27541ba8-7e3a-0410-8455-c3a389f83636 12 September 2007, 19:05:14 UTC
6d1cb5c From Andrei: a patch in TGeoManager::InsertPNEId that produced a crash after doubling the size of the id array. git-svn-id: http://root.cern.ch/svn/root/trunk@19788 27541ba8-7e3a-0410-8455-c3a389f83636 12 September 2007, 16:59:59 UTC
8135c0d Add a new method TMinuit *GetMinuit() const {return fMinuit;} git-svn-id: http://root.cern.ch/svn/root/trunk@19787 27541ba8-7e3a-0410-8455-c3a389f83636 12 September 2007, 13:55:06 UTC
e9156f6 From Anna: Remember the bug #28505 about dcache and entry lists? After lots of communication with dcache guys, it looks like I've fixed it. The attached patch has the following changes: 1. TEntryList::GetEntryList() now performs all the necessary changes to the file names, such as extending to full path for local files, and using TUrl::GetUrl() for not local. This, hopefully, solves the problem of dcache:/// being added to dcache files and the same possible problem for other protocols. 2. TEntryList::SetTree(TTree *tree) does the same changes to the file name. TEntryList::SetEntryList(const char *treename, const char *filename), however, takes the names "as is". 3. in TChain::SetEntryList() function, most of the code has been replaced with calls to TEntryList::GetEntryList(). Because of this, option parameter, previously in TChain::SetEntryList() had to be added to TEntryList::GetEntryList(). 4. TChain::SetEventList() function now doesn't call TChain::LoadTree() if all the tree offsets are already known. 5. TChain::GetEntryNumber() function now doesn't load the current tree, if all the tree offsets are already known. 6. TEntryList::Print() function is fixed for the case of empty sub-lists (didn't print anything for them before) Special thanks to Dmitry Ozerov for his help. git-svn-id: http://root.cern.ch/svn/root/trunk@19785 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2007, 09:45:03 UTC
c2d8f5c From Ilka: fixes in all index.txt files according to the recent changes of User's Guide PDF names. git-svn-id: http://root.cern.ch/svn/root/trunk@19784 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2007, 07:07:00 UTC
1bea3e3 from Valeriy; New version fixing compilation problems on Solaris with gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@19783 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2007, 06:37:37 UTC
f21776e Non-empty gcc4strm. git-svn-id: http://root.cern.ch/svn/root/trunk@19782 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 18:55:54 UTC
dae5939 From Paul, Philippe, and me: import of cint5-16-25. * - add gcc4 iostream dictionary. * - fix support for multi line command line entries * - fix handling of storage duration for unspecified length arrays * - fix bytecode generation for switch * - fix parsing/execution of a break or continue nested inside * multiple levels of braces * - disable bytecode generation for any function or loop * which uses G__va_arg * - conversion "operator A*()": keep the '*' (and references etc) * - tighten up the semantics of statictype (namespace * members were getting declared static, even when they were not) * - scratch_upto now returns a counter that gets bumped * every time the dictionary is rewound, allows detection of changed dict. git-svn-id: http://root.cern.ch/svn/root/trunk@19781 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 16:31:19 UTC
5748b46 This commit was generated by cvs2svn to compensate for changes in r19778, which included commits to RCS files with non-trunk default branches. git-svn-id: http://root.cern.ch/svn/root/trunk@19779 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 15:57:09 UTC
99dcae2 From Andrei: a diff with a new class TGeoUniformVoxels that is supposed to increase navigation speed. For the moment it does not - there is still some work to be done - so it is not yet used. The patch contains also a fix for the problem of visualization of daughters of composites. git-svn-id: http://root.cern.ch/svn/root/trunk@19777 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 14:28:49 UTC
ed274d0 Fix cint7's G__scratch_upto-with-count, suppress warning about unhandled switch cases. git-svn-id: http://root.cern.ch/svn/root/trunk@19776 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 10:07:18 UTC
107804e From Bertrand: - Replaced gClient->GetRoot() by gClient->GetDefaultRoot() git-svn-id: http://root.cern.ch/svn/root/trunk@19775 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 09:31:45 UTC
8784403 From Jan: fine-tune previous patch, changing the condition on min si.fCpus from 0 to 2 (we don't want to have maxSlaveCnt set to 1 even in case of single CPU machines) git-svn-id: http://root.cern.ch/svn/root/trunk@19774 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2007, 08:41:50 UTC
2c460b4 Remove additional duplications by moving common initializations to TVirtualPacketizer. In TAdaptivePacketizer, set the default max worker to the number of processors per machine. Int TPacketizerProgressive, adapt HandleTimer to the new progress message. git-svn-id: http://root.cern.ch/svn/root/trunk@19773 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2007, 16:10:01 UTC
78ffef9 Generate dictionary for new class TEventIterUnit, otherwise link fails on several systems. git-svn-id: http://root.cern.ch/svn/root/trunk@19772 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2007, 15:02:47 UTC
5258437 From valeriy: - TASImage. GetWidth, GetHeight, GetArgbArray, GetRgbaArray Correction for the case when image is scaled. git-svn-id: http://root.cern.ch/svn/root/trunk@19771 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2007, 14:55:16 UTC
968ca3a From Long Tran-Thanh: - New special iterator class, TEventIterUnit, to iterate over packets of generic units - Use bit 17 of TDSet and TDSetElement to flag empty data sets git-svn-id: http://root.cern.ch/svn/root/trunk@19770 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2007, 10:48:50 UTC
7c08990 - Move common initializations (progress info ntple, progress timer) into TVirtualPacketizer - Properly destroy the progress info ntple and progress timer git-svn-id: http://root.cern.ch/svn/root/trunk@19766 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2007, 21:12:02 UTC
3a13b84 whitespace. git-svn-id: http://root.cern.ch/svn/root/trunk@19765 27541ba8-7e3a-0410-8455-c3a389f83636 06 September 2007, 18:49:32 UTC
944359a properly implement "slow" mode in Delete(). git-svn-id: http://root.cern.ch/svn/root/trunk@19764 27541ba8-7e3a-0410-8455-c3a389f83636 06 September 2007, 18:48:17 UTC
ff12d2d put punctuation in method comments. git-svn-id: http://root.cern.ch/svn/root/trunk@19763 27541ba8-7e3a-0410-8455-c3a389f83636 06 September 2007, 18:47:28 UTC
e44a0db From Olivier: Fix the bug described here: https://savannah.cern.ch/bugs/?29056 When the option "PCOL" was used to draw a TGraph2D having already its underlaying histrogram created, the histogram was plotted with option "COL" before the TGraph2D was plotted with option "PCOL". git-svn-id: http://root.cern.ch/svn/root/trunk@19762 27541ba8-7e3a-0410-8455-c3a389f83636 06 September 2007, 00:28:36 UTC
638c137 in Delete() honour the "slow" option, which requires that the collection must remain searchable during the delete operation, hence in this case the hash table cannot be cleared before the delete of the list. git-svn-id: http://root.cern.ch/svn/root/trunk@19761 27541ba8-7e3a-0410-8455-c3a389f83636 05 September 2007, 22:48:32 UTC
38bf55b From Christophe Delaere: Fix for problem reported at: http://root.cern.ch/phpBB2/viewtopic.php?t=5396 git-svn-id: http://root.cern.ch/svn/root/trunk@19760 27541ba8-7e3a-0410-8455-c3a389f83636 05 September 2007, 22:17:07 UTC
48d4b3e Better handling of ShiftTabPressed signal git-svn-id: http://root.cern.ch/svn/root/trunk@19759 27541ba8-7e3a-0410-8455-c3a389f83636 05 September 2007, 14:57:36 UTC
88b60cc Coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@19758 27541ba8-7e3a-0410-8455-c3a389f83636 05 September 2007, 14:24:52 UTC
35f30c6 From Bertrand: Replaced fClient->GetRoot() by fClient->GetDefaultRoot() in TGPopupMenu constructors to be able to properly embed (reparent) TSessionViewer. git-svn-id: http://root.cern.ch/svn/root/trunk@19755 27541ba8-7e3a-0410-8455-c3a389f83636 04 September 2007, 16:30:13 UTC
114c180 From Bertrand: Replaced fClient->GetRoot() by fClient->GetDefaultRoot() in TGPopupMenu constructors to be able to properly embed (reparent) TGTextEditor. git-svn-id: http://root.cern.ch/svn/root/trunk@19754 27541ba8-7e3a-0410-8455-c3a389f83636 04 September 2007, 10:43:54 UTC
cd28d6f Added new signal method ShiftTabPressed(). It is emitted when <SHIFT> and <TAB> keys are pressed. git-svn-id: http://root.cern.ch/svn/root/trunk@19753 27541ba8-7e3a-0410-8455-c3a389f83636 04 September 2007, 07:23:24 UTC
7ffad98 Added call to DestroyWindow of the removed button in Remove(TGButton *button) method. git-svn-id: http://root.cern.ch/svn/root/trunk@19752 27541ba8-7e3a-0410-8455-c3a389f83636 03 September 2007, 14:54:42 UTC
a30dfe3 From Bertrand: There is a problem of Focus being kept by TGListTree once one clicked on a TGListTreeItem, as reported by Matevz in Alice Event Viewer (EVE). This patch fixes the problem. FYI, key navigation is still possible with mouse over the TGListTree (the focus will not be kept after clicking in the list tree) git-svn-id: http://root.cern.ch/svn/root/trunk@19751 27541ba8-7e3a-0410-8455-c3a389f83636 03 September 2007, 11:54:02 UTC
e76dd6c From Valeri O.: fix problem of fill styles. git-svn-id: http://root.cern.ch/svn/root/trunk@19750 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2007, 17:23:41 UTC
0a57921 From Valeri O.: fix deadlock when resizing a canvas while calling TCanvas::Update() git-svn-id: http://root.cern.ch/svn/root/trunk@19749 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2007, 17:23:06 UTC
99ad94e - After the bug fix in THistPainter::DrawText() the reference value for test #23 needed to be changed. git-svn-id: http://root.cern.ch/svn/root/trunk@19748 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 12:02:04 UTC
68a40de From Bertrand: - Added several #ifdef R__WIN32 to use the Win32 syntax %I64d instead of %lld to read Long64_t via sscanf. - Replaced #ifdef WIN32 by #ifdef R__WIN32 git-svn-id: http://root.cern.ch/svn/root/trunk@19747 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 11:06:12 UTC
9044727 - PaintAxis: In some cases the axis label "-0" appeared. That's now fixed. This problem was visible with the following commands: TH2D *s = new TH2D("s","",10,0,100,10,-9e-4,5e-4); s->Draw(); git-svn-id: http://root.cern.ch/svn/root/trunk@19746 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 09:37:51 UTC
8cbe7a7 Remove extra "," in enum definition git-svn-id: http://root.cern.ch/svn/root/trunk@19745 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 07:00:30 UTC
5475bdd do not assume the content of TKey inherits from TObject git-svn-id: http://root.cern.ch/svn/root/trunk@19744 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 05:13:23 UTC
a98be83 Update TKey::Browse to work with class not inhering from TObject git-svn-id: http://root.cern.ch/svn/root/trunk@19743 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 05:12:19 UTC
ebdab36 Implement TClass::Browse when the class inherits from TObject git-svn-id: http://root.cern.ch/svn/root/trunk@19742 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2007, 05:11:05 UTC
203bfc0 From Bertrand: In CreateBrowserImp() try using plugin manager with key 'TBrowserImp' before reverting to standard 'new TRootBrowser'. git-svn-id: http://root.cern.ch/svn/root/trunk@19741 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:46:59 UTC
984d764 From Bertrand: In ctor replace calls to 'gClient->GetDefaultRoot()' with 'gClient->GetRoot()'. git-svn-id: http://root.cern.ch/svn/root/trunk@19740 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:46:37 UTC
7455dcf From Matevz: Added abstract method 'SetFrame(TGFrame *frame, Bool_t prev)' that allows usage of base-class pointer for configuration of TGHSplitter and TGVSplitter. git-svn-id: http://root.cern.ch/svn/root/trunk@19739 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:46:09 UTC
dc18c55 From Matevz: Add new menubar check-entry kGLEditObject that toggles between editing of PhysicalShapes or original objects in response to selection being changed. Add function ToggleEditObject() for external control of this behaviour. Use standard main-frame ctor argument 'const TGWindow*' instead of 'TGFrame*'. git-svn-id: http://root.cern.ch/svn/root/trunk@19738 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:42:36 UTC
e30ec54 From Matevz: Use standard main-frame ctor argument 'const TGWindow*' instead of 'TGFrame*'. git-svn-id: http://root.cern.ch/svn/root/trunk@19737 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:31:42 UTC
077530d From Matevz: Override OverlayDragFinished(). git-svn-id: http://root.cern.ch/svn/root/trunk@19736 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:30:12 UTC
daec390 From Matevz: Added new signal-emitting method OverlayDragFinished() that is called when overlay mouse interaction has completed and some GUI elements need to be update. Before SelectionChanged() has been misused for this purpose. git-svn-id: http://root.cern.ch/svn/root/trunk@19735 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:29:47 UTC
ec10a61 From Matevz: In Apply() fix sign of near and far clipping plane distance. git-svn-id: http://root.cern.ch/svn/root/trunk@19734 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:29:11 UTC
940d225 From Matevz: Added Get/SetBrowser() methods. git-svn-id: http://root.cern.ch/svn/root/trunk@19733 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:28:48 UTC
4d4921a From Matevz: Add optinal argument TBrowserImp* to basic constructors. Added function SetBrowserImp(). This allows independent creation of a browser implementation. git-svn-id: http://root.cern.ch/svn/root/trunk@19732 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 20:28:23 UTC
6db27c7 From valeriy: - TASImage::InitVisual() fix memory leak in batch mode. Thanks to Krzysztof Ciba for reporting this. git-svn-id: http://root.cern.ch/svn/root/trunk@19731 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 16:02:55 UTC
e3f710f From Scott Snyder: This is addressing some instances where root was showing O(N^2) behavior with the number of defined classes/typedefs that were taking a lot of time in the Atlas offline software. Two instances of this were in TClass::Init and TCint::UpdateClassInfo. Here, when a new class was created/updated, we would scan through all existing classes looking for any where the names match after full typedef expansion. This was particularly expensive since the typedef expansion requires scanning through the entire typedef table, potentially several times per class. I addressed this by introducing a hash table, mapping from the typedef-expanded name to the original class name. An entry is made in the table only if those names are different. So, to test for a duplicate, one can then just look up the typedef-expanded name in the hash table, rather than scanning all classes. For each hit, one then looks up the class using the original name. (We also need to do another lookup in the class list using the typedef-expanded name if it's different.) This eliminates the N^2 behavior here, and drastically reduces the number of expensive typedef expansions. One irregularity is that the two places that this happens do the typedef expansion somewhat differently: one just expands the name directly, but the other runs the name through TClassEdit::ShortType with kDropStlDefault first. It's not clear to me why this is done differently in the two places, so i've retained this behavior, maintaining two separate hash tables. It would be cheaper, though, if the same expansion could be used in both places. The other place that i made changes was in TCint::UpdateListOfTypes. This was scanning through all the cint typedefs each time GetListOfTypes was called to possibly add new ones to the root list. I changed this so that it only scans the typedefs that are new since the last call, going by the cint typedef index. But if the number of cint typedefs has decreased since the last call, then we rescan the complete table. This may not catch all possible cases where items have been deleted from the cint table and then something else added --- to really do that right, one would probably want a hook it the cint scrupto routines. This should now properly handle unload/reload in TCint::UpdateListOfTypes. To do this, i added a counter in cint that gets bumped every time the dictionary is rewound. We can thus test to see if that changed to tell if a rewind has happened since the last call. I also updated TClass so that the typedef mappings get removed from the hash table when the TClass is deleted. To make that faster, i used an additional status bit to flag if the TClass had created any typedef map nodes. git-svn-id: http://root.cern.ch/svn/root/trunk@19730 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 15:59:32 UTC
3de30d5 scratch_upto now return a counter in cint that gets bumped every time the dictionary is rewound git-svn-id: http://root.cern.ch/svn/root/trunk@19729 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 15:52:01 UTC
b7113b1 From Valeriy: Fix a memory leak when saving as .png or .jpg files. git-svn-id: http://root.cern.ch/svn/root/trunk@19727 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 13:16:08 UTC
b717891 Start new development cycle 5.17/03 git-svn-id: http://root.cern.ch/svn/root/trunk@19726 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 13:15:23 UTC
7e5846b fix erroneous deletion of cint/include/G__ci.h. git-svn-id: http://root.cern.ch/svn/root/trunk@19725 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 10:08:31 UTC
f469505 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@19723 27541ba8-7e3a-0410-8455-c3a389f83636 30 August 2007, 07:26:07 UTC
0df2bd0 - PainText: Revision 1.261 (ROOT 5.11) made sure that 2D histograms with constant values were plotted correctly with option TEXT. Doing that the empty bins were plotted also. That is now fixed: empty bin are not plotted as before this change. git-svn-id: http://root.cern.ch/svn/root/trunk@19722 27541ba8-7e3a-0410-8455-c3a389f83636 29 August 2007, 16:28:53 UTC
ea3639f Fix a dependency problem with libGeomPainter (requires libRIO) and showing up on cygwingcc. git-svn-id: http://root.cern.ch/svn/root/trunk@19721 27541ba8-7e3a-0410-8455-c3a389f83636 29 August 2007, 15:10:27 UTC
cb1e69a - PaintBox: The option 'l', implemented in Revision 1.237, is now available for PostScript also. git-svn-id: http://root.cern.ch/svn/root/trunk@19720 27541ba8-7e3a-0410-8455-c3a389f83636 29 August 2007, 08:54:41 UTC
ebd9664 Add Roel Aaij for his contribution to the GUI classes git-svn-id: http://root.cern.ch/svn/root/trunk@19719 27541ba8-7e3a-0410-8455-c3a389f83636 29 August 2007, 08:38:39 UTC
f45dcee Stamping development version 5.17/02 git-svn-id: http://root.cern.ch/svn/root/trunk@19718 27541ba8-7e3a-0410-8455-c3a389f83636 29 August 2007, 07:38:11 UTC
bff3e53 From Valeriy O. and Bertrand: this patches intend to fix creation of pixmap with very large sizes. It happens when list tree or list view resized to width = 0. In this case in TGViewPort::HandleConfigureNotify(Event_t *event) event->fWidth has very large value. i.e. > 65000 Protections added against such cases. git-svn-id: http://root.cern.ch/svn/root/trunk@19717 27541ba8-7e3a-0410-8455-c3a389f83636 29 August 2007, 07:16:10 UTC
27ce99b From Axel: Issue a warning message if we can not find the TStreamerInfo plugin. Hence avoiding the case where a foreign class didn't get its TClass object without any error message! [The reason was a missing etc dir] git-svn-id: http://root.cern.ch/svn/root/trunk@19716 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 17:58:58 UTC
8f7372a From Valeri Fine: kTRUE replaced with kFALSE to test the Qt font facility properly git-svn-id: http://root.cern.ch/svn/root/trunk@19715 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 16:28:36 UTC
b88ef8c From Matevz: Break tooltip with name, title and class of the object into multiple lines. git-svn-id: http://root.cern.ch/svn/root/trunk@19714 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 14:25:40 UTC
7eaaea1 From Matevz: Prevent multiple addition of extra-tabs in ActivateEditor(). git-svn-id: http://root.cern.ch/svn/root/trunk@19713 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 14:25:19 UTC
1533ec7 Also check that AClass.html exists when checking whether a doc update is needed for AClass. git-svn-id: http://root.cern.ch/svn/root/trunk@19712 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 13:54:39 UTC
9f501a7 add a legend to histograms git-svn-id: http://root.cern.ch/svn/root/trunk@19711 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 13:24:18 UTC
8b25c59 revert to version 1.1 - changed by mistake git-svn-id: http://root.cern.ch/svn/root/trunk@19710 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 12:47:40 UTC
7a45745 add a new tutorial for integration using mathmore git-svn-id: http://root.cern.ch/svn/root/trunk@19709 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 12:45:41 UTC
bace40a Add code suggested by Thomas Schietinger at https://savannah.cern.ch/bugs/?29117 "May I suggest to include a CompareArg() in TGraph, similar to CompareRadius(), i.e. to provide (just for convenience) the possibility to sort the TGraph according to angle. This is useful when points lie on an ellipse or so, but are not in order." git-svn-id: http://root.cern.ch/svn/root/trunk@19708 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 08:39:37 UTC
931fbb5 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@19707 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2007, 08:22:25 UTC
4a47684 From Valeri Fine: recognize Qt 4.x on Win32 git-svn-id: http://root.cern.ch/svn/root/trunk@19706 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 17:11:54 UTC
f6163e3 Coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@19705 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 17:04:43 UTC
36de856 From Valeri Fine: TVirtualX.interface.h GQtGUI.cxx: - add the new methods from TVirtualX.h rootlibs.pri: Add the new mandatory ROOT libraries to the Qt project files TQtWidget.h TQUserEvent.h: Compile against of Qt4 with no Qt3Support TGQt.cxx, GQtGUI.cxx , TQtWidget.cxx Fix some compilation issues for VC++ v.8.0 git-svn-id: http://root.cern.ch/svn/root/trunk@19704 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 16:05:17 UTC
367bd6a move ConfidenceInterval.C tutorial from math to fit git-svn-id: http://root.cern.ch/svn/root/trunk@19703 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 15:42:31 UTC
37cf8f5 don't access class static fgSearchDialog inline. git-svn-id: http://root.cern.ch/svn/root/trunk@19702 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:59:20 UTC
bccaa3c From Valeriy Onuchin: Taken advantage of TGComboBox::Layout() changes ++ removed many <TAB> from me git-svn-id: http://root.cern.ch/svn/root/trunk@19701 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:50:15 UTC
449f313 From Valeriy Onuchin: TGComboBox::Layout() - resize list box for a few number of entries. git-svn-id: http://root.cern.ch/svn/root/trunk@19700 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:48:37 UTC
828a1a0 From Valeriy Onuchin: Added comment. Cosmetics. git-svn-id: http://root.cern.ch/svn/root/trunk@19699 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:47:42 UTC
08170c3 From Valeriy Onuchin: Added TGFont enums git-svn-id: http://root.cern.ch/svn/root/trunk@19698 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:46:41 UTC
a163c1f From Valeriy Onuchin: Fix for Qt layer. git-svn-id: http://root.cern.ch/svn/root/trunk@19697 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:45:13 UTC
5f03e20 In the Chi2Test functions fix the path for the example chi2test.C git-svn-id: http://root.cern.ch/svn/root/trunk@19696 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 14:11:40 UTC
65c80ca Add additional comments in TH1::DrawNormalized when drawing with error bars. git-svn-id: http://root.cern.ch/svn/root/trunk@19695 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 13:44:56 UTC
d50da51 don't have GetSocketBytesSent() and GetSocketBytesRecv() inline as static inline variable access does not work on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@19694 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 12:42:26 UTC
019a66b Changed fListView->AdjustHeaders() with fListView->LayoutHeader(0) in TRootBrowser::ProcessMessage to fix the following case: 1) open a new TBrowser; 2) select Detailed list view mode from the toolbar or file menu. 3) click on a list tree enty (always the same) Result: the columns grow-up in the right list view on every click git-svn-id: http://root.cern.ch/svn/root/trunk@19693 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 12:23:03 UTC
925ee27 fix compiler warning due to trailing ; at end of namespace definition. git-svn-id: http://root.cern.ch/svn/root/trunk@19692 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 12:20:33 UTC
9a5816e fix in handling of ? wildcard. git-svn-id: http://root.cern.ch/svn/root/trunk@19690 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 09:13:47 UTC
56943ed From Andrei: Fix for bug :https://savannah.cern.ch/bugs/?29021 git-svn-id: http://root.cern.ch/svn/root/trunk@19689 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2007, 07:42:30 UTC
611ba95 From Valeri O.: add GetDayOfWeek() with Monday being day 1 (idem like in TTimeStamp). git-svn-id: http://root.cern.ch/svn/root/trunk@19688 27541ba8-7e3a-0410-8455-c3a389f83636 26 August 2007, 23:35:56 UTC
01752dc consider '?' to also be a wildcard character in MakeWildcard(). git-svn-id: http://root.cern.ch/svn/root/trunk@19687 27541ba8-7e3a-0410-8455-c3a389f83636 26 August 2007, 17:52:42 UTC
133522b From Dennis Box: 1) Coding convention violations as reported at http://root.cern.ch/root/nightly/codecheck/codecheck.html 2) Long64_t truncation when writing to the database. git-svn-id: http://root.cern.ch/svn/root/trunk@19686 27541ba8-7e3a-0410-8455-c3a389f83636 26 August 2007, 17:33:15 UTC
e141f61 From Axel: fix several warnings about pointer size on 64bit platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@19685 27541ba8-7e3a-0410-8455-c3a389f83636 26 August 2007, 16:51:48 UTC
back to top