- Dec 02, 2008
-
-
Lorenzo Moneta authored
- add different bin sizes in X,Y,Z when doing projection - add test for THnSparse - add test for Merge and for label axis git-svn-id: http://root.cern.ch/svn/root/trunk@26597 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
remove --prefix when configuring unuran. It is not needed. Thsi should fix a warning appearing in the nightly system due to wrong prefix string git-svn-id: http://root.cern.ch/svn/root/trunk@26595 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
THnSparse::Rebin was not properly working. There was a mistake in the calculation of the new bin, failing in the case the values had to go into the underflow bin. Discovered thanks to the new tests in stressHistogram. git-svn-id: http://root.cern.ch/svn/root/trunk@26593 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26591 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26590 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
move the win32 build file directory out of the pcre-x.y.tar.gz so we can use the unmodified tar file from the pcre distribution. git-svn-id: http://root.cern.ch/svn/root/trunk@26589 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
make the default url for the TRootBrowser configurable via rootrc. git-svn-id: http://root.cern.ch/svn/root/trunk@26588 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the event recorder and there are not many low res laptops anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@26587 27541ba8-7e3a-0410-8455-c3a389f83636
-
https://savannah.cern.ch/bugs/?40931Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26586 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Add a static const TString to be used as a title for empty eve-frames. Set the title-bar text in TEveCompositeFrame::RelinquishEveWindow(). git-svn-id: http://root.cern.ch/svn/root/trunk@26584 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26583 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
- Fix coding conventions (added comments) git-svn-id: http://root.cern.ch/svn/root/trunk@26582 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Fix a problem with NULL string passed in argument to CompressName() (fixes the bug reported at https://savannah.cern.ch/bugs/?44833) - Compiles the regexp once, and not on each match. git-svn-id: http://root.cern.ch/svn/root/trunk@26581 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
fix a bug in getting the right axis and limits in TH2::ProfileX(Y) due to the merge of the two function in a single one git-svn-id: http://root.cern.ch/svn/root/trunk@26580 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26578 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
- Add protection in packetizer in MarkBad (from Jan) - Add protection on the player in procesing kPROOF_GETPACKET - Improve notification if GetWorkers fails git-svn-id: http://root.cern.ch/svn/root/trunk@26577 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
cannot go back to previous version giving complaints in valgrind. git-svn-id: http://root.cern.ch/svn/root/trunk@26576 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26575 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26574 27541ba8-7e3a-0410-8455-c3a389f83636
-
http://root.cern.ch/phpBB2/viewtopic.php?t=7703Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26573 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 01, 2008
-
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26572 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
TEveWindow ========== - rename TEveWindowMainFrame to TEveWindowFrame - an eve-window encompassing arbitrary TGFrame; - add new class TEveCompositeFrameInMainFrame - it allows eve-windows to be direct children of a main-frame; - add some function docs. TEveBrowser =========== - activate menu-entry for creation of new main-frame slot. git-svn-id: http://root.cern.ch/svn/root/trunk@26571 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26568 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a patch for supporting static method calls in the Ruby bindings. I have also rearranged some small parts in the code, and removed some annoying things. I am also attaching a new tutorial (the Ruby version of tornado.C/tornado.py), which has static method calls, and the patch for demo.rb in order to include the new tutorial. git-svn-id: http://root.cern.ch/svn/root/trunk@26567 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
changes needed to let Makefile play nice with debian and redhat build tools. git-svn-id: http://root.cern.ch/svn/root/trunk@26566 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
- Remove trailing spaces git-svn-id: http://root.cern.ch/svn/root/trunk@26565 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
new and updated debian and rpm package infrastructure files. Reflects now re-organized source tree. git-svn-id: http://root.cern.ch/svn/root/trunk@26564 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26562 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
26432 - Added TGLSAViewer::DeleteMenuBar(). 26444 - TGLSAViewer - use a steering flag for menu-bar destruction. 26468 - TEveCaloDataVec - option to define XY axis from cells themselves. 26481 - TEveCaloDataVec - bugfix; - show the new feature in cms_calo*.C tutorials. 26523 - TEveWindow - new classes for management of EVE vindows; 26524 - missing include. 26557 - TEveWindow: - support hiding of title-bar directly from frame; render decollapse box when hidden; - bind context menu to Action/IconBox button; - consistent usage of simple frame-style. git-svn-id: http://root.cern.ch/svn/root/trunk@26561 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
Merge revs 26523 and 26557 from the fireworks branch. - fix ownership policy; - properly implement SetVertical(); - only map splitter and composite frame when adding a new slot instead of calling MapSubwindows(). git-svn-id: http://root.cern.ch/svn/root/trunk@26560 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
new and updated man files. git-svn-id: http://root.cern.ch/svn/root/trunk@26559 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26558 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26555 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
Example: fMenuBar->SetBackgroundColor(0x2f2f2f); TIter next(fMenuBar->GetTitles()); TGMenuTitle *title; while ((title = (TGMenuTitle *)next())) { title->SetTextColor(0xffffff); } git-svn-id: http://root.cern.ch/svn/root/trunk@26554 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fix an issue reported by Eddy: the function doc would sometimes misidentify the function (TObject's copy c'tor was shown twice) git-svn-id: http://root.cern.ch/svn/root/trunk@26553 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
A: replace "A::X<A::Y>" by "A::X<-p0Y>", "A::B::X<A::B::Y>" by "A::B::X<-p1Y>", etc, i.e. reuse the enclosing scope for template parameters. Example: ROOT__Math__PositionVector2D_-p1Cartesian2D_double__-p1DefaultCoordinateSystemTag_.html instead of ROOT__Math__PositionVector2D_ROOT__Math__Cartesian2D_double__ROOT__Math__DefaultCoordinateSystemTag_.html B: if the file name is still > 240 chars (ext2 has a max of 255) then chop it off and patch a hash in (with a leading "this is a hash" tag). So the name becomes "beginning_of_name"-h"hash"."extension". Example: vector_ROOT__Math__DisplacementVector3D_ROOT__Math__CylindricalEta3D_double__ROOT__Math__DefaultCoordinateSystemTag__allocator_ROOT__Math__DisplacementVector3D_ROOT__Math__CylindricalEta3D_double__ROOT__Math__DefaultCoordinateSystem-hC3SnxD.html This fixes Savannah #42815. git-svn-id: http://root.cern.ch/svn/root/trunk@26551 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
- From Matevz: small modifications to avoid resetting state of hidden frames (if any) by calling MapSubwindows() in TGTab::NewTab() git-svn-id: http://root.cern.ch/svn/root/trunk@26550 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26549 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
correctly placed in a PostScript file. For instance: #tilde{C} git-svn-id: http://root.cern.ch/svn/root/trunk@26548 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Remove some cursing. git-svn-id: http://root.cern.ch/svn/root/trunk@26546 27541ba8-7e3a-0410-8455-c3a389f83636
-